Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- checkpoint-150000/config.json +71 -0
- checkpoint-150000/generation_config.json +6 -0
- checkpoint-150000/model.safetensors +3 -0
- checkpoint-150000/optimizer.pt +3 -0
- checkpoint-150000/rng_state_0.pth +3 -0
- checkpoint-150000/rng_state_1.pth +3 -0
- checkpoint-150000/rng_state_10.pth +3 -0
- checkpoint-150000/rng_state_11.pth +3 -0
- checkpoint-150000/rng_state_12.pth +3 -0
- checkpoint-150000/rng_state_13.pth +3 -0
- checkpoint-150000/rng_state_14.pth +3 -0
- checkpoint-150000/rng_state_15.pth +3 -0
- checkpoint-150000/rng_state_2.pth +3 -0
- checkpoint-150000/rng_state_3.pth +3 -0
- checkpoint-150000/rng_state_4.pth +3 -0
- checkpoint-150000/rng_state_5.pth +3 -0
- checkpoint-150000/rng_state_6.pth +3 -0
- checkpoint-150000/rng_state_7.pth +3 -0
- checkpoint-150000/rng_state_8.pth +3 -0
- checkpoint-150000/rng_state_9.pth +3 -0
- checkpoint-150000/scheduler.pt +3 -0
- checkpoint-150000/trainer_state.json +3 -0
- checkpoint-150000/training_args.bin +3 -0
.gitattributes
CHANGED
@@ -50,3 +50,4 @@ checkpoint-130000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
50 |
checkpoint-139000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
51 |
checkpoint-140000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
52 |
checkpoint-147000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
50 |
checkpoint-139000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
51 |
checkpoint-140000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
52 |
checkpoint-147000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
53 |
+
checkpoint-150000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-150000/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-150000/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-150000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91b6f38cccf3a42cdaf84fcce0dcce133f4b12e8fd8fb72868c35fb0286f92b9
|
3 |
+
size 4714837766
|
checkpoint-150000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e039f6ca1e58bce9b6f4f348a7494558fdf1c17484061e7747872911be9292f9
|
3 |
+
size 6630552226
|
checkpoint-150000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:afcfc5b2e574aeab1c710ca5c4901d48a9ac2385a21f5371151b670a21de78c8
|
3 |
+
size 15920
|
checkpoint-150000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb38a4e51f4aebeec05ba45545f6d8ef923f860d12fc0d7db76b61155def3bc3
|
3 |
+
size 15920
|
checkpoint-150000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:996cc71a88ad464d170bbd05d99688209698f2c158366298c6aea64313c80bb0
|
3 |
+
size 15933
|
checkpoint-150000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df7346f799980235ae593dc05fe6e9a68f4492e0bb1e8cd7f24b3d8985f2edca
|
3 |
+
size 15933
|
checkpoint-150000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc4192160f8d4e7b722afc030af58b43114a8c1991dcdccfb1da71a989999a8c
|
3 |
+
size 15933
|
checkpoint-150000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a07ca8ac04e48a70bceafe5d907a920b98455db485e046f04795b45ff4c1873d
|
3 |
+
size 15933
|
checkpoint-150000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4dc7d483cba8085c14af140749aac64c136bc05b63c7cc55dcf03cea1ee1fbc6
|
3 |
+
size 15933
|
checkpoint-150000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7351e5f2122feda37037ff9ee8a288f25d1ec64af74e29c1a0aea8ac94cea6dc
|
3 |
+
size 15933
|
checkpoint-150000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11f7792d8971cfaf02cf46265a8f6871a69f362f5f25c82c7b9d77587d8af2f2
|
3 |
+
size 15920
|
checkpoint-150000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aad63e80caf554af47c0db936996945aa0235b51783de91ce4b68954855916f1
|
3 |
+
size 15920
|
checkpoint-150000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c47916c9b239daa81e5534aba548f8d9bc150794f92c04e772683f67cd21404
|
3 |
+
size 15920
|
checkpoint-150000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:389c5ed4827bbbae613a5de56b8bb4d3212a2e045b7e6713e0825f8780917ed4
|
3 |
+
size 15920
|
checkpoint-150000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b0a96edce9021b807fbe81911d66e3d99e4b304885788a8bd95ea022bc8a51b
|
3 |
+
size 15920
|
checkpoint-150000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2c9c0aeba62f5b5447e34292f2e7d4a66c41133baa1e5299f1eabb76fd58233
|
3 |
+
size 15920
|
checkpoint-150000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb4c17dead5ecb8e0b8e3bc5866304693e123769919d6a1ac0785c1bc0de96af
|
3 |
+
size 15920
|
checkpoint-150000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44fa476b615b4049d57680627c1ff42a0efbdf44abbcfa099986adf786de59fe
|
3 |
+
size 15920
|
checkpoint-150000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b85e110a22ad5aff4c0cb08ad753097dafd07aaff142c7ecfccffcb2d513627c
|
3 |
+
size 1064
|
checkpoint-150000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c0107010d4545a3956153f67723295ba4395336280a5d3f98ef453151ba0a0c
|
3 |
+
size 23102857
|
checkpoint-150000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44f5ee67dab6628e891cb27eddcb1561879ac0d65216685263c248c7e0f1c007
|
3 |
+
size 5816
|