Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- checkpoint-110000/config.json +71 -0
- checkpoint-110000/generation_config.json +6 -0
- checkpoint-110000/model.safetensors +3 -0
- checkpoint-110000/optimizer.pt +3 -0
- checkpoint-110000/rng_state_0.pth +3 -0
- checkpoint-110000/rng_state_1.pth +3 -0
- checkpoint-110000/rng_state_10.pth +3 -0
- checkpoint-110000/rng_state_11.pth +3 -0
- checkpoint-110000/rng_state_12.pth +3 -0
- checkpoint-110000/rng_state_13.pth +3 -0
- checkpoint-110000/rng_state_14.pth +3 -0
- checkpoint-110000/rng_state_15.pth +3 -0
- checkpoint-110000/rng_state_2.pth +3 -0
- checkpoint-110000/rng_state_3.pth +3 -0
- checkpoint-110000/rng_state_4.pth +3 -0
- checkpoint-110000/rng_state_5.pth +3 -0
- checkpoint-110000/rng_state_6.pth +3 -0
- checkpoint-110000/rng_state_7.pth +3 -0
- checkpoint-110000/rng_state_8.pth +3 -0
- checkpoint-110000/rng_state_9.pth +3 -0
- checkpoint-110000/scheduler.pt +3 -0
- checkpoint-110000/trainer_state.json +3 -0
- checkpoint-110000/training_args.bin +3 -0
.gitattributes
CHANGED
@@ -42,3 +42,4 @@ checkpoint-90000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
42 |
checkpoint-93000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
43 |
checkpoint-100000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
44 |
checkpoint-101000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
42 |
checkpoint-93000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
43 |
checkpoint-100000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
44 |
checkpoint-101000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
45 |
+
checkpoint-110000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-110000/config.json
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"ar_steps": 1,
|
3 |
+
"architectures": [
|
4 |
+
"DiffVLMBaseline"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 151643,
|
8 |
+
"eos_token_id": 151645,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 1536,
|
11 |
+
"image_token_id": 151655,
|
12 |
+
"img_cross_attention_dim": 2048,
|
13 |
+
"img_diffuser_depth": 12,
|
14 |
+
"img_ffn_dim_multiplier": null,
|
15 |
+
"img_hidden_size": 1536,
|
16 |
+
"img_multiple_of": 256,
|
17 |
+
"img_norm_eps": 1e-05,
|
18 |
+
"img_num_attention_heads": 12,
|
19 |
+
"img_num_kv_heads": 12,
|
20 |
+
"img_qk_norm": true,
|
21 |
+
"in_channels": 32,
|
22 |
+
"initializer_range": 0.02,
|
23 |
+
"inject_img_diffuser": false,
|
24 |
+
"input_size": 32,
|
25 |
+
"intermediate_size": 8960,
|
26 |
+
"lora_alpha": 128,
|
27 |
+
"lora_bias": "none",
|
28 |
+
"lora_dropout": 0.05,
|
29 |
+
"lora_enable": false,
|
30 |
+
"lora_r": 64,
|
31 |
+
"max_position_embeddings": 32768,
|
32 |
+
"max_window_layers": 28,
|
33 |
+
"model_type": "qwen2_vl",
|
34 |
+
"non_linearity": 1,
|
35 |
+
"norm_elementwise_affine": true,
|
36 |
+
"num_attention_heads": 12,
|
37 |
+
"num_hidden_layers": 28,
|
38 |
+
"num_key_value_heads": 2,
|
39 |
+
"patch_size": 2,
|
40 |
+
"rms_norm_eps": 1e-06,
|
41 |
+
"rope_scaling": {
|
42 |
+
"mrope_section": [
|
43 |
+
16,
|
44 |
+
24,
|
45 |
+
24
|
46 |
+
],
|
47 |
+
"rope_type": "default",
|
48 |
+
"type": "default"
|
49 |
+
},
|
50 |
+
"rope_theta": 1000000.0,
|
51 |
+
"sample_size": 128,
|
52 |
+
"sampling_steps": 28,
|
53 |
+
"sliding_window": null,
|
54 |
+
"tie_word_embeddings": true,
|
55 |
+
"torch_dtype": "bfloat16",
|
56 |
+
"transformers_version": "4.47.0",
|
57 |
+
"use_cache": true,
|
58 |
+
"use_sliding_window": false,
|
59 |
+
"vae_path": "mit-han-lab/dc-ae-f32c32-sana-1.1-diffusers",
|
60 |
+
"video_token_id": 151656,
|
61 |
+
"vision_config": {
|
62 |
+
"hidden_size": 1536,
|
63 |
+
"in_chans": 3,
|
64 |
+
"model_type": "qwen2_vl",
|
65 |
+
"spatial_patch_size": 14
|
66 |
+
},
|
67 |
+
"vision_end_token_id": 151653,
|
68 |
+
"vision_start_token_id": 151652,
|
69 |
+
"vision_token_id": 151654,
|
70 |
+
"vocab_size": 151936
|
71 |
+
}
|
checkpoint-110000/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-110000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65c1c2845707481398a8016e593b8c35084eee9f72e77d290c9dbf66c5e978e2
|
3 |
+
size 4714837766
|
checkpoint-110000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:650f3ea9cf117ff9ba90b3b6185aa955525922c2eadc76f61ab97999cddd1798
|
3 |
+
size 6630552226
|
checkpoint-110000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4698e087783348038924958572b6f7cd267f23f222c03044f21adfb1387d254
|
3 |
+
size 15920
|
checkpoint-110000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27b5c77203cdda4173702e3f274a5c177594b81ec5aabb535af23816517ac25c
|
3 |
+
size 15920
|
checkpoint-110000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27c7534a0974c1019590573fe39283f81602996f035191152a7584a37f28b4b4
|
3 |
+
size 15933
|
checkpoint-110000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af0c5783f24ccae47525ca68ae1de5b04caafe28eb655be7728cf9faf9bbec28
|
3 |
+
size 15933
|
checkpoint-110000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e96589887bc6186e21a17b6b0e15ef0536eab92c40583fa4d4de02036f7f332
|
3 |
+
size 15933
|
checkpoint-110000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af59fa6810f35acf253c5ff7015f2bdfd3a9a82716f216ce090ec4b2c2225326
|
3 |
+
size 15933
|
checkpoint-110000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd75d70eca429ea66486572ba8bdf8e8b6bcd8773da02f10c9025845a4c92c0a
|
3 |
+
size 15933
|
checkpoint-110000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab7df52f753ef2a0bf01da4ff89e775e776000a5c99932f2dd23eeaa43738db4
|
3 |
+
size 15933
|
checkpoint-110000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:250f29a93277e322bdbb79f69518d4ed6bba5c6dd4e162215afbf7280700fa36
|
3 |
+
size 15920
|
checkpoint-110000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c20e06646b67df029e06ba5a371d0305735354b1e21ad67d57d2e0f253ccc6e5
|
3 |
+
size 15920
|
checkpoint-110000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f7e930dc48ac2748e407911c2ee72b84e6c5b65742a64b192373395a4e68b52
|
3 |
+
size 15920
|
checkpoint-110000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e7bc09882f03ea1ed42055f1061455c40113c3d94f6c980e8e478f629988121f
|
3 |
+
size 15920
|
checkpoint-110000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63c7352977b12db17c4762ea5e2114f295753de3fa43b194fecaa517e1268414
|
3 |
+
size 15920
|
checkpoint-110000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bca41d5a2f3f7c54a9f5f36528f033228121b5e85a8ec965050ef094640d233c
|
3 |
+
size 15920
|
checkpoint-110000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a95996e3a559e71f9b049e7e593b5eb88e470edd1f00124fb7583e1f6a4a588
|
3 |
+
size 15920
|
checkpoint-110000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2937f8ce68fb98b7dc56f9d4a0f6a779ecc6a15dab2f0a2a299bfde5e2a957e
|
3 |
+
size 15920
|
checkpoint-110000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:33764350824c3a31308d8cd939392616f848db881043a4e10d2994e9afc099a4
|
3 |
+
size 1064
|
checkpoint-110000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:38734319bd4abeac6e25cb9763c3ef7bd001899618a06945700e6a16670a3c30
|
3 |
+
size 16911864
|
checkpoint-110000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:41f951690465b7b55ca666c51e7bae247e992b3cfedff80fec4bd3ea3acaf1ca
|
3 |
+
size 5752
|