Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- checkpoint-161000/config.json +71 -0
- checkpoint-161000/generation_config.json +6 -0
- checkpoint-161000/model.safetensors +3 -0
- checkpoint-161000/optimizer.pt +3 -0
- checkpoint-161000/rng_state_0.pth +3 -0
- checkpoint-161000/rng_state_1.pth +3 -0
- checkpoint-161000/rng_state_10.pth +3 -0
- checkpoint-161000/rng_state_11.pth +3 -0
- checkpoint-161000/rng_state_12.pth +3 -0
- checkpoint-161000/rng_state_13.pth +3 -0
- checkpoint-161000/rng_state_14.pth +3 -0
- checkpoint-161000/rng_state_15.pth +3 -0
- checkpoint-161000/rng_state_2.pth +3 -0
- checkpoint-161000/rng_state_3.pth +3 -0
- checkpoint-161000/rng_state_4.pth +3 -0
- checkpoint-161000/rng_state_5.pth +3 -0
- checkpoint-161000/rng_state_6.pth +3 -0
- checkpoint-161000/rng_state_7.pth +3 -0
- checkpoint-161000/rng_state_8.pth +3 -0
- checkpoint-161000/rng_state_9.pth +3 -0
- checkpoint-161000/scheduler.pt +3 -0
- checkpoint-161000/trainer_state.json +3 -0
- checkpoint-161000/training_args.bin +3 -0
.gitattributes
CHANGED
@@ -53,3 +53,4 @@ 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
|
|
|
|
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
|
56 |
+
checkpoint-161000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-161000/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-161000/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-161000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2cdb8d7d75c0a4d7eed71ba85a3e96f7aa480bfea17353f54a9ab9fa5bf09680
|
3 |
+
size 4714837766
|
checkpoint-161000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b109d73f6a43cadc3dacf2e3496a4affafe177a0418a1445e2e1739bb5fb4224
|
3 |
+
size 6630552226
|
checkpoint-161000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aae6024c41d6edebd2ffa14a1d4ec0dd95f73f8ae21bbff289afa2c739e0672a
|
3 |
+
size 15920
|
checkpoint-161000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b09441c21e2e60552b72bf9a15d4d0bf03dcb67142661152e012552072e12e9
|
3 |
+
size 15920
|
checkpoint-161000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9130d788056a77d4fe31f3f598226271d4928e5c57e7069ea4ad5c3667013c4e
|
3 |
+
size 15933
|
checkpoint-161000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1cd14c4c483e702d016ea31fc6f5683537ccfe6864290ec35d90f5b763131e1
|
3 |
+
size 15933
|
checkpoint-161000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d048f2f3c72d2fb93fa0c249c62be73d17ccd128fb953f6a314f18074969a103
|
3 |
+
size 15933
|
checkpoint-161000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82d50463837a27f35ecedc842947d7cbdb07bd99175f00e39485251ac4314d1a
|
3 |
+
size 15933
|
checkpoint-161000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0216f9a059d295a1e5f06fd34cfe9408be6f242c30963b1c333bcca2f9879f4b
|
3 |
+
size 15933
|
checkpoint-161000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76022675382a0de29445be7703f20fcf2e59283b4f0581759fe82ff6c37b1738
|
3 |
+
size 15933
|
checkpoint-161000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:192edfe2d72165fde3a8163123fc6f71d384cf4c52344fdd89573a91667223d7
|
3 |
+
size 15920
|
checkpoint-161000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e8fadb7c6bfbd25f6bd3507ae66b270743c8b9b6742b47611097def5b0e9e67
|
3 |
+
size 15920
|
checkpoint-161000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93dfc7af639e215fdc2c8c76a993685ea285f6c0e6a91b32af4d3eae37582317
|
3 |
+
size 15920
|
checkpoint-161000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae67fb46317301cc14d686616e9deee9e7b7ce76fb4972853f711748dcbe160e
|
3 |
+
size 15920
|
checkpoint-161000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e982f4cf754c2699851d12c2623c41b8c925cf03551b5c2df7a9ef6125ef5e7
|
3 |
+
size 15920
|
checkpoint-161000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:633abcaede3e4478eaf8521e23b71ce48be93e117b9f950655a542e9ad8d2df5
|
3 |
+
size 15920
|
checkpoint-161000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4527cdda1ef13a71c6454f824ec79980e3c7be938967ccab78b26c9bffa15c28
|
3 |
+
size 15920
|
checkpoint-161000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ff73ec3daa29b0f46aee90f6a6d1b0c7121aa00d5d398539bdca33036271b34
|
3 |
+
size 15920
|
checkpoint-161000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c046e3e147a5450f0eaf4c661f71e561940882e687d5d53ea2ce48598c02efa5
|
3 |
+
size 1064
|
checkpoint-161000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:584e8664498d14017badfce06864c716d9e7239c027a2d88a4a23075f00ce567
|
3 |
+
size 24804865
|
checkpoint-161000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:696da318bead8ad36f96f2882fa2270ad7bcbfe95c664dbd5c5789779b97f382
|
3 |
+
size 5752
|