Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- checkpoint-147000/config.json +71 -0
- checkpoint-147000/generation_config.json +6 -0
- checkpoint-147000/model.safetensors +3 -0
- checkpoint-147000/optimizer.pt +3 -0
- checkpoint-147000/rng_state_0.pth +3 -0
- checkpoint-147000/rng_state_1.pth +3 -0
- checkpoint-147000/rng_state_10.pth +3 -0
- checkpoint-147000/rng_state_11.pth +3 -0
- checkpoint-147000/rng_state_12.pth +3 -0
- checkpoint-147000/rng_state_13.pth +3 -0
- checkpoint-147000/rng_state_14.pth +3 -0
- checkpoint-147000/rng_state_15.pth +3 -0
- checkpoint-147000/rng_state_2.pth +3 -0
- checkpoint-147000/rng_state_3.pth +3 -0
- checkpoint-147000/rng_state_4.pth +3 -0
- checkpoint-147000/rng_state_5.pth +3 -0
- checkpoint-147000/rng_state_6.pth +3 -0
- checkpoint-147000/rng_state_7.pth +3 -0
- checkpoint-147000/rng_state_8.pth +3 -0
- checkpoint-147000/rng_state_9.pth +3 -0
- checkpoint-147000/scheduler.pt +3 -0
- checkpoint-147000/trainer_state.json +3 -0
- checkpoint-147000/training_args.bin +3 -0
.gitattributes
CHANGED
@@ -49,3 +49,4 @@ checkpoint-121000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
49 |
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
|
|
|
|
49 |
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
|
checkpoint-147000/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-147000/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-147000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7fbbc0d7e72ef22c8165e7cd67ef0321f212043ec02684cbd4a77c32c72f809f
|
3 |
+
size 4714837766
|
checkpoint-147000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ae4f81b2aee3f75fcb63c0709a94b0407f89c4e6e705e5abd99616f85c306b0
|
3 |
+
size 6630552226
|
checkpoint-147000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70fbe3ece2e9f33b986988b87da1ab0658ef13dda4f3fee27f88a35895b31ce4
|
3 |
+
size 15920
|
checkpoint-147000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68549e2c0a539592d3813de7578128247e6d500325b7650857816727295cc4b2
|
3 |
+
size 15920
|
checkpoint-147000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57ebd1c3b6e93b88d78f28637d9d6476348ae4abda14e4c1714a493397b4cbf8
|
3 |
+
size 15933
|
checkpoint-147000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:245b2a0c11b698692cd0a5257128d096ca8d1df289ec6c1ef4f310315985e21b
|
3 |
+
size 15933
|
checkpoint-147000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6d540ea2ca5c05aae601f6c4e1741803f19d1cfe6145e2fe279a8bfe7a91a41
|
3 |
+
size 15933
|
checkpoint-147000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37a23c3e2e1263f1fd910c557f55709bb99f6019d7373acd3966a3e546020c32
|
3 |
+
size 15933
|
checkpoint-147000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1506f5811206953f720139fc869072e8e296a9667e0e2dc2a622451ef74a8bd0
|
3 |
+
size 15933
|
checkpoint-147000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d875ca1bef215f7f3345585cc4cd1b01fc8a1389e5183a31c803a489e33f51fa
|
3 |
+
size 15933
|
checkpoint-147000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:877bce47c9c111664c5ff593797177e2694ef33563c5afdd9805ce50bba355cc
|
3 |
+
size 15920
|
checkpoint-147000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:301c91eba06ba386f0c588073786435586dc2f0d0fdaf92eb35cb55b6f8b0a7b
|
3 |
+
size 15920
|
checkpoint-147000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ceacd7e2d4d255f3a61ea7cc2b3eaf599f9ae9d10dff81c1bce9f7f1bae25efd
|
3 |
+
size 15920
|
checkpoint-147000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4dc665f9206a6f65ee7d6e4c03c4c77967d7003f7e9522a49c4dff1a295bea4
|
3 |
+
size 15920
|
checkpoint-147000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b29b9ead89e378abb200729582170abc601295dc19b4378abe1a0de8a6d04e48
|
3 |
+
size 15920
|
checkpoint-147000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d807b7958d2b5bc3c9a282916bdbe9c24f5b5f5545d17c6991973349a586dba3
|
3 |
+
size 15920
|
checkpoint-147000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d8ed3fae3f4c6512e0233729208704fd4a01a3c0d402e5243054e15924c7cd6
|
3 |
+
size 15920
|
checkpoint-147000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd87a49ae996740b7a3757adcd04964af6496b8eb5e24a7010727ca743c8e870
|
3 |
+
size 15920
|
checkpoint-147000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01e660a0f15abe2c093dfab68f6afa4d429ecfed7210cb3a629e533cc14eeb43
|
3 |
+
size 1064
|
checkpoint-147000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:947db4175ecc4da7d211959e2824cd12c5b09197938238fd50686c1afd64a2f4
|
3 |
+
size 22638725
|
checkpoint-147000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f3f53e0c6ea1f46d6ba85fbb673f8f6fe28f4a1b668ee3c3e2c5ed9ddf5bd80
|
3 |
+
size 5752
|