Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- checkpoint-120000/config.json +71 -0
- checkpoint-120000/generation_config.json +6 -0
- checkpoint-120000/model.safetensors +3 -0
- checkpoint-120000/optimizer.pt +3 -0
- checkpoint-120000/rng_state_0.pth +3 -0
- checkpoint-120000/rng_state_1.pth +3 -0
- checkpoint-120000/rng_state_10.pth +3 -0
- checkpoint-120000/rng_state_11.pth +3 -0
- checkpoint-120000/rng_state_12.pth +3 -0
- checkpoint-120000/rng_state_13.pth +3 -0
- checkpoint-120000/rng_state_14.pth +3 -0
- checkpoint-120000/rng_state_15.pth +3 -0
- checkpoint-120000/rng_state_2.pth +3 -0
- checkpoint-120000/rng_state_3.pth +3 -0
- checkpoint-120000/rng_state_4.pth +3 -0
- checkpoint-120000/rng_state_5.pth +3 -0
- checkpoint-120000/rng_state_6.pth +3 -0
- checkpoint-120000/rng_state_7.pth +3 -0
- checkpoint-120000/rng_state_8.pth +3 -0
- checkpoint-120000/rng_state_9.pth +3 -0
- checkpoint-120000/scheduler.pt +3 -0
- checkpoint-120000/trainer_state.json +3 -0
- checkpoint-120000/training_args.bin +3 -0
.gitattributes
CHANGED
@@ -44,3 +44,4 @@ checkpoint-100000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
44 |
checkpoint-101000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
45 |
checkpoint-110000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
46 |
checkpoint-113000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
44 |
checkpoint-101000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
45 |
checkpoint-110000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
46 |
checkpoint-113000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
47 |
+
checkpoint-120000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-120000/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-120000/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-120000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7098acb68943c50268bb268eae64fa7e9c0cd29d158f016d64bdd57e95c84788
|
3 |
+
size 4714837766
|
checkpoint-120000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40a3f376c06f225bd6a3343a11323eabee3c3bc1d5bc81036905ef3d1ef9cc75
|
3 |
+
size 6630552226
|
checkpoint-120000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26497a850ea5d9f7cb562817889c366268f99a0caa2ca5f14a8533caa7baeea2
|
3 |
+
size 15920
|
checkpoint-120000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e4aae11f1fecf05cb3f0a6c5e25830ffc68a8cb0350c662dc82519f9b9f59fa
|
3 |
+
size 15920
|
checkpoint-120000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:640bb9ff372ff1099c1d7d554591a8739fe2a6794f43e9490bec65f56a44fef6
|
3 |
+
size 15933
|
checkpoint-120000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e629cd2226810568641b5c047c22b2aeb75c123b7e308c73517244d63d2022ec
|
3 |
+
size 15933
|
checkpoint-120000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18e7bf26ee3f16d5c265f63ce83b19b94eedcbc8f9e45e8c350f87f7d585aafa
|
3 |
+
size 15933
|
checkpoint-120000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13255f18a32a890a7daeb871cca911e75615363a900df4f1e3754fcf3dabce1a
|
3 |
+
size 15933
|
checkpoint-120000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0bf8c33d710fa98c181ad8d5b8f80e481dc06fd8aa1144405224e208caf7060e
|
3 |
+
size 15933
|
checkpoint-120000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf8b8af4cec7857bacdd0acf34ee9e4f3c86d7f67f23966bf51245bc85dca3ab
|
3 |
+
size 15933
|
checkpoint-120000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3cfd0000b11b6721a8ce092ba6434487ec58fed5f8c8ef54b583811eee4198a
|
3 |
+
size 15920
|
checkpoint-120000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7310631ad2728b088df86d53c6991677888a6458c81212f5dbe8732e646a95e1
|
3 |
+
size 15920
|
checkpoint-120000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91ff2e2caa2fe1a0b8fa7e688a8dbc2c71bd9023bb44c4d6422dd65638a7405f
|
3 |
+
size 15920
|
checkpoint-120000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b67548dd3453a879276349565cb64be277e95a2a55a66a101b49894d2f181f7
|
3 |
+
size 15920
|
checkpoint-120000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68e9294e9ff5a31814b1a58074a6888f2972793e3088f5833f7bfe5a341f7862
|
3 |
+
size 15920
|
checkpoint-120000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:714356581d41a13c0a5aad923e1d319d5b9dcc76a6f1ad0cef0ee7fc0a52a7d0
|
3 |
+
size 15920
|
checkpoint-120000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1609f0075ea660fc91b5dec8c291bb99badd3a5d46784462b976859cfce240a0
|
3 |
+
size 15920
|
checkpoint-120000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ecdb285a109c9f995040c6bcd3aad5e144837f059c1ac7688859b7ccf062387a
|
3 |
+
size 15920
|
checkpoint-120000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7506e59efcfc89320b42c0af18120fa2b1e15e421c9d1fa6fe7de5b6fc0406ed
|
3 |
+
size 1064
|
checkpoint-120000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4cc6122ae9b43054de3d594e67deb125b9a8b74912ece6fefad53ac5c5caec7
|
3 |
+
size 18459635
|
checkpoint-120000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7b1fbcc01c1abc4482d57b799bb206d9eefb941bffa33eb7df7853c765bed98
|
3 |
+
size 5816
|