Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- checkpoint-144000/config.json +79 -0
- checkpoint-144000/generation_config.json +6 -0
- checkpoint-144000/model.safetensors +3 -0
- checkpoint-144000/optimizer.pt +3 -0
- checkpoint-144000/rng_state_0.pth +3 -0
- checkpoint-144000/rng_state_1.pth +3 -0
- checkpoint-144000/rng_state_10.pth +3 -0
- checkpoint-144000/rng_state_11.pth +3 -0
- checkpoint-144000/rng_state_12.pth +3 -0
- checkpoint-144000/rng_state_13.pth +3 -0
- checkpoint-144000/rng_state_14.pth +3 -0
- checkpoint-144000/rng_state_15.pth +3 -0
- checkpoint-144000/rng_state_2.pth +3 -0
- checkpoint-144000/rng_state_3.pth +3 -0
- checkpoint-144000/rng_state_4.pth +3 -0
- checkpoint-144000/rng_state_5.pth +3 -0
- checkpoint-144000/rng_state_6.pth +3 -0
- checkpoint-144000/rng_state_7.pth +3 -0
- checkpoint-144000/rng_state_8.pth +3 -0
- checkpoint-144000/rng_state_9.pth +3 -0
- checkpoint-144000/scheduler.pt +3 -0
- checkpoint-144000/trainer_state.json +3 -0
- checkpoint-144000/training_args.bin +3 -0
.gitattributes
CHANGED
@@ -67,3 +67,4 @@ checkpoint-139000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
67 |
checkpoint-140000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
68 |
checkpoint-142000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
69 |
checkpoint-143000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
67 |
checkpoint-140000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
68 |
checkpoint-142000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
69 |
checkpoint-143000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
70 |
+
checkpoint-144000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-144000/config.json
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"ar_steps": 1,
|
3 |
+
"architectures": [
|
4 |
+
"DiffVLMDiffusion"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 151643,
|
8 |
+
"condition_layer": -1,
|
9 |
+
"eos_token_id": 151645,
|
10 |
+
"hidden_act": "silu",
|
11 |
+
"hidden_size": 1536,
|
12 |
+
"image_token_id": 151655,
|
13 |
+
"img_cross_attention_dim": 2048,
|
14 |
+
"img_diffuser_depth": 2,
|
15 |
+
"img_ffn_dim_multiplier": null,
|
16 |
+
"img_hidden_size": 1536,
|
17 |
+
"img_multiple_of": 256,
|
18 |
+
"img_norm_eps": 1e-05,
|
19 |
+
"img_num_attention_heads": 12,
|
20 |
+
"img_num_kv_heads": 12,
|
21 |
+
"img_qk_norm": true,
|
22 |
+
"in_channels": 32,
|
23 |
+
"initializer_range": 0.02,
|
24 |
+
"inject_img_diffuser": false,
|
25 |
+
"input_size": 32,
|
26 |
+
"intermediate_size": 8960,
|
27 |
+
"layer_group_size": 7,
|
28 |
+
"layerwise_start_idx": 0,
|
29 |
+
"lora_alpha": 128,
|
30 |
+
"lora_bias": "none",
|
31 |
+
"lora_dropout": 0.05,
|
32 |
+
"lora_enable": false,
|
33 |
+
"lora_r": 64,
|
34 |
+
"max_position_embeddings": 32768,
|
35 |
+
"max_window_layers": 28,
|
36 |
+
"model_type": "qwen2_vl",
|
37 |
+
"non_linearity": 1,
|
38 |
+
"norm_elementwise_affine": true,
|
39 |
+
"num_attention_heads": 12,
|
40 |
+
"num_hidden_layers": 28,
|
41 |
+
"num_key_value_heads": 2,
|
42 |
+
"patch_size": 2,
|
43 |
+
"repa_coeff": 0.1,
|
44 |
+
"repa_layers": "2",
|
45 |
+
"repa_shared": false,
|
46 |
+
"rms_norm_eps": 1e-06,
|
47 |
+
"rope_scaling": {
|
48 |
+
"mrope_section": [
|
49 |
+
16,
|
50 |
+
24,
|
51 |
+
24
|
52 |
+
],
|
53 |
+
"rope_type": "default",
|
54 |
+
"type": "default"
|
55 |
+
},
|
56 |
+
"rope_theta": 1000000.0,
|
57 |
+
"sample_size": 128,
|
58 |
+
"sampling_steps": 28,
|
59 |
+
"sliding_window": null,
|
60 |
+
"tie_word_embeddings": true,
|
61 |
+
"torch_dtype": "bfloat16",
|
62 |
+
"transformers_version": "4.47.0",
|
63 |
+
"use_cache": true,
|
64 |
+
"use_repa": false,
|
65 |
+
"use_residual_attn": true,
|
66 |
+
"use_sliding_window": false,
|
67 |
+
"vae_path": "mit-han-lab/dc-ae-f32c32-sana-1.1-diffusers",
|
68 |
+
"video_token_id": 151656,
|
69 |
+
"vision_config": {
|
70 |
+
"hidden_size": 1536,
|
71 |
+
"in_chans": 3,
|
72 |
+
"model_type": "qwen2_vl",
|
73 |
+
"spatial_patch_size": 14
|
74 |
+
},
|
75 |
+
"vision_end_token_id": 151653,
|
76 |
+
"vision_start_token_id": 151652,
|
77 |
+
"vision_token_id": 151654,
|
78 |
+
"vocab_size": 151936
|
79 |
+
}
|
checkpoint-144000/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-144000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:89bd31ac7a449e71a9dfd8e5497b0427bf8983ae05d968354113534814715f11
|
3 |
+
size 4539487822
|
checkpoint-144000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4e2692482f49e102abf920d1119540fbe731e632655f965160d4536af11467d
|
3 |
+
size 6632345482
|
checkpoint-144000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1dd162021fbbaa37dab9f92aea0fbea48e6c5cfdd2132a10704d5a0fcaa376f
|
3 |
+
size 15984
|
checkpoint-144000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:120d888d8fdc2d2cfde19d0f7aedae0d5642420845d276d3b50e0bec906f5543
|
3 |
+
size 15984
|
checkpoint-144000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e225b2bfb347adda8269d7a9f7520d01db8860e0953c1dc869a1442c5aba9352
|
3 |
+
size 15997
|
checkpoint-144000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe5a282e3eda2a10af8a7c3dcc5c7f0d3c621b1b5e8b7667d7594ff31efa545a
|
3 |
+
size 15997
|
checkpoint-144000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70f5e15b7fbd0c49113357a41fb77a2c1149cdc405d109fe1b7d0c4791db97ab
|
3 |
+
size 15997
|
checkpoint-144000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c7e53591ba0e01ed95a3fa51b92105474b3ed754297f1cc34f245211d8ad356
|
3 |
+
size 15997
|
checkpoint-144000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f85fb4d1539e8f4c2e48b81d6092de165beb255fa48b5aa02c0ac128e1b1101
|
3 |
+
size 15997
|
checkpoint-144000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:72f9abca8f5bb8a95f1e6f810b5755910cdeead200f7066d69a05d14bf401053
|
3 |
+
size 15997
|
checkpoint-144000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2736dc7707d76be3ffb84bf37038b717bbf316cfba6f385841aad8aebe9e72c
|
3 |
+
size 15984
|
checkpoint-144000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a12136c8da20511e29e6b6c343418f871fb42d29d24ab71dccd3ddab03bb2a21
|
3 |
+
size 15984
|
checkpoint-144000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd077f87f95272f9f320a05f7d63746ed2e85c1e359ff3d55d0017264da07fb5
|
3 |
+
size 15984
|
checkpoint-144000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9afd828e837021c6aee71eeb775e29267a80c6b24169d229ac80e0810f79a9f
|
3 |
+
size 15984
|
checkpoint-144000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c9c050625edd7b25c53c2ea4f812f83ee164ecec1ef1bd41117cec6b83b5f50
|
3 |
+
size 15984
|
checkpoint-144000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c95f36b0b3e67b70ac0e21937a38de3505af0c31ecdabdc7e7b73ab1bd1bf606
|
3 |
+
size 15984
|
checkpoint-144000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dcf9fca019e47378eed8d641fb49badd9a77d14ae71458866a3068705fa980c6
|
3 |
+
size 15984
|
checkpoint-144000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac40817c2195ce49f5b320d73da47ba067cd086bb61020db55f729dc1ad4b0ca
|
3 |
+
size 15984
|
checkpoint-144000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d57f623978d3b97cff8f8fa871f309bd5b4ab1519e73edaa606caa09ff11c31
|
3 |
+
size 1064
|
checkpoint-144000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2b45db48064c1a75168c9bed9893f5bc25055da9eeb3536082a2673cc309a9d
|
3 |
+
size 22259809
|
checkpoint-144000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a822623c13b333f0a7d9afb0a22e3587f41e195b0095a4d85aef6ae24c3b780f
|
3 |
+
size 6008
|