Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- checkpoint-111000/config.json +79 -0
- checkpoint-111000/generation_config.json +6 -0
- checkpoint-111000/model.safetensors +3 -0
- checkpoint-111000/optimizer.pt +3 -0
- checkpoint-111000/rng_state_0.pth +3 -0
- checkpoint-111000/rng_state_1.pth +3 -0
- checkpoint-111000/rng_state_10.pth +3 -0
- checkpoint-111000/rng_state_11.pth +3 -0
- checkpoint-111000/rng_state_12.pth +3 -0
- checkpoint-111000/rng_state_13.pth +3 -0
- checkpoint-111000/rng_state_14.pth +3 -0
- checkpoint-111000/rng_state_15.pth +3 -0
- checkpoint-111000/rng_state_2.pth +3 -0
- checkpoint-111000/rng_state_3.pth +3 -0
- checkpoint-111000/rng_state_4.pth +3 -0
- checkpoint-111000/rng_state_5.pth +3 -0
- checkpoint-111000/rng_state_6.pth +3 -0
- checkpoint-111000/rng_state_7.pth +3 -0
- checkpoint-111000/rng_state_8.pth +3 -0
- checkpoint-111000/rng_state_9.pth +3 -0
- checkpoint-111000/scheduler.pt +3 -0
- checkpoint-111000/trainer_state.json +3 -0
- checkpoint-111000/training_args.bin +3 -0
.gitattributes
CHANGED
@@ -51,3 +51,4 @@ checkpoint-101000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
51 |
checkpoint-108000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
52 |
checkpoint-109000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
53 |
checkpoint-110000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
51 |
checkpoint-108000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
52 |
checkpoint-109000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
53 |
checkpoint-110000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
54 |
+
checkpoint-111000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-111000/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-111000/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-111000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:25a999501d50008c96f2a351bdaa23c42d84aa07429f0dccf16f85247225739a
|
3 |
+
size 4538452374
|
checkpoint-111000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6bb487d8722a231d631ea0dea97655d5b7f7fe9fb54d8114e5664d3b74c4981b
|
3 |
+
size 6630551906
|
checkpoint-111000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c71fb8b3975138687d2fb2690c6d401ed8b365e6a6538abaf0b3e4200868bb2
|
3 |
+
size 15984
|
checkpoint-111000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ab58dd00bac091341744a13373b02f1904dc8732e17ebfd871e13151015d61f
|
3 |
+
size 15984
|
checkpoint-111000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3edd5e2ef54d8d933f11c707b842dca2d0051cd08106095d2ff5493d7ba0f65
|
3 |
+
size 15997
|
checkpoint-111000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d70cba11097aaea845445f635fa3e3c273565248739a0a2f85b54b637e36e26a
|
3 |
+
size 15997
|
checkpoint-111000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7fa92caf7255e8d60baf987144c8b06f72333aab1c47173b059f54e79d9083a0
|
3 |
+
size 15997
|
checkpoint-111000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61dbb79435cef914c8e78c26de11fc20bd081296184ba928297eedb5baa7eba9
|
3 |
+
size 15997
|
checkpoint-111000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:578ad9524c028b53640afb810308439dff5923c3c7015daf4419d72b6b819126
|
3 |
+
size 15997
|
checkpoint-111000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:46a270be1c1a3067160bbdbc24c66c16e046d50d6630d375a71692fbc4aef81d
|
3 |
+
size 15997
|
checkpoint-111000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba098e8d31afda5ac75fad401b438e274b58007e69f7d68724f63f727fdcfbce
|
3 |
+
size 15984
|
checkpoint-111000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce0d87bb1944014bf8841a3600ff0ec0bbc5b2665e116757c148ca5800bb20ac
|
3 |
+
size 15984
|
checkpoint-111000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0bf6548da64809a0ae562cdf517005ef24ff83ce744112ef6e36d054590bd9d
|
3 |
+
size 15984
|
checkpoint-111000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b176d5cafe39e9536c6ff28b474331345c441eb54b177f9810fca1e7671e8288
|
3 |
+
size 15984
|
checkpoint-111000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1b059dd3c95756ebd25d3973dbac2a8df2492b42a3fd691b48f0ce72101a4c6
|
3 |
+
size 15984
|
checkpoint-111000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:547f4b75206da56f186b3a6f048af0e16d07350d1459fbff72f0d7ea29a675bb
|
3 |
+
size 15984
|
checkpoint-111000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4c1a697ef6f246c1b7e5d778196de5f6eafff7ff82b8e02198cda5595516ed1
|
3 |
+
size 15984
|
checkpoint-111000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:838306e7bc6cef8f76e654cef8e521ea23df7602dc87f6adc49dacb7ba67be72
|
3 |
+
size 15984
|
checkpoint-111000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a3238adb2d237db5599a7c85b9eb35563f6986a53883944c20b5608780c3de1
|
3 |
+
size 1064
|
checkpoint-111000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:338446d35941b8cd992480be586ba3901c7bce6212eb8e47e3a19dba10aa9169
|
3 |
+
size 17177670
|
checkpoint-111000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c01fa077552d69096532ca0f8b3883aef74f4c857eedce6385de53ffe648e18
|
3 |
+
size 5944
|