Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- checkpoint-158000/config.json +71 -0
- checkpoint-158000/generation_config.json +6 -0
- checkpoint-158000/model.safetensors +3 -0
- checkpoint-158000/optimizer.pt +3 -0
- checkpoint-158000/rng_state_0.pth +3 -0
- checkpoint-158000/rng_state_1.pth +3 -0
- checkpoint-158000/rng_state_10.pth +3 -0
- checkpoint-158000/rng_state_11.pth +3 -0
- checkpoint-158000/rng_state_12.pth +3 -0
- checkpoint-158000/rng_state_13.pth +3 -0
- checkpoint-158000/rng_state_14.pth +3 -0
- checkpoint-158000/rng_state_15.pth +3 -0
- checkpoint-158000/rng_state_2.pth +3 -0
- checkpoint-158000/rng_state_3.pth +3 -0
- checkpoint-158000/rng_state_4.pth +3 -0
- checkpoint-158000/rng_state_5.pth +3 -0
- checkpoint-158000/rng_state_6.pth +3 -0
- checkpoint-158000/rng_state_7.pth +3 -0
- checkpoint-158000/rng_state_8.pth +3 -0
- checkpoint-158000/rng_state_9.pth +3 -0
- checkpoint-158000/scheduler.pt +3 -0
- checkpoint-158000/trainer_state.json +3 -0
- checkpoint-158000/training_args.bin +3 -0
.gitattributes
CHANGED
@@ -52,3 +52,4 @@ 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
|
53 |
checkpoint-150000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
54 |
checkpoint-151000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
52 |
checkpoint-147000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
53 |
checkpoint-150000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
54 |
checkpoint-151000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
55 |
+
checkpoint-158000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-158000/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-158000/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-158000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a5682b8ab00fb1ef98975b56a0a9f605c66d0b2f2612df8bb7b37f6776d69d8
|
3 |
+
size 4714837766
|
checkpoint-158000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7eab93150da0eed0454af07e02872e48ca340b8ecac10d21a687e6a11fa7fe7f
|
3 |
+
size 6630552226
|
checkpoint-158000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2bba47a50afaf8685b98ac54cebc4e52c544322948a4aa1ffb39567021f8e2a7
|
3 |
+
size 15920
|
checkpoint-158000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ebb377758428c3eaf0d0da5aa67a029710da893d9ab7d8c79d36bbe3d7dbefb7
|
3 |
+
size 15920
|
checkpoint-158000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b68a61293f73939740d61f10a6fb0261c5e0bc6f6ef81e0e8c6efe967495d3ed
|
3 |
+
size 15933
|
checkpoint-158000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:788e1730e3f6d96c9c11d7b33a6e14bcb1edfa8d835986200985c8cf484931f0
|
3 |
+
size 15933
|
checkpoint-158000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:febabeac418389af32ff9a67a7a6e16ccc868de451c950e3a216753b75204bbd
|
3 |
+
size 15933
|
checkpoint-158000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab746fe0a797cc70b1a29a9f647c67f360dbf398d772a4873ea58f29442eca9a
|
3 |
+
size 15933
|
checkpoint-158000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be8b4fa7f2d06e900f2c7db5f3ee7a1181150e850622d1bcb9af1982a3f096d5
|
3 |
+
size 15933
|
checkpoint-158000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:236072a27aab7e2ee82927b9d2873072e60b75a1aa43761a53be5a7c3315f16d
|
3 |
+
size 15933
|
checkpoint-158000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4f72769d1a9ca4274b808c4860e4edb9118febb37113b397db75ae46fa6a3e9
|
3 |
+
size 15920
|
checkpoint-158000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a31d38c8128b8977f17b8143912a66b62d92e4e3278eb78aca93f109b9a77aea
|
3 |
+
size 15920
|
checkpoint-158000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd2f510340861fededb3a1a0b39a5c3339cc2f39f444c03cafbb205ec6d560b2
|
3 |
+
size 15920
|
checkpoint-158000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:679199e6371a2815bbb4f785435c5c01087253b66281ffa762b641549fdd864b
|
3 |
+
size 15920
|
checkpoint-158000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec354067395f332a0398f209463869eb6e6a085cda3ee2912bad5642a5fb46e1
|
3 |
+
size 15920
|
checkpoint-158000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94084ca3c6d491eda8b627e846c9f7d9cc6f962fe22bdcccffac43412b10bec4
|
3 |
+
size 15920
|
checkpoint-158000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6f2f1ce6f23649220471a673d792f45e7686b03b6022ad25c319e714d7e4845
|
3 |
+
size 15920
|
checkpoint-158000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:606370dd0027ec293e1afabc42162cda72ecbef5d544e2439c9e9f724362fb98
|
3 |
+
size 15920
|
checkpoint-158000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48f0329a33f27f95ccf247df5b6383420ecb17575e9f74615aaa0e0e9b9be71f
|
3 |
+
size 1064
|
checkpoint-158000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0df370d49a174971e0bbbead0bb22e4019ac37658651e3cd8874c1d3544a7ab7
|
3 |
+
size 24340915
|
checkpoint-158000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52b1963dc155442c2253d7c29f2c86950000ef4bc69bba1e91299cb3faa36abb
|
3 |
+
size 5752
|