Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- checkpoint-202000/config.json +79 -0
- checkpoint-202000/generation_config.json +6 -0
- checkpoint-202000/model.safetensors +3 -0
- checkpoint-202000/optimizer.pt +3 -0
- checkpoint-202000/rng_state_0.pth +3 -0
- checkpoint-202000/rng_state_1.pth +3 -0
- checkpoint-202000/rng_state_10.pth +3 -0
- checkpoint-202000/rng_state_11.pth +3 -0
- checkpoint-202000/rng_state_12.pth +3 -0
- checkpoint-202000/rng_state_13.pth +3 -0
- checkpoint-202000/rng_state_14.pth +3 -0
- checkpoint-202000/rng_state_15.pth +3 -0
- checkpoint-202000/rng_state_2.pth +3 -0
- checkpoint-202000/rng_state_3.pth +3 -0
- checkpoint-202000/rng_state_4.pth +3 -0
- checkpoint-202000/rng_state_5.pth +3 -0
- checkpoint-202000/rng_state_6.pth +3 -0
- checkpoint-202000/rng_state_7.pth +3 -0
- checkpoint-202000/rng_state_8.pth +3 -0
- checkpoint-202000/rng_state_9.pth +3 -0
- checkpoint-202000/scheduler.pt +3 -0
- checkpoint-202000/trainer_state.json +3 -0
- checkpoint-202000/training_args.bin +3 -0
.gitattributes
CHANGED
@@ -78,3 +78,4 @@ checkpoint-192000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
78 |
checkpoint-194000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
79 |
checkpoint-198000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
80 |
checkpoint-200000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
78 |
checkpoint-194000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
79 |
checkpoint-198000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
80 |
checkpoint-200000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
81 |
+
checkpoint-202000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-202000/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-202000/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-202000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1df6fb1bb509103092496d3484dfd1cb067296492452d136f33bc8a053454f2d
|
3 |
+
size 4539487822
|
checkpoint-202000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad0cc24df3b995e11fd0082048908296972f09286d04026708d7b0d78dd60fc5
|
3 |
+
size 6632345482
|
checkpoint-202000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07733829708d87e906f5ffe2ff2e3df862a5f9fcc14d6fdca9b5cfc37885ad14
|
3 |
+
size 15984
|
checkpoint-202000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:265a2bd69bc30759c8fc40bfcda9ae58cf00a52f39ac5eda48f8ddf843d10483
|
3 |
+
size 15984
|
checkpoint-202000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8b99cb543c9a9d7ccc27e18ea0245e92b9487b4146e07e4f222243adc7cfba6
|
3 |
+
size 15997
|
checkpoint-202000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2981bc49f9952d3248252424c4c9cb659c38510a09652766e85af5cb1457df14
|
3 |
+
size 15997
|
checkpoint-202000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9989ae8a05ed373e7674ad3af2adac5ee61ac4a2f6e005656ae00e0dad3fc028
|
3 |
+
size 15997
|
checkpoint-202000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d5de33fe2a42db69bb98b56165ee18ccf489fe9f9a411a9053cc07964bcc87b
|
3 |
+
size 15997
|
checkpoint-202000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7634a245c60a3a22f4683e6f724c551e22867fa7a4654f484b3ea3e1c125d3d9
|
3 |
+
size 15997
|
checkpoint-202000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e564d51166a0162541b5526cefe9a491f3d34cbd359da3efa0790fa0cee2d87
|
3 |
+
size 15997
|
checkpoint-202000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:517ab4fb637ebcaeb09f1afac54516a1b2cc13487f8bb527919606816bf39255
|
3 |
+
size 15984
|
checkpoint-202000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e6cb70521cd367def8a23f8e3cd4f3b58f40c9b1138be084037a9c81145857c
|
3 |
+
size 15984
|
checkpoint-202000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:906edfa80271609c66a1391212aff0051e44dcf99ceba07627c6b16a6eb1386e
|
3 |
+
size 15984
|
checkpoint-202000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:354e161849c6821d21430ddc05144a97d3fa721378e1f7eec0efaef7152dbb3c
|
3 |
+
size 15984
|
checkpoint-202000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0c333cc26ecb9f8bbc2c2763aa10d9bf2a0449bbd69a85239eb0a295f3f7abf
|
3 |
+
size 15984
|
checkpoint-202000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd53340c3f0179a9d8f1235de227f899a1471b5e4b5653f1eda5a9f03ecb90a8
|
3 |
+
size 15984
|
checkpoint-202000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:707c0e31f93d0510f781ccfab8c8e8bf6645950b4aa24e57855f98e831388a68
|
3 |
+
size 15984
|
checkpoint-202000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b87ec755a811386a14d80a3f1c26eee9753a6075f76d4e39193eadc19e6803f6
|
3 |
+
size 15984
|
checkpoint-202000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af2a9bc5a8517c3f62629d50230e100b31fd86a6402f641f26063d6d7055293c
|
3 |
+
size 1064
|
checkpoint-202000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f75849f2b3b6cf4e3fac3d09b6a6a103d8c05c861acbbb82363d56978b4ad53
|
3 |
+
size 31233494
|
checkpoint-202000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6068f49868a30cfd5a69a066568efae724517d39e3250a69cfcd58afbd9cad2d
|
3 |
+
size 6008
|