Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- checkpoint-80000/config.json +71 -0
- checkpoint-80000/generation_config.json +6 -0
- checkpoint-80000/model.safetensors +3 -0
- checkpoint-80000/optimizer.pt +3 -0
- checkpoint-80000/rng_state_0.pth +3 -0
- checkpoint-80000/rng_state_1.pth +3 -0
- checkpoint-80000/rng_state_10.pth +3 -0
- checkpoint-80000/rng_state_11.pth +3 -0
- checkpoint-80000/rng_state_12.pth +3 -0
- checkpoint-80000/rng_state_13.pth +3 -0
- checkpoint-80000/rng_state_14.pth +3 -0
- checkpoint-80000/rng_state_15.pth +3 -0
- checkpoint-80000/rng_state_2.pth +3 -0
- checkpoint-80000/rng_state_3.pth +3 -0
- checkpoint-80000/rng_state_4.pth +3 -0
- checkpoint-80000/rng_state_5.pth +3 -0
- checkpoint-80000/rng_state_6.pth +3 -0
- checkpoint-80000/rng_state_7.pth +3 -0
- checkpoint-80000/rng_state_8.pth +3 -0
- checkpoint-80000/rng_state_9.pth +3 -0
- checkpoint-80000/scheduler.pt +3 -0
- checkpoint-80000/trainer_state.json +3 -0
- checkpoint-80000/training_args.bin +3 -0
.gitattributes
CHANGED
@@ -36,3 +36,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
36 |
checkpoint-69000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
37 |
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
|
|
|
|
36 |
checkpoint-69000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
37 |
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
|
checkpoint-80000/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-80000/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-80000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95355bb5bb3ec70e53c1962010fc2415ad40f904e862c29398879762471b87e9
|
3 |
+
size 4714837766
|
checkpoint-80000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4dd252d443220aac0d8e5e6ce915f580a05b4acdb7a254887bc843953e289a72
|
3 |
+
size 6630552226
|
checkpoint-80000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f833e374030727aeee5242d4a2ca4ef2a0084143ad1682618d5e39c3c2b398f4
|
3 |
+
size 15920
|
checkpoint-80000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a80c6c7dcefd5dd46f305391869dc0994e34c715b525cf39eda316dd6c1d9cd
|
3 |
+
size 15920
|
checkpoint-80000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab54ca1cad45738b727bbe3b252cf2c938f95deaae2cdd60885ada2f8722e816
|
3 |
+
size 15933
|
checkpoint-80000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90e3d9b4c79614b2351ad9a9eab9dfe4e023f11c64992ec0051f5a67af17c508
|
3 |
+
size 15933
|
checkpoint-80000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f45add2ab69ce9f3b2eca82970fdc17dd0bf6db05f05a103ac216780549c8bb
|
3 |
+
size 15933
|
checkpoint-80000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:093a409d70bf2e59da171b5a21af4d6cdcab63de1976950ac67ad9068983955e
|
3 |
+
size 15933
|
checkpoint-80000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d326353769179d3575d4662a3438ceefd33d7a9d9dea5a5f286bf8df186985c
|
3 |
+
size 15933
|
checkpoint-80000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d73cf1f74a6865a5ba30ec05bdaf6fd6d6e3b82603f5dc01e7b706068a42198e
|
3 |
+
size 15933
|
checkpoint-80000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc331b2dd2848d98e6628c609ae19f1d3d628f41904b8b08d6e5cc8ad5bdb58b
|
3 |
+
size 15920
|
checkpoint-80000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4d3af469e864b5a723c8aad84edc559487cfcb4ffae93390ac3a0cf6aad7398
|
3 |
+
size 15920
|
checkpoint-80000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b3af2c54407c3ecf011506178412d7681a434bee8e26277738500de966f529f
|
3 |
+
size 15920
|
checkpoint-80000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d1c17be9cedb0312226284b0812f9f1f6d2f56c62f933c292a1e23a2535d79f
|
3 |
+
size 15920
|
checkpoint-80000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8cee64aacac802e2f46dee997a4d1c4ba02acc60ad69402cd36f69ef08a2a0e
|
3 |
+
size 15920
|
checkpoint-80000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5f4eb5f166081790f38c231cd6820accc94ab1731ebd8291022d26c3e06f49e
|
3 |
+
size 15920
|
checkpoint-80000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34dabaa1fdcd31188b5a2c32ada91db1cc0991a84f55984edab71543766c2034
|
3 |
+
size 15920
|
checkpoint-80000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ce2da4abb72acba786c39cd4172878a29d836f82ac59bb89a2a4675d0ea0952
|
3 |
+
size 15920
|
checkpoint-80000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:294ec2260830a6fd101e2e74185a511806e6b97a9a6ef33b3033c30f9ad86a0a
|
3 |
+
size 1064
|
checkpoint-80000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c92ead610bfe20c70e1a9ccb741cc80666f67439096cdd50cc33ba4d3a9c177
|
3 |
+
size 12288685
|
checkpoint-80000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6787ab071de562e09897b03e4cfead55ad8db9a37543feed4316d3dbf7152f5
|
3 |
+
size 5816
|