Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- checkpoint-93000/config.json +71 -0
- checkpoint-93000/generation_config.json +6 -0
- checkpoint-93000/model.safetensors +3 -0
- checkpoint-93000/optimizer.pt +3 -0
- checkpoint-93000/rng_state_0.pth +3 -0
- checkpoint-93000/rng_state_1.pth +3 -0
- checkpoint-93000/rng_state_10.pth +3 -0
- checkpoint-93000/rng_state_11.pth +3 -0
- checkpoint-93000/rng_state_12.pth +3 -0
- checkpoint-93000/rng_state_13.pth +3 -0
- checkpoint-93000/rng_state_14.pth +3 -0
- checkpoint-93000/rng_state_15.pth +3 -0
- checkpoint-93000/rng_state_2.pth +3 -0
- checkpoint-93000/rng_state_3.pth +3 -0
- checkpoint-93000/rng_state_4.pth +3 -0
- checkpoint-93000/rng_state_5.pth +3 -0
- checkpoint-93000/rng_state_6.pth +3 -0
- checkpoint-93000/rng_state_7.pth +3 -0
- checkpoint-93000/rng_state_8.pth +3 -0
- checkpoint-93000/rng_state_9.pth +3 -0
- checkpoint-93000/scheduler.pt +3 -0
- checkpoint-93000/trainer_state.json +3 -0
- checkpoint-93000/training_args.bin +3 -0
.gitattributes
CHANGED
@@ -39,3 +39,4 @@ 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
|
41 |
checkpoint-90000/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
|
41 |
checkpoint-90000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
42 |
+
checkpoint-93000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-93000/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-93000/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-93000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d7f7a50c709c560b497f8955aed099f8735439f0566abd8eb35bca1a38018ad
|
3 |
+
size 4714837766
|
checkpoint-93000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:22bbb9b2e1e17c363eccde239a5b8303ac9a247b726a1565c6af2341eb00f7f5
|
3 |
+
size 6630552226
|
checkpoint-93000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1660f806d861a97d576d41a7ba37764cddcc19b88f43293eabdb8f07fa41b7a8
|
3 |
+
size 15920
|
checkpoint-93000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52c83b7a6f48257a4989e9980badd33091688360f031c4a7d4f2802326eb04f7
|
3 |
+
size 15920
|
checkpoint-93000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:336b43a0feef80b5b4708422a2ac433edaedc0c9bdf74dc2a79402562b8ae0ca
|
3 |
+
size 15933
|
checkpoint-93000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:366d8542cdc96fc07eec6fd18834ad097c93c86ba93e8edb064bd53527f2bfa9
|
3 |
+
size 15933
|
checkpoint-93000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3f1855ca56ecef4ab35730f8d85e5cb0848d33dff51b3970782d38800e84c3b
|
3 |
+
size 15933
|
checkpoint-93000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d37fd613ce7b57e75860ac69faf702cb183f6ef24b3f610825f01646aadcb248
|
3 |
+
size 15933
|
checkpoint-93000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6fef53778dd04f511517183d36eb8dd465d5f4b781de8cf10602f4736f430cc1
|
3 |
+
size 15933
|
checkpoint-93000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bcfc19f2bd0991637d74b16b0b168b334b7b22a02e55caa8fbc968324e9feb1c
|
3 |
+
size 15933
|
checkpoint-93000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b2ecb78c09a75ea9346da086d8baa7b973c795ccd706c06db3764d4d8b511f9
|
3 |
+
size 15920
|
checkpoint-93000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ab2036abcbe5109f30a80d0bccff71c73ecc61ffcb72de3eb00f04349545c81
|
3 |
+
size 15920
|
checkpoint-93000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b73350d98fe95e60a445311f65d873ecbcc443061d78a4f2cfb0f33609502def
|
3 |
+
size 15920
|
checkpoint-93000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e68bafb1f8f7ba30e16df1d4cb934b9e4d54357c74654dfc5208b235ca1bd0aa
|
3 |
+
size 15920
|
checkpoint-93000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d425f257b28226e4bb5052f7736ba1c78e9ff0a61767978182bae4ef019b2cb
|
3 |
+
size 15920
|
checkpoint-93000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3bdaac866ca421a89c80237895a947cdcb058733f920ff44c34ee6efab00645
|
3 |
+
size 15920
|
checkpoint-93000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:363098e70447d8d72e6e406996c9b843cd9ae96d514edfeba99016052a6d59eb
|
3 |
+
size 15920
|
checkpoint-93000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aca73329d8afa79920b7ab2557905dd3e5bd342dcb6ad1a4b01c951b2fab6658
|
3 |
+
size 15920
|
checkpoint-93000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4cc5c863e25025c6473336b569647ddfff9ed77abe64e4dc742e6b05f9668c2a
|
3 |
+
size 1064
|
checkpoint-93000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e575969aa1d06414c30fa8e2978a3ca798738cd342a61faf500378549f3a6cb
|
3 |
+
size 14287228
|
checkpoint-93000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a167d3688ed6f9fa916fd0579898407f4365eb1f63862156cd7f5958e641ffb9
|
3 |
+
size 5752
|