Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- checkpoint-180000/config.json +79 -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
@@ -82,3 +82,4 @@ checkpoint-170000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
82 |
checkpoint-177000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
83 |
checkpoint-178000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
84 |
checkpoint-179000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
82 |
checkpoint-177000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
83 |
checkpoint-178000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
84 |
checkpoint-179000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
85 |
+
checkpoint-180000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-180000/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-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:31f5e1c984fe087e5cbf83afb223c26a53c1b6091f88b8d188296f83e32c0375
|
3 |
+
size 4539487822
|
checkpoint-180000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3bc1b70e8ddb5f6d4a4f1b3dbd4bfae23a8dca2eebf1258244a5f6067cdc3b68
|
3 |
+
size 6632345482
|
checkpoint-180000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a9cc7a82f6eb4a558252464381094d84461437bb8ea129745a2cf370ea446af
|
3 |
+
size 15984
|
checkpoint-180000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ba0f841581c63d64d9782cef44ac3a9baf63f221f99f9122759ed62423b9ed5
|
3 |
+
size 15984
|
checkpoint-180000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0607ad46d9014185a8b71b4812327039e67b2e5f5d90c765fb1de74bc188c122
|
3 |
+
size 15997
|
checkpoint-180000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:267600b5af8b03efbecd2b9a178759742933affc8e4a1a562aff45f6653ec238
|
3 |
+
size 15997
|
checkpoint-180000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f37fee160934d78fba6366db1a189ef0620fee7454fe0314256e08f964a957a2
|
3 |
+
size 15997
|
checkpoint-180000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d254e1a93de4bdcc9f8835af5269487e409c7a2709d7344511d6309f1e727a73
|
3 |
+
size 15997
|
checkpoint-180000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bda9418fa55a19c867b7b0e816e0917164b9dfd1c08f1c5e77c44e66e96d31d7
|
3 |
+
size 15997
|
checkpoint-180000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9fd31e889fd1341958e8f02681c6877030ac944f0f7d3288e9813c82c5a259d
|
3 |
+
size 15997
|
checkpoint-180000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea00eeeff01583062878829423db1716eb1590d26f6aa34862ba98732171edc8
|
3 |
+
size 15984
|
checkpoint-180000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b39aa2d9d03eef501caf0ed71faf521c03d434199e95cc9825033700d91fa5ef
|
3 |
+
size 15984
|
checkpoint-180000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ec7b4789c66d252f1ff415e77ba0b058b8c49079a2b947e660e9e85faff772d
|
3 |
+
size 15984
|
checkpoint-180000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2bd9edd367866394da22c87a90b3d1193eac63c71d508ddd79dd56cdec1718bb
|
3 |
+
size 15984
|
checkpoint-180000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c13efac07a4026343bea586e025e8c441634c35eef0f54cb710c0977cb97c20
|
3 |
+
size 15984
|
checkpoint-180000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77ff72562b54ffafa9c65dcb5b087011d070028dda0e15d5f12a8dc0971b9541
|
3 |
+
size 15984
|
checkpoint-180000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2fbf427be130584d93e65afb86d03fdf8cdc2dc34b067a3a749be524258f2a3b
|
3 |
+
size 15984
|
checkpoint-180000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:774488bc075d343364a2e965eb67007a7393cb680d87f1a4caf39bcaaf8c01b0
|
3 |
+
size 15984
|
checkpoint-180000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7da6a4d349d318b433760ce537d4070978793414b6754bd1cf74b623a785c9b7
|
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:a890726d87011d94a0e6ee07d097dca2720c85ec55366660259cee59753068bd
|
3 |
+
size 27837634
|
checkpoint-180000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f08501e2fc64e97f72d574f3f4324ba05ab70bd91d85b78359a7326931e30960
|
3 |
+
size 6008
|