Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- checkpoint-81000/config.json +79 -0
- checkpoint-81000/generation_config.json +6 -0
- checkpoint-81000/model.safetensors +3 -0
- checkpoint-81000/optimizer.pt +3 -0
- checkpoint-81000/rng_state_0.pth +3 -0
- checkpoint-81000/rng_state_1.pth +3 -0
- checkpoint-81000/rng_state_10.pth +3 -0
- checkpoint-81000/rng_state_11.pth +3 -0
- checkpoint-81000/rng_state_12.pth +3 -0
- checkpoint-81000/rng_state_13.pth +3 -0
- checkpoint-81000/rng_state_14.pth +3 -0
- checkpoint-81000/rng_state_15.pth +3 -0
- checkpoint-81000/rng_state_2.pth +3 -0
- checkpoint-81000/rng_state_3.pth +3 -0
- checkpoint-81000/rng_state_4.pth +3 -0
- checkpoint-81000/rng_state_5.pth +3 -0
- checkpoint-81000/rng_state_6.pth +3 -0
- checkpoint-81000/rng_state_7.pth +3 -0
- checkpoint-81000/rng_state_8.pth +3 -0
- checkpoint-81000/rng_state_9.pth +3 -0
- checkpoint-81000/scheduler.pt +3 -0
- checkpoint-81000/trainer_state.json +3 -0
- checkpoint-81000/training_args.bin +3 -0
.gitattributes
CHANGED
|
@@ -39,3 +39,4 @@ checkpoint-73000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
| 39 |
checkpoint-74000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
| 40 |
checkpoint-79000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
| 41 |
checkpoint-80000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 39 |
checkpoint-74000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
| 40 |
checkpoint-79000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
| 41 |
checkpoint-80000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
checkpoint-81000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-81000/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-81000/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-81000/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3f988e5b940a97c2bc599f7e77d80cea69cf96fc244bf5fc005bdba031c3c4e
|
| 3 |
+
size 4539487822
|
checkpoint-81000/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77f7ab2b74c4c8fe707a2e04fa7b0c74ae7ee84b804b4e98c934ffe5205c7be8
|
| 3 |
+
size 6632345482
|
checkpoint-81000/rng_state_0.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:42d3ea1b9e1311fd31c0db298081fac1a3a517c47d56427f59217a89e79a0f21
|
| 3 |
+
size 15984
|
checkpoint-81000/rng_state_1.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4cc4168c7ca0f94def6d0e12b9b12a71955b170263271cd7c2378933266cd0d9
|
| 3 |
+
size 15984
|
checkpoint-81000/rng_state_10.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dab2262c5311605d7fd29d64dcd0a306489d245236ee9a31a6a2eaa99ccab5b7
|
| 3 |
+
size 15997
|
checkpoint-81000/rng_state_11.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:105ecdfcca9b4c56e14f9383d6add1bc36b964724e849633e85f823669a7a49a
|
| 3 |
+
size 15997
|
checkpoint-81000/rng_state_12.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a49514dea09b52689b3388b041f2d082e4ff367407064ff8a36b39dc9dde1211
|
| 3 |
+
size 15997
|
checkpoint-81000/rng_state_13.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d32257178735ec97dd8b73afb3778a609f89ea1f1080e90d1d07b6728954d732
|
| 3 |
+
size 15997
|
checkpoint-81000/rng_state_14.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:362e5580a478b04fec8c72705225c90501255425379799c2f1a4eea6fbbc37c8
|
| 3 |
+
size 15997
|
checkpoint-81000/rng_state_15.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1a5cfd63e81354832a9ec80b9bc3a0a148bd8db35f9235f8a98c3da9087c38b
|
| 3 |
+
size 15997
|
checkpoint-81000/rng_state_2.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e52cddc74f514dba687fb094841b37022cb66dd5d77603ed77af877f2eae7d1
|
| 3 |
+
size 15984
|
checkpoint-81000/rng_state_3.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:85f8fafb2df2b742f293b812a4737ade8c8108740d63825f8b9c7075316e336c
|
| 3 |
+
size 15984
|
checkpoint-81000/rng_state_4.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1afc570b23e385fff7c4f2dc4952bb09280eed0311e33a477f24c3a86d6eb711
|
| 3 |
+
size 15984
|
checkpoint-81000/rng_state_5.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fdc58a773902819344af90acf2a945ea81c1fd344297e080f833bcf4b8037ede
|
| 3 |
+
size 15984
|
checkpoint-81000/rng_state_6.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:31db1f1e024dde6dafbb1db2dc1ba3d5ae692348433bce931f2eaea6b863a8c2
|
| 3 |
+
size 15984
|
checkpoint-81000/rng_state_7.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ddf3b89db1021577647a0af0ebe8f7f904dc85acb5df2d6b815a09cb6219610
|
| 3 |
+
size 15984
|
checkpoint-81000/rng_state_8.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fcfc183890a2dbb7c513d253069ca1bf947c1b5e3e71f95185728b6534d56a55
|
| 3 |
+
size 15984
|
checkpoint-81000/rng_state_9.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:744d38fe9b091a074f88febd23de711a950898cc27f3037051813a03200aa37a
|
| 3 |
+
size 15984
|
checkpoint-81000/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91ca97be712d98c4762965f1d8af529a749ccf2f2df4165ca58d00f8b823a180
|
| 3 |
+
size 1064
|
checkpoint-81000/trainer_state.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9f9b30d629999893a97d45f79fccfd74c35c7852cd2db7f84c8518c311344db
|
| 3 |
+
size 12497063
|
checkpoint-81000/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9055084bd9d6441052dfab371557302375ee761ff64b7e7a73a2da2d718b7d23
|
| 3 |
+
size 6008
|