Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- checkpoint-180000/config.json +71 -0
- checkpoint-180000/generation_config.json +6 -0
- checkpoint-180000/model.safetensors +3 -0
- checkpoint-180000/optimizer.pt +3 -0
- checkpoint-180000/rng_state_0.pth +3 -0
- checkpoint-180000/rng_state_1.pth +3 -0
- checkpoint-180000/rng_state_10.pth +3 -0
- checkpoint-180000/rng_state_11.pth +3 -0
- checkpoint-180000/rng_state_12.pth +3 -0
- checkpoint-180000/rng_state_13.pth +3 -0
- checkpoint-180000/rng_state_14.pth +3 -0
- checkpoint-180000/rng_state_15.pth +3 -0
- checkpoint-180000/rng_state_2.pth +3 -0
- checkpoint-180000/rng_state_3.pth +3 -0
- checkpoint-180000/rng_state_4.pth +3 -0
- checkpoint-180000/rng_state_5.pth +3 -0
- checkpoint-180000/rng_state_6.pth +3 -0
- checkpoint-180000/rng_state_7.pth +3 -0
- checkpoint-180000/rng_state_8.pth +3 -0
- checkpoint-180000/rng_state_9.pth +3 -0
- checkpoint-180000/scheduler.pt +3 -0
- checkpoint-180000/trainer_state.json +3 -0
- checkpoint-180000/training_args.bin +3 -0
.gitattributes
CHANGED
@@ -56,3 +56,4 @@ 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
|
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
|
|
|
|
56 |
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
|
checkpoint-180000/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-180000/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-180000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f537e0a8128c2cf76488f382f8276001df15bf3040da8b406415ac464797c33e
|
3 |
+
size 4714837766
|
checkpoint-180000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:741cb18bc0770508d6ceca6c103ba33ca184af8199ac9be7ee718907456050d6
|
3 |
+
size 6630552226
|
checkpoint-180000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:80f01d5d78fc992ba56b977707ac2ba06f4cf696b562feaf9f768e408f7462e1
|
3 |
+
size 15920
|
checkpoint-180000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5718340925ac48615fab095c3e84a9024e028ccfb4476703e4888a815be3315
|
3 |
+
size 15920
|
checkpoint-180000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:423a8c85affbe9650587f0f50a51bbcc78bd134e6a8952d2c4536e388f0da7b1
|
3 |
+
size 15933
|
checkpoint-180000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1589d23a665692ac1bcf10e46cea0c4018e782c626bc5c4b820ba2b118192fcd
|
3 |
+
size 15933
|
checkpoint-180000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b80ad510a9a0dd9e2664d25557ea5d91585a24c2ded40e34fb6965a9da6dcdf
|
3 |
+
size 15933
|
checkpoint-180000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66e2306dcc2100046bbaa13c575d82df8f3453d569fda15c97229c86ea85fcdd
|
3 |
+
size 15933
|
checkpoint-180000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f956278841001db4c4c974bb59829bd0869366b93a70c511c46cb67151d12ade
|
3 |
+
size 15933
|
checkpoint-180000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d51c2394d80595079a91211ef7cc29b66f6150f26fcf98877fc36af48bc7e4c4
|
3 |
+
size 15933
|
checkpoint-180000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52d25ce4a65af4b01f835140e4440b252ee32de3bd372741c1267d1e78d12090
|
3 |
+
size 15920
|
checkpoint-180000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2c0bd95eedd5194752a7b0a0eb6ddccce52afa2e37c337b0e114119465de71a
|
3 |
+
size 15920
|
checkpoint-180000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:24d4e3477b1a9dbe2426b7cddfa34c95b1c56d9f2a6158636619992fbaf40796
|
3 |
+
size 15920
|
checkpoint-180000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b92999836a80c50b063834e85e2b562313782d2cdbded119f7176ca958a25056
|
3 |
+
size 15920
|
checkpoint-180000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93b14b89ab6340aa66da7d92d2b43295318b9631542b0c10a77877201664c2cb
|
3 |
+
size 15920
|
checkpoint-180000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:47cd17ae2ad43c63db8c27f510b13e05ceb980624533cbc3fcb2cd78a3c4a859
|
3 |
+
size 15920
|
checkpoint-180000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fcdd359e836b8c8c34a053c5b4f9c376ea38f420bc40c4a3960772f76f6fdce2
|
3 |
+
size 15920
|
checkpoint-180000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f735ce68b9b59ff44d8af4448a3ae83f9227c81652e0a409c45dde77c36ba9b
|
3 |
+
size 15920
|
checkpoint-180000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:28776a9c3de5a32cbf30f46040d1cd3eed38c068e90db3841c12b18e0a5bf5f0
|
3 |
+
size 1064
|
checkpoint-180000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2191793c9030274c17e7b2a0ef150ec33697a14e05d71964120938d20910c6e3
|
3 |
+
size 27735378
|
checkpoint-180000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aca851425d809f869419381dc3056f279855403656ba2b758bcf357eaf29a528
|
3 |
+
size 5816
|