Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- checkpoint-141000/config.json +79 -0
- checkpoint-141000/generation_config.json +6 -0
- checkpoint-141000/model.safetensors +3 -0
- checkpoint-141000/optimizer.pt +3 -0
- checkpoint-141000/rng_state_0.pth +3 -0
- checkpoint-141000/rng_state_1.pth +3 -0
- checkpoint-141000/rng_state_10.pth +3 -0
- checkpoint-141000/rng_state_11.pth +3 -0
- checkpoint-141000/rng_state_12.pth +3 -0
- checkpoint-141000/rng_state_13.pth +3 -0
- checkpoint-141000/rng_state_14.pth +3 -0
- checkpoint-141000/rng_state_15.pth +3 -0
- checkpoint-141000/rng_state_2.pth +3 -0
- checkpoint-141000/rng_state_3.pth +3 -0
- checkpoint-141000/rng_state_4.pth +3 -0
- checkpoint-141000/rng_state_5.pth +3 -0
- checkpoint-141000/rng_state_6.pth +3 -0
- checkpoint-141000/rng_state_7.pth +3 -0
- checkpoint-141000/rng_state_8.pth +3 -0
- checkpoint-141000/rng_state_9.pth +3 -0
- checkpoint-141000/scheduler.pt +3 -0
- checkpoint-141000/trainer_state.json +3 -0
- checkpoint-141000/training_args.bin +3 -0
.gitattributes
CHANGED
@@ -68,3 +68,4 @@ checkpoint-132000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
68 |
checkpoint-133000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
69 |
checkpoint-139000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
70 |
checkpoint-140000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
68 |
checkpoint-133000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
69 |
checkpoint-139000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
70 |
checkpoint-140000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
71 |
+
checkpoint-141000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-141000/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": false,
|
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-141000/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-141000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0bb8b38cf57db8cb9bb18e5f3525299c5d296c26c174332ea241e026044702cb
|
3 |
+
size 4538452374
|
checkpoint-141000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:807840dba3a7d15dbed29891556e44f3b39ae71d22b9bee31d598d757e1d8d32
|
3 |
+
size 6630551906
|
checkpoint-141000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76337bcd26f64e34e9f1f846a1fd279d09618869ab0b333a1bb2acd59e3cad85
|
3 |
+
size 15984
|
checkpoint-141000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18b2edada038a1fe3f162057ba826574f67521a64231f5a2a17029e9749509cd
|
3 |
+
size 15984
|
checkpoint-141000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92dafdc7f7f901eeaebe45cbced636ea1c0efacfc1741e34f415f1e496f2e203
|
3 |
+
size 15997
|
checkpoint-141000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a466164c27049cc08c4d4445a9169e9e7f79b469d717e0bee68ad62a8d57466
|
3 |
+
size 15997
|
checkpoint-141000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87bc87ab5d09a2ee74834e27e85ec3c33708d04033205f923f9f57c51b10b61d
|
3 |
+
size 15997
|
checkpoint-141000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4eb02c71519149055cd00b07f737a4fd1bae4782c55ce7357f30b8d75830e1e9
|
3 |
+
size 15997
|
checkpoint-141000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f010c0a0c73153975a526c9ac6dba216800242a4d628ed731fd87718b7eee601
|
3 |
+
size 15997
|
checkpoint-141000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc985f51b729a17b373997b00a2ce1e57f101dbc0227878e89e9ddf1403ead5f
|
3 |
+
size 15997
|
checkpoint-141000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:581aed670f801be9c1f5140fe87cebecbd4862cab8d0bb28af1e6cf9ac3a7807
|
3 |
+
size 15984
|
checkpoint-141000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c455600be0cb7a7819e742dba71872f339d6f6d3d4d4c0791bef1d4e25a4e11b
|
3 |
+
size 15984
|
checkpoint-141000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6450d21669315baee8e294fa56f639681e451d491071968eac074d848cca7e4
|
3 |
+
size 15984
|
checkpoint-141000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c13e0cf4762e47da9e93bb3f11af157f325b96e50896139c0884a0d35303cf8
|
3 |
+
size 15984
|
checkpoint-141000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:80030fa68651756de0c844941e442811e7eb0532b34a35e9961fdbfa69208ac7
|
3 |
+
size 15984
|
checkpoint-141000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4e8f2807e459c0c1b8d1cf349e15e0f886983adb7a8f5d2a2fd2d6874ce5548
|
3 |
+
size 15984
|
checkpoint-141000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb8f83abb311893a3b0d44ae8e5091d65e9570bf5ab25039853db2ea70e02bc5
|
3 |
+
size 15984
|
checkpoint-141000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a2e79e3bf66cb0de25d45b1d4acaf7a1fc5dadb2666381cbd2179affd04759a
|
3 |
+
size 15984
|
checkpoint-141000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b556f99bcfa5f1cd443273dab1cc29ffa3ea4ba65baff9bb7355255c25d17aef
|
3 |
+
size 1064
|
checkpoint-141000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ffde5c097f886c191c5143822689fd7aa2faad56a0530c0a9cc33807128f6a5e
|
3 |
+
size 21849575
|
checkpoint-141000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d84791c41ed575168bf5cd760ae609422d6bbac93f504aeda902db505b5eca7
|
3 |
+
size 5944
|