Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- checkpoint-179000/config.json +79 -0
- checkpoint-179000/generation_config.json +6 -0
- checkpoint-179000/model.safetensors +3 -0
- checkpoint-179000/optimizer.pt +3 -0
- checkpoint-179000/rng_state_0.pth +3 -0
- checkpoint-179000/rng_state_1.pth +3 -0
- checkpoint-179000/rng_state_10.pth +3 -0
- checkpoint-179000/rng_state_11.pth +3 -0
- checkpoint-179000/rng_state_12.pth +3 -0
- checkpoint-179000/rng_state_13.pth +3 -0
- checkpoint-179000/rng_state_14.pth +3 -0
- checkpoint-179000/rng_state_15.pth +3 -0
- checkpoint-179000/rng_state_2.pth +3 -0
- checkpoint-179000/rng_state_3.pth +3 -0
- checkpoint-179000/rng_state_4.pth +3 -0
- checkpoint-179000/rng_state_5.pth +3 -0
- checkpoint-179000/rng_state_6.pth +3 -0
- checkpoint-179000/rng_state_7.pth +3 -0
- checkpoint-179000/rng_state_8.pth +3 -0
- checkpoint-179000/rng_state_9.pth +3 -0
- checkpoint-179000/scheduler.pt +3 -0
- checkpoint-179000/trainer_state.json +3 -0
- checkpoint-179000/training_args.bin +3 -0
.gitattributes
CHANGED
|
@@ -81,3 +81,4 @@ checkpoint-169000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
| 81 |
checkpoint-170000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
| 82 |
checkpoint-177000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
| 83 |
checkpoint-178000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 81 |
checkpoint-170000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
| 82 |
checkpoint-177000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
| 83 |
checkpoint-178000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
| 84 |
+
checkpoint-179000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-179000/config.json
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"ar_steps": 1,
|
| 3 |
+
"architectures": [
|
| 4 |
+
"DiffVLMDiffusion"
|
| 5 |
+
],
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": 151643,
|
| 8 |
+
"condition_layer": -1,
|
| 9 |
+
"eos_token_id": 151645,
|
| 10 |
+
"hidden_act": "silu",
|
| 11 |
+
"hidden_size": 1536,
|
| 12 |
+
"image_token_id": 151655,
|
| 13 |
+
"img_cross_attention_dim": 2048,
|
| 14 |
+
"img_diffuser_depth": 2,
|
| 15 |
+
"img_ffn_dim_multiplier": null,
|
| 16 |
+
"img_hidden_size": 1536,
|
| 17 |
+
"img_multiple_of": 256,
|
| 18 |
+
"img_norm_eps": 1e-05,
|
| 19 |
+
"img_num_attention_heads": 12,
|
| 20 |
+
"img_num_kv_heads": 12,
|
| 21 |
+
"img_qk_norm": true,
|
| 22 |
+
"in_channels": 32,
|
| 23 |
+
"initializer_range": 0.02,
|
| 24 |
+
"inject_img_diffuser": false,
|
| 25 |
+
"input_size": 32,
|
| 26 |
+
"intermediate_size": 8960,
|
| 27 |
+
"layer_group_size": 7,
|
| 28 |
+
"layerwise_start_idx": 0,
|
| 29 |
+
"lora_alpha": 128,
|
| 30 |
+
"lora_bias": "none",
|
| 31 |
+
"lora_dropout": 0.05,
|
| 32 |
+
"lora_enable": false,
|
| 33 |
+
"lora_r": 64,
|
| 34 |
+
"max_position_embeddings": 32768,
|
| 35 |
+
"max_window_layers": 28,
|
| 36 |
+
"model_type": "qwen2_vl",
|
| 37 |
+
"non_linearity": 1,
|
| 38 |
+
"norm_elementwise_affine": true,
|
| 39 |
+
"num_attention_heads": 12,
|
| 40 |
+
"num_hidden_layers": 28,
|
| 41 |
+
"num_key_value_heads": 2,
|
| 42 |
+
"patch_size": 2,
|
| 43 |
+
"repa_coeff": 0.1,
|
| 44 |
+
"repa_layers": "2",
|
| 45 |
+
"repa_shared": false,
|
| 46 |
+
"rms_norm_eps": 1e-06,
|
| 47 |
+
"rope_scaling": {
|
| 48 |
+
"mrope_section": [
|
| 49 |
+
16,
|
| 50 |
+
24,
|
| 51 |
+
24
|
| 52 |
+
],
|
| 53 |
+
"rope_type": "default",
|
| 54 |
+
"type": "default"
|
| 55 |
+
},
|
| 56 |
+
"rope_theta": 1000000.0,
|
| 57 |
+
"sample_size": 128,
|
| 58 |
+
"sampling_steps": 28,
|
| 59 |
+
"sliding_window": null,
|
| 60 |
+
"tie_word_embeddings": true,
|
| 61 |
+
"torch_dtype": "bfloat16",
|
| 62 |
+
"transformers_version": "4.47.0",
|
| 63 |
+
"use_cache": true,
|
| 64 |
+
"use_repa": false,
|
| 65 |
+
"use_residual_attn": true,
|
| 66 |
+
"use_sliding_window": false,
|
| 67 |
+
"vae_path": "mit-han-lab/dc-ae-f32c32-sana-1.1-diffusers",
|
| 68 |
+
"video_token_id": 151656,
|
| 69 |
+
"vision_config": {
|
| 70 |
+
"hidden_size": 1536,
|
| 71 |
+
"in_chans": 3,
|
| 72 |
+
"model_type": "qwen2_vl",
|
| 73 |
+
"spatial_patch_size": 14
|
| 74 |
+
},
|
| 75 |
+
"vision_end_token_id": 151653,
|
| 76 |
+
"vision_start_token_id": 151652,
|
| 77 |
+
"vision_token_id": 151654,
|
| 78 |
+
"vocab_size": 151936
|
| 79 |
+
}
|
checkpoint-179000/generation_config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 151643,
|
| 4 |
+
"eos_token_id": 151645,
|
| 5 |
+
"transformers_version": "4.47.0"
|
| 6 |
+
}
|
checkpoint-179000/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a15d8b6ecd3461c7cfff6af80bf19b4b95bd9fb1818273517713cf70912a891
|
| 3 |
+
size 4539487822
|
checkpoint-179000/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b999d72dff0eae648a4b149fc0ad19c3315bbe447cff17153eef457098b26cd8
|
| 3 |
+
size 6632345482
|
checkpoint-179000/rng_state_0.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52884b6bfe249b6f699090151c2f9b3b234a50fa13c9f167cd157df556a15c1e
|
| 3 |
+
size 15984
|
checkpoint-179000/rng_state_1.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:abb4742b5e793923918b3cee9ead816c03b01b5b3eb943e593764e8c646edff2
|
| 3 |
+
size 15984
|
checkpoint-179000/rng_state_10.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f9bf40d43d3efaa97bf0feeb2c8f841b6e3fec1dd8cf9b8981d216b22a0d5450
|
| 3 |
+
size 15997
|
checkpoint-179000/rng_state_11.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91b12004fe0e5142bb4d8777571e7c87ddcadc606f041dd88547238bb16cd3cf
|
| 3 |
+
size 15997
|
checkpoint-179000/rng_state_12.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a4fa39c24f31e51b79c385049e99438c260f418d4766ddea262c6c67184fb67
|
| 3 |
+
size 15997
|
checkpoint-179000/rng_state_13.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9190c00484b3b4e7e048fa61479282a165ab0f8699c507cbb0e53ea56d74be2
|
| 3 |
+
size 15997
|
checkpoint-179000/rng_state_14.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:89c30a716545f78f08151fdf32dbf5c26e822697550030539afd7894074d46b6
|
| 3 |
+
size 15997
|
checkpoint-179000/rng_state_15.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11cc91331dce06d67f433ba9cda695b851f0f068ede3f941657d4577c2ab8c03
|
| 3 |
+
size 15997
|
checkpoint-179000/rng_state_2.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8140f1ca4377714ac04351616d9f7e035acf995c510e3e5081bb24b26e88250d
|
| 3 |
+
size 15984
|
checkpoint-179000/rng_state_3.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f84fcbfaa1659cd2e505a43547bb5da994e50db6633f8083ddb862001434e6b8
|
| 3 |
+
size 15984
|
checkpoint-179000/rng_state_4.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b98b1c37a5e41048afe2f4726fca6d1044bf1a902eeb5c3bf200dcf2a98a1401
|
| 3 |
+
size 15984
|
checkpoint-179000/rng_state_5.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b8b914dc03fc5ac8f089eff302249c8ad82ee8329b79175591c645dd9259768f
|
| 3 |
+
size 15984
|
checkpoint-179000/rng_state_6.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd1f6669a4c0930a7ac86b4ac7a0a294fa11b33262dc96e3080c1e76548ab26c
|
| 3 |
+
size 15984
|
checkpoint-179000/rng_state_7.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4ec69232abb2897b3d7ea0dc358cea3dbb60503e2cc0a743aedf0871351e1cf
|
| 3 |
+
size 15984
|
checkpoint-179000/rng_state_8.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:baf4b000e05d8a9dcf7b3b84047742c33eeeb356adda15a2bcfa2b7e160e5c25
|
| 3 |
+
size 15984
|
checkpoint-179000/rng_state_9.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95db174901c24e8694f3566f5266c0412fb7a490ce4492f7853bdbc4fbd308f8
|
| 3 |
+
size 15984
|
checkpoint-179000/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f71635bbf2521a2cd09182255ed727b50818a1db05c860ce34e29ef8171df35
|
| 3 |
+
size 1064
|
checkpoint-179000/trainer_state.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ca1e73843f9e20d6d1728263a96abb8743b525bf0f636bd21fed28b88b5583e
|
| 3 |
+
size 27682956
|
checkpoint-179000/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8d4ba31922d1520afabad6c5733b70d03a27d6efe4febbb04c8a3e092f5d7ae3
|
| 3 |
+
size 6008
|