Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- checkpoint-151000/config.json +71 -0
- checkpoint-151000/generation_config.json +6 -0
- checkpoint-151000/model.safetensors +3 -0
- checkpoint-151000/optimizer.pt +3 -0
- checkpoint-151000/rng_state_0.pth +3 -0
- checkpoint-151000/rng_state_1.pth +3 -0
- checkpoint-151000/rng_state_10.pth +3 -0
- checkpoint-151000/rng_state_11.pth +3 -0
- checkpoint-151000/rng_state_12.pth +3 -0
- checkpoint-151000/rng_state_13.pth +3 -0
- checkpoint-151000/rng_state_14.pth +3 -0
- checkpoint-151000/rng_state_15.pth +3 -0
- checkpoint-151000/rng_state_2.pth +3 -0
- checkpoint-151000/rng_state_3.pth +3 -0
- checkpoint-151000/rng_state_4.pth +3 -0
- checkpoint-151000/rng_state_5.pth +3 -0
- checkpoint-151000/rng_state_6.pth +3 -0
- checkpoint-151000/rng_state_7.pth +3 -0
- checkpoint-151000/rng_state_8.pth +3 -0
- checkpoint-151000/rng_state_9.pth +3 -0
- checkpoint-151000/scheduler.pt +3 -0
- checkpoint-151000/trainer_state.json +3 -0
- checkpoint-151000/training_args.bin +3 -0
.gitattributes
CHANGED
@@ -51,3 +51,4 @@ checkpoint-139000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
51 |
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
|
|
|
|
51 |
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
|
checkpoint-151000/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-151000/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-151000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6fad41c36bab0205fc36f4470de666f1c20951fe60f871d819166073fa15fb93
|
3 |
+
size 4714837766
|
checkpoint-151000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:373b976a3708043be63b522a8b658eb33acbb91a1e5efc2e6a2f8bed3e439cf5
|
3 |
+
size 6630552226
|
checkpoint-151000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20e32b7a3aace53ba8822a472be689bacce41d6aa8623d15ebbf929cabb14dd5
|
3 |
+
size 15920
|
checkpoint-151000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:600d40b4cd379e7c37953f3d04cdf03f7b39a5c0e5a80c634fc68eeee495475b
|
3 |
+
size 15920
|
checkpoint-151000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f07413c7fe507b54168ef84bdb5e649974423e123202fb8e02b8f4a466f7210e
|
3 |
+
size 15933
|
checkpoint-151000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18fbb6c354f2c8be3e738411ebab1a3ca11d6386756c11ca43a4bd32c766fd8e
|
3 |
+
size 15933
|
checkpoint-151000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0fe081e4cb200ec0c9ceb9af75f889c7188d8ef32a99cd298279e1d54ba268ca
|
3 |
+
size 15933
|
checkpoint-151000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e270594fd704f164707ed96c2b00cecd7c81fe5c439315a43ed3cd841b5c156c
|
3 |
+
size 15933
|
checkpoint-151000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10b4f70f95ce09ffc71dab87eb2095252dbf4d996d5ac2b4489a74112dd9f6db
|
3 |
+
size 15933
|
checkpoint-151000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f87def531392dd360a24e35b05d5443fce7c5512e7936856b8cc6333a348fd36
|
3 |
+
size 15933
|
checkpoint-151000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b160917b697cfa4171f2d3ee04c70c425b025789670dcd6107c11671730cc00b
|
3 |
+
size 15920
|
checkpoint-151000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10b0fa3dff9680e2eb36ad36a3c4968f80af069af06217201fef163e2fd2e8a9
|
3 |
+
size 15920
|
checkpoint-151000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b67ca8b3eeda496d09466062b7a6aff5cebcb51b92d93185115dc88a9db4534d
|
3 |
+
size 15920
|
checkpoint-151000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:479013faa1fbc877b41c5fc6c0c23b6c79ed73c587d827c3a5814564a5018b2b
|
3 |
+
size 15920
|
checkpoint-151000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cae286fc6b24860142693e7b1230d43faa7fe809f09470cdd723fce9106a61d8
|
3 |
+
size 15920
|
checkpoint-151000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3ae0aff1eb43b5baa470b4b19fdc52d4f431d6f8583f97056f45072f26fa169
|
3 |
+
size 15920
|
checkpoint-151000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d235a8f819c21990131e14bedbf4d782862cf26771321e4444acc7fb54af8fc
|
3 |
+
size 15920
|
checkpoint-151000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b2fd7d0e94fc73136a6adcc5017558527fa281165b590fc18d5fbb5938bee18a
|
3 |
+
size 15920
|
checkpoint-151000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec5fa997e809e7a56646276c5e8592124494cb263ca1b99100364e172d4d03da
|
3 |
+
size 1064
|
checkpoint-151000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63e1da13c3c6407ce21f055b0f9fbd55ca3eb8cd8af908037feea8d7d70afd6a
|
3 |
+
size 23257647
|
checkpoint-151000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a677b2a7d39ae4d2ee3b0759f2cbd209c4a8ba5017eb96b041acb2f089d87c4a
|
3 |
+
size 5752
|