Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- checkpoint-69000/config.json +71 -0
- checkpoint-69000/generation_config.json +6 -0
- checkpoint-69000/model.safetensors +3 -0
- checkpoint-69000/optimizer.pt +3 -0
- checkpoint-69000/rng_state_0.pth +3 -0
- checkpoint-69000/rng_state_1.pth +3 -0
- checkpoint-69000/rng_state_10.pth +3 -0
- checkpoint-69000/rng_state_11.pth +3 -0
- checkpoint-69000/rng_state_12.pth +3 -0
- checkpoint-69000/rng_state_13.pth +3 -0
- checkpoint-69000/rng_state_14.pth +3 -0
- checkpoint-69000/rng_state_15.pth +3 -0
- checkpoint-69000/rng_state_2.pth +3 -0
- checkpoint-69000/rng_state_3.pth +3 -0
- checkpoint-69000/rng_state_4.pth +3 -0
- checkpoint-69000/rng_state_5.pth +3 -0
- checkpoint-69000/rng_state_6.pth +3 -0
- checkpoint-69000/rng_state_7.pth +3 -0
- checkpoint-69000/rng_state_8.pth +3 -0
- checkpoint-69000/rng_state_9.pth +3 -0
- checkpoint-69000/scheduler.pt +3 -0
- checkpoint-69000/trainer_state.json +3 -0
- checkpoint-69000/training_args.bin +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
checkpoint-69000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-69000/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-69000/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-69000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:02f77b54ccab6d68adab25754c040868c2cd08047765d563e453b5df0a87469e
|
3 |
+
size 4714837766
|
checkpoint-69000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c21593de8487707a634dc3b12114f1e37ecb14836461299fea2daa60d1d3140
|
3 |
+
size 6630552226
|
checkpoint-69000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2adbc75d9b77e8828ddd7f110382b0cac45b4be010665820da33ffebef1c18ca
|
3 |
+
size 15920
|
checkpoint-69000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da27b8d861e8b9db3537c36b86cce303cf5b740d2c3d229510de0490c294346e
|
3 |
+
size 15920
|
checkpoint-69000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee2acc26fc70a20c30acee445808d486675d15399d649a51c2f615aec446dc1b
|
3 |
+
size 15933
|
checkpoint-69000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0fcbccd9638da7194cb3810db3c8cbf8da86f2f541aa16db59463e91910e4123
|
3 |
+
size 15933
|
checkpoint-69000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4495444d5e4c33bd0a1310302a29749974f61862fc9d465cb1bee5659f766f30
|
3 |
+
size 15933
|
checkpoint-69000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2cef9d41c67ee10d46f46ca75e1f851b324c5cfacdc9429d6ab10a3bf3a924b9
|
3 |
+
size 15933
|
checkpoint-69000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29d51169c59e51363627c046009ea9b15be3d27b1162cec250d52c05359d563b
|
3 |
+
size 15933
|
checkpoint-69000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0d93bab0122126346264b70c49fed6cdb6f99a21ac0faa1ee6412205511f8ec
|
3 |
+
size 15933
|
checkpoint-69000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e386c25f813843cf349fe87acf78ce76d72a2e8cf034d9b47bec09538f2e2b6f
|
3 |
+
size 15920
|
checkpoint-69000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da30157fd12a9d05a8dcc1c21a91c8ce39137dd3ce6f6e0fcfd47e907b8d5854
|
3 |
+
size 15920
|
checkpoint-69000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:22a5bfb520744458665dee414b6b7c8bb838255da47e587c03ec39ed102461e1
|
3 |
+
size 15920
|
checkpoint-69000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:696f78be924987bf41f20d06b4e9fb664d46dbd442664bccf4d42eb9de2f75d2
|
3 |
+
size 15920
|
checkpoint-69000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1027030230a5b34dea8f67d93f22bd96976de232542d2d978a8df0a3708a7672
|
3 |
+
size 15920
|
checkpoint-69000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40eb8767f8cd2b2e68de9e20505f3f761eeeecfdb1e02ded3e5b64645bd61d6e
|
3 |
+
size 15920
|
checkpoint-69000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bda99169a4c4d295264e8fbdf56d28e52f2b84e813b681ffacdcc12768fb2000
|
3 |
+
size 15920
|
checkpoint-69000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ffcdc543620792785a6bf8b5a2289b2e50024770168833b01d2f10499458f39e
|
3 |
+
size 15920
|
checkpoint-69000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:31b6792bc23428cf43e441623b1a08f0b28e1d0c0fb71362d9382850249a602f
|
3 |
+
size 1064
|
checkpoint-69000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f2293b9d068349ba516e4d43cf2f1c916d0abb9d9882bf331c25258fbd5c723
|
3 |
+
size 10595109
|
checkpoint-69000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:012e86e5b925033914cea9eb4e57a49302ac9cfbcf03b565b2ca9909bc5d444e
|
3 |
+
size 5752
|