Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- checkpoint-90000/config.json +71 -0
- checkpoint-90000/generation_config.json +6 -0
- checkpoint-90000/model.safetensors +3 -0
- checkpoint-90000/optimizer.pt +3 -0
- checkpoint-90000/rng_state_0.pth +3 -0
- checkpoint-90000/rng_state_1.pth +3 -0
- checkpoint-90000/rng_state_10.pth +3 -0
- checkpoint-90000/rng_state_11.pth +3 -0
- checkpoint-90000/rng_state_12.pth +3 -0
- checkpoint-90000/rng_state_13.pth +3 -0
- checkpoint-90000/rng_state_14.pth +3 -0
- checkpoint-90000/rng_state_15.pth +3 -0
- checkpoint-90000/rng_state_2.pth +3 -0
- checkpoint-90000/rng_state_3.pth +3 -0
- checkpoint-90000/rng_state_4.pth +3 -0
- checkpoint-90000/rng_state_5.pth +3 -0
- checkpoint-90000/rng_state_6.pth +3 -0
- checkpoint-90000/rng_state_7.pth +3 -0
- checkpoint-90000/rng_state_8.pth +3 -0
- checkpoint-90000/rng_state_9.pth +3 -0
- checkpoint-90000/scheduler.pt +3 -0
- checkpoint-90000/trainer_state.json +3 -0
- checkpoint-90000/training_args.bin +3 -0
.gitattributes
CHANGED
@@ -38,3 +38,4 @@ checkpoint-70000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
38 |
checkpoint-77000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
39 |
checkpoint-80000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
40 |
checkpoint-85000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
38 |
checkpoint-77000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
39 |
checkpoint-80000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
40 |
checkpoint-85000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
41 |
+
checkpoint-90000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-90000/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-90000/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-90000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f94d513e8721e6c031b195b4dfff284980c682260604c05ab05264af7e9c1c49
|
3 |
+
size 4714837766
|
checkpoint-90000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3bea3411b9e30c4f0f494c78d9c7dea28afe3e85bbf06c543964be352a944387
|
3 |
+
size 6630552226
|
checkpoint-90000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09ceac949b5f48ea36f2e16218987c592f58f684590c58855054f09ebb901247
|
3 |
+
size 15920
|
checkpoint-90000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69cae5c3995f63174f0470f76ed4b10bf9f54a5e644f35ea327bfa757f95559e
|
3 |
+
size 15920
|
checkpoint-90000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c8150bb138930110bbe13e7e4c7caef9823242e856f55d503e769eaa31dbbb1
|
3 |
+
size 15933
|
checkpoint-90000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32b42b69f1051f8a72b521fe825fa89bfca7ba163772e15ac7fbc42183ab231b
|
3 |
+
size 15933
|
checkpoint-90000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5c004b829908c888f0149b87b0ba77b9cacb35f5a36a9fb3b5d82c1b6588e38
|
3 |
+
size 15933
|
checkpoint-90000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:220a842372f2e3d50761f7fed9369406da99e59efa4875f38035504f1151096f
|
3 |
+
size 15933
|
checkpoint-90000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ce7162afc28b7e9afec9b7bf9efa44d1c1218cb79789c441a9698dd80ac0938
|
3 |
+
size 15933
|
checkpoint-90000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6dcfa5df7b810b38e06094be729ae2abafec91786f080d5223b66aca1de8c7ec
|
3 |
+
size 15933
|
checkpoint-90000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c89384fea33808670aabcecc9818e95e629f7079e8d1f3739cb97c640d3dd65
|
3 |
+
size 15920
|
checkpoint-90000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:163becc3e49f4665fefe8b839194a226394280c2ba9c461e85780052b86a0d3d
|
3 |
+
size 15920
|
checkpoint-90000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf901744ae0131c2c5b7d664d9ef32cd3b0897ef5680da446cc57adf77d03319
|
3 |
+
size 15920
|
checkpoint-90000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:33cf18f4d3673be5969b033a3d4552a7076fdf783373a6d40081e01e793402b8
|
3 |
+
size 15920
|
checkpoint-90000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42d58f230e32e345f4027d40cbe34a5f82b2ce1c51cb064cf3844b29f75824c4
|
3 |
+
size 15920
|
checkpoint-90000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:325705371bdb7706856a9b1b670fdacc857255ebeaa8bb52fd91573668ea3ffc
|
3 |
+
size 15920
|
checkpoint-90000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2daa75eaac23250437c36f359bd0f37870f68188c36e05e1398239ac78f6511a
|
3 |
+
size 15920
|
checkpoint-90000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6430cee7ce1d56c99d2d2a4a1933e5ce1ea781ccb1e673861cbb24a706d7eebc
|
3 |
+
size 15920
|
checkpoint-90000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97fafb4aee69d3790122066522501ca26c179877e4c7dd3f4c8104a0bcb7925c
|
3 |
+
size 1064
|
checkpoint-90000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf4d367c563524649ed0a9a71c4426d0beb0362d8001d55c10f666ac64451119
|
3 |
+
size 13826063
|
checkpoint-90000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:72a0e48c3b585dc3a8fff27041c777d2989df20557cd217ea0228260bcf1c261
|
3 |
+
size 5816
|