Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- checkpoint-139000/config.json +71 -0
- checkpoint-139000/generation_config.json +6 -0
- checkpoint-139000/model.safetensors +3 -0
- checkpoint-139000/optimizer.pt +3 -0
- checkpoint-139000/rng_state_0.pth +3 -0
- checkpoint-139000/rng_state_1.pth +3 -0
- checkpoint-139000/rng_state_10.pth +3 -0
- checkpoint-139000/rng_state_11.pth +3 -0
- checkpoint-139000/rng_state_12.pth +3 -0
- checkpoint-139000/rng_state_13.pth +3 -0
- checkpoint-139000/rng_state_14.pth +3 -0
- checkpoint-139000/rng_state_15.pth +3 -0
- checkpoint-139000/rng_state_2.pth +3 -0
- checkpoint-139000/rng_state_3.pth +3 -0
- checkpoint-139000/rng_state_4.pth +3 -0
- checkpoint-139000/rng_state_5.pth +3 -0
- checkpoint-139000/rng_state_6.pth +3 -0
- checkpoint-139000/rng_state_7.pth +3 -0
- checkpoint-139000/rng_state_8.pth +3 -0
- checkpoint-139000/rng_state_9.pth +3 -0
- checkpoint-139000/scheduler.pt +3 -0
- checkpoint-139000/trainer_state.json +3 -0
- checkpoint-139000/training_args.bin +3 -0
.gitattributes
CHANGED
@@ -47,3 +47,4 @@ checkpoint-113000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
47 |
checkpoint-120000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
48 |
checkpoint-121000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
49 |
checkpoint-130000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
47 |
checkpoint-120000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
48 |
checkpoint-121000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
49 |
checkpoint-130000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
50 |
+
checkpoint-139000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-139000/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-139000/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-139000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bcf4537083440a73bd17926ef2e0d8727a726ac2fbe48d6c47d65a32faaf7df9
|
3 |
+
size 4714837766
|
checkpoint-139000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ebd7cb1e423f5476310e7534f8d86d7de4bf95b4faf3cde82e2d2a82408d047
|
3 |
+
size 6630552226
|
checkpoint-139000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a07bd9080a7a833753741112daa0bfc0dec539cc8a4c5998016c20f4a56ca844
|
3 |
+
size 15920
|
checkpoint-139000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c2d22a2a218170a61168dc359d19684491e0302df03f1d885ac0b18400dce67
|
3 |
+
size 15920
|
checkpoint-139000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a40ff36cda17eecc6d06feba43679187e8c6501138a625e42e60eaa0634c5aa
|
3 |
+
size 15933
|
checkpoint-139000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b2e0341013ccec2b231efa0fcf81aea19b724ec91715f84f2fa432187a00be37
|
3 |
+
size 15933
|
checkpoint-139000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b1ec39e4584e372dac95905defaa6b192dc95b38e80545c45d6d33dd7bbb5d4
|
3 |
+
size 15933
|
checkpoint-139000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:72c8869edaa9fc9bbad3981fa9c5d8b5d9ce6437bc189dfb89329b3d0fd66bf8
|
3 |
+
size 15933
|
checkpoint-139000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f209f6f551b79cea5c05a96587ad6cceef363e1bea7570cea492eacb9a72fe8
|
3 |
+
size 15933
|
checkpoint-139000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e45be71759a610cd64e8d0af0c7ac171f72f1c1b6d164585cdae0a07aa954b6e
|
3 |
+
size 15933
|
checkpoint-139000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64e3e7320deda615a957d21721bf9eeb027bc3b7b3fa943a545dbd8d5a629a4d
|
3 |
+
size 15920
|
checkpoint-139000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76946dddf3e0388a44cb836b9599f012b54342a77fc742a9e7ac9658aff04f54
|
3 |
+
size 15920
|
checkpoint-139000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37fcc71569566f9e075bfe86fad34187edf1b567f0f1c3b24eb79d663572ee63
|
3 |
+
size 15920
|
checkpoint-139000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3440c0d790e4040cfecc3798889a41d30a7d15208c57250a470ec8f582b0d958
|
3 |
+
size 15920
|
checkpoint-139000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e67d2fc83ffae29abfd15cc5805df62a85a25c729a3ea2e8c5ebf698f6884cf
|
3 |
+
size 15920
|
checkpoint-139000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59ba5e1bb4cae14ba11efec20ecf88c0b2202bbc700a466839fc65add51dd31d
|
3 |
+
size 15920
|
checkpoint-139000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bec9d7de15785e75d5136cf66c5ea20ffa386810a1949e59f4aaaeb41ecad2d3
|
3 |
+
size 15920
|
checkpoint-139000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b2cda474bfc7a382ffcef04713ba89aec627654d0a66b29da652199b54a0646
|
3 |
+
size 15920
|
checkpoint-139000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08c44a07fb76b840af7b12ecb5291e0f27945f8069a3821846c3c33a4501ea44
|
3 |
+
size 1064
|
checkpoint-139000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:19df95ff7997cbb3ed79960f0243907f8924f390593c73a47f294ca6a1588abf
|
3 |
+
size 21400660
|
checkpoint-139000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:04b443c058b441d477bf8b97c5ed3e6c67ccd52f16617a48df1e1abd10241215
|
3 |
+
size 5752
|