Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- checkpoint-183000/config.json +71 -0
- checkpoint-183000/generation_config.json +6 -0
- checkpoint-183000/model.safetensors +3 -0
- checkpoint-183000/optimizer.pt +3 -0
- checkpoint-183000/rng_state_0.pth +3 -0
- checkpoint-183000/rng_state_1.pth +3 -0
- checkpoint-183000/rng_state_10.pth +3 -0
- checkpoint-183000/rng_state_11.pth +3 -0
- checkpoint-183000/rng_state_12.pth +3 -0
- checkpoint-183000/rng_state_13.pth +3 -0
- checkpoint-183000/rng_state_14.pth +3 -0
- checkpoint-183000/rng_state_15.pth +3 -0
- checkpoint-183000/rng_state_2.pth +3 -0
- checkpoint-183000/rng_state_3.pth +3 -0
- checkpoint-183000/rng_state_4.pth +3 -0
- checkpoint-183000/rng_state_5.pth +3 -0
- checkpoint-183000/rng_state_6.pth +3 -0
- checkpoint-183000/rng_state_7.pth +3 -0
- checkpoint-183000/rng_state_8.pth +3 -0
- checkpoint-183000/rng_state_9.pth +3 -0
- checkpoint-183000/scheduler.pt +3 -0
- checkpoint-183000/trainer_state.json +3 -0
- checkpoint-183000/training_args.bin +3 -0
.gitattributes
CHANGED
@@ -57,3 +57,4 @@ checkpoint-161000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
57 |
checkpoint-170000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
58 |
checkpoint-175000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
59 |
checkpoint-180000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
57 |
checkpoint-170000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
58 |
checkpoint-175000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
59 |
checkpoint-180000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
60 |
+
checkpoint-183000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-183000/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-183000/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-183000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eead48d8a6f727525f069111edf4b17277c1c2b0eb488a7349d7f74f3d98d6b9
|
3 |
+
size 4714837766
|
checkpoint-183000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad145c87b3fb765bc8134e7eca032dfde34c66210419295a075f113f5a16f920
|
3 |
+
size 6630552226
|
checkpoint-183000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e7210c9b7921db85b6e4639b077c512d07dcb9366638db3892963af500397b19
|
3 |
+
size 15920
|
checkpoint-183000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f541f0db75290a38da2fb1937dc3df2475a7499f8f5a0b7dad3d7f4bfd562359
|
3 |
+
size 15920
|
checkpoint-183000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:67aed8ff6efff7eeeee97c2885390c825b77be6dbc4d7d979967638b57a7a31a
|
3 |
+
size 15933
|
checkpoint-183000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8209b1f950c7036732704bfcda1959d52990d6c9dfa7e17b4144462828c55a5f
|
3 |
+
size 15933
|
checkpoint-183000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ebd649622fe5ac3e39ad3d5328692a724f43d42b9c36da11195f1641eb20e857
|
3 |
+
size 15933
|
checkpoint-183000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d279f6549993dd97d9e2197b57d2ff3c2b8fc5dab7020b92eba15b4cbf26dce5
|
3 |
+
size 15933
|
checkpoint-183000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:592a5c20a39df26a40bbc1f1d5ebd464fda68af1637f362e7a09fc9db8d5c482
|
3 |
+
size 15933
|
checkpoint-183000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d42ea33a689f2cf1d4df6cb08aaa00c3bf98d9611190b18fb25b5723559f60a4
|
3 |
+
size 15933
|
checkpoint-183000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7949f329919fd118356cf03bc4a30b13bbd57b9c239e7a8c4aef82b9d41c2ca8
|
3 |
+
size 15920
|
checkpoint-183000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ac54edbba1e28fccca02bec754de15aa519a77931772e7588ca42e1bab58c71
|
3 |
+
size 15920
|
checkpoint-183000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6248f6f5de0d64866b9e34fb9e1774ac97ade4059279e3e34a624a472289d823
|
3 |
+
size 15920
|
checkpoint-183000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a7191833c91d67915d37033b5c485b6f493c6b26293d752b609dcadff12096d8
|
3 |
+
size 15920
|
checkpoint-183000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2073c6aa82e179554c537057254b2681e882840a215f20e19af72122dbbe67db
|
3 |
+
size 15920
|
checkpoint-183000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:38e2ca8b8d6a2a5a3b2905c0a1b2762e78e3f74fce5681424db50f0fd0e04e51
|
3 |
+
size 15920
|
checkpoint-183000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6de6ef062b1d841f0de52a0fbf1987f7469b160a3fea0de3fa1e75a2f68d0ae
|
3 |
+
size 15920
|
checkpoint-183000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff83b2f729d62715be91b8b2bf033b1410dab3a082f898651ec0dfc0180077bc
|
3 |
+
size 15920
|
checkpoint-183000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:697ef244b744ff8e25b4f6e92e0d613b3f5bf5f5a308dab832e5d9185caa553c
|
3 |
+
size 1064
|
checkpoint-183000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49fcf8e00d49c34743aaa02efec75ab06267ce5ad89fea7fc6e059c97c10bbdd
|
3 |
+
size 28198081
|
checkpoint-183000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bdf459b40ba99ab6dd827f298aa624e9c9c5a8d255a64da72b5eafe688764411
|
3 |
+
size 5752
|