Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- checkpoint-113000/config.json +71 -0
- checkpoint-113000/generation_config.json +6 -0
- checkpoint-113000/model.safetensors +3 -0
- checkpoint-113000/optimizer.pt +3 -0
- checkpoint-113000/rng_state_0.pth +3 -0
- checkpoint-113000/rng_state_1.pth +3 -0
- checkpoint-113000/rng_state_10.pth +3 -0
- checkpoint-113000/rng_state_11.pth +3 -0
- checkpoint-113000/rng_state_12.pth +3 -0
- checkpoint-113000/rng_state_13.pth +3 -0
- checkpoint-113000/rng_state_14.pth +3 -0
- checkpoint-113000/rng_state_15.pth +3 -0
- checkpoint-113000/rng_state_2.pth +3 -0
- checkpoint-113000/rng_state_3.pth +3 -0
- checkpoint-113000/rng_state_4.pth +3 -0
- checkpoint-113000/rng_state_5.pth +3 -0
- checkpoint-113000/rng_state_6.pth +3 -0
- checkpoint-113000/rng_state_7.pth +3 -0
- checkpoint-113000/rng_state_8.pth +3 -0
- checkpoint-113000/rng_state_9.pth +3 -0
- checkpoint-113000/scheduler.pt +3 -0
- checkpoint-113000/trainer_state.json +3 -0
- checkpoint-113000/training_args.bin +3 -0
.gitattributes
CHANGED
@@ -43,3 +43,4 @@ checkpoint-93000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
43 |
checkpoint-100000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
44 |
checkpoint-101000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
45 |
checkpoint-110000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
43 |
checkpoint-100000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
44 |
checkpoint-101000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
45 |
checkpoint-110000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
46 |
+
checkpoint-113000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-113000/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-113000/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-113000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d55c8903a531216b09a4199c666df223ddcfa2818cf7d5689fa62677a83d90e0
|
3 |
+
size 4714837766
|
checkpoint-113000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:19792ad4d28c0ef3fab172bbd240408a8a600c0a70dd7ab99cb78f152f629664
|
3 |
+
size 6630552226
|
checkpoint-113000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10e6aa01c0cf6d0548bfaf2d639c86670fe6548d625d1af4f595734aa25e2474
|
3 |
+
size 15920
|
checkpoint-113000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1673f924ed500b0b49048e80ed4cc3c04eb3bcff633324dc4e09291520673779
|
3 |
+
size 15920
|
checkpoint-113000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4271a286cc9b47b542f905d6daf8877fdc3cc2faba0344d26dd52daaf8a4a708
|
3 |
+
size 15933
|
checkpoint-113000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0874dc5d7dcba40119a2699030d57862f3ea4e879b6928835079866957220b03
|
3 |
+
size 15933
|
checkpoint-113000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ebb474d167221d62542264d263de942a5c9e8e2b31f9daac24a35d137ba4e257
|
3 |
+
size 15933
|
checkpoint-113000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2fb909b7bae354aee6a73d93c697b12d558ea18dd1cfa7fc0a1fbcc267e90054
|
3 |
+
size 15933
|
checkpoint-113000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5d26f955d8b6ca6e32e946c85316b9a6259ae0b634d6d709aecb7bcba70e4a6
|
3 |
+
size 15933
|
checkpoint-113000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:afc0f19912f42983e9b10340d061ede2072c24ae198500cc5b2bba1f7eb3b20d
|
3 |
+
size 15933
|
checkpoint-113000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b734c3292840f332f18403291aa28a15d880725c97cee35b25c79295ffa2cbcb
|
3 |
+
size 15920
|
checkpoint-113000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a402cf0e5803794c615fa87b3c3ec3361316bf3ec9539de084ef869c164e573e
|
3 |
+
size 15920
|
checkpoint-113000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ffd6ca83bec8ccf522820814ae2fa8cb0010b5b3208e93cebd4ebb0c0c02ce75
|
3 |
+
size 15920
|
checkpoint-113000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90c6677cb19b5bc195147041896baefee743f586e9b16b9cc51b695332457349
|
3 |
+
size 15920
|
checkpoint-113000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ff28913cf9cbc0b922a8386653e0dbcea691d1025731903563f9b14a8160b41
|
3 |
+
size 15920
|
checkpoint-113000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13608c973eba3e9af79c30be0e9b18bf20de563bd4c84e57b853251e0112edb0
|
3 |
+
size 15920
|
checkpoint-113000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1521e3b08b401385713e96f31da7405552120022f897136b80d20ec0ffc0c31f
|
3 |
+
size 15920
|
checkpoint-113000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fbdec2b9d81b3d4028c4c8dc182689f9f4a3c320bf18b45bd6dc1d3e699ae6a5
|
3 |
+
size 15920
|
checkpoint-113000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:41e5ad562e42a2b52d56b1d44476f8738ff14738d2106bbcf539477afc484db8
|
3 |
+
size 1064
|
checkpoint-113000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:80e4d8f0726c47402ca0f44866aa69603e8737c6d1cc7f8e4f3c041974c4b736
|
3 |
+
size 17376218
|
checkpoint-113000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0bce386be31019454481719c1138b2b2a00f889ebbfdeb6e90b76471513325e7
|
3 |
+
size 5752
|