Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- checkpoint-85000/config.json +71 -0
- checkpoint-85000/generation_config.json +6 -0
- checkpoint-85000/model.safetensors +3 -0
- checkpoint-85000/optimizer.pt +3 -0
- checkpoint-85000/rng_state_0.pth +3 -0
- checkpoint-85000/rng_state_1.pth +3 -0
- checkpoint-85000/rng_state_10.pth +3 -0
- checkpoint-85000/rng_state_11.pth +3 -0
- checkpoint-85000/rng_state_12.pth +3 -0
- checkpoint-85000/rng_state_13.pth +3 -0
- checkpoint-85000/rng_state_14.pth +3 -0
- checkpoint-85000/rng_state_15.pth +3 -0
- checkpoint-85000/rng_state_2.pth +3 -0
- checkpoint-85000/rng_state_3.pth +3 -0
- checkpoint-85000/rng_state_4.pth +3 -0
- checkpoint-85000/rng_state_5.pth +3 -0
- checkpoint-85000/rng_state_6.pth +3 -0
- checkpoint-85000/rng_state_7.pth +3 -0
- checkpoint-85000/rng_state_8.pth +3 -0
- checkpoint-85000/rng_state_9.pth +3 -0
- checkpoint-85000/scheduler.pt +3 -0
- checkpoint-85000/trainer_state.json +3 -0
- checkpoint-85000/training_args.bin +3 -0
.gitattributes
CHANGED
@@ -37,3 +37,4 @@ 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
|
|
|
|
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
|
40 |
+
checkpoint-85000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-85000/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-85000/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-85000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7020eaa6269d28a5412f9c0ae8874355118ebd3fe2139ac012a0a5d0c5b43920
|
3 |
+
size 4714837766
|
checkpoint-85000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15becdf839ee81f7365144a460f7e053b6fabd111d1e5d3b61d8434d222f2888
|
3 |
+
size 6630552226
|
checkpoint-85000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d9737444e755429ded8920f97f7823cc87d06ec1afaabc34556b7fcff0f82a3
|
3 |
+
size 15920
|
checkpoint-85000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9decb18a3df476ec73231a40cd191bcba56546d32112aced579591e8c8d25e47
|
3 |
+
size 15920
|
checkpoint-85000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5436dd46c6875086d814b8debae0c1befc72fa5b1bd476c2db4bbfc1f51000fd
|
3 |
+
size 15933
|
checkpoint-85000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bfb9534b3c93b4746baddbdc1a187b4c31ae3c41308deb0342ac32eb7a6e114e
|
3 |
+
size 15933
|
checkpoint-85000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df503f0d5113262a784803a4ddf81df7d0367702ce67d5ae2659570c774ead67
|
3 |
+
size 15933
|
checkpoint-85000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95e91f5ef08bfec886d822ad3664189d65b799642f27bedb6406e0b9220a5a04
|
3 |
+
size 15933
|
checkpoint-85000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:917c4e48a4a9582fb422e8e0fac1c26ee816e3fbe77c2858cbac51152b6ef421
|
3 |
+
size 15933
|
checkpoint-85000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:25079192e40ce308d68d9277575a251f2ae7a92ccf26e32371648634c6c8074d
|
3 |
+
size 15933
|
checkpoint-85000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:341503412d707e1a4f32a3119c937bc28a80d0551402d1799c6e0d0f47c1482a
|
3 |
+
size 15920
|
checkpoint-85000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc3e794b860504f8958fceadf69b402bc0c4ec9420eb7022886b5a69684b5894
|
3 |
+
size 15920
|
checkpoint-85000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95d4785bb899612deade7494eec30b2776d7f04a88901bf7de57a73107fb9c04
|
3 |
+
size 15920
|
checkpoint-85000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16642b013ad5d4bc95968343791fdcb1589eabf780c2439170916e045bbc874e
|
3 |
+
size 15920
|
checkpoint-85000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:874cffa967c92d3afe780f905c276eae2845a4d6555917b961b50bcd7a48164c
|
3 |
+
size 15920
|
checkpoint-85000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6dae51509d4636e603873fc9b90626c857112e93f24f87e72111c30bb4f06d7
|
3 |
+
size 15920
|
checkpoint-85000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7dcbe959f7829ee25edd677be52c462ddb039e384ee62b46425b26c9cdfa9993
|
3 |
+
size 15920
|
checkpoint-85000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a2f52a61f8f00b497436c73313fba7d794f5a83117f82ebc9f1c391d4bd3cbe
|
3 |
+
size 15920
|
checkpoint-85000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f11df11852497cf4f784b95c05f3e752330ede17a02c1376c34f3e37f974786d
|
3 |
+
size 1064
|
checkpoint-85000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:add8076847eae480bd4188eebb17563df4b2857f466681356d66a5679192f7fd
|
3 |
+
size 13057315
|
checkpoint-85000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3452ba4ba9d1f1bd4d3fc773c67874ad91863d89767ac92d90d1345501994f1
|
3 |
+
size 5752
|