Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- checkpoint-121000/config.json +71 -0
- checkpoint-121000/generation_config.json +6 -0
- checkpoint-121000/model.safetensors +3 -0
- checkpoint-121000/optimizer.pt +3 -0
- checkpoint-121000/rng_state_0.pth +3 -0
- checkpoint-121000/rng_state_1.pth +3 -0
- checkpoint-121000/rng_state_10.pth +3 -0
- checkpoint-121000/rng_state_11.pth +3 -0
- checkpoint-121000/rng_state_12.pth +3 -0
- checkpoint-121000/rng_state_13.pth +3 -0
- checkpoint-121000/rng_state_14.pth +3 -0
- checkpoint-121000/rng_state_15.pth +3 -0
- checkpoint-121000/rng_state_2.pth +3 -0
- checkpoint-121000/rng_state_3.pth +3 -0
- checkpoint-121000/rng_state_4.pth +3 -0
- checkpoint-121000/rng_state_5.pth +3 -0
- checkpoint-121000/rng_state_6.pth +3 -0
- checkpoint-121000/rng_state_7.pth +3 -0
- checkpoint-121000/rng_state_8.pth +3 -0
- checkpoint-121000/rng_state_9.pth +3 -0
- checkpoint-121000/scheduler.pt +3 -0
- checkpoint-121000/trainer_state.json +3 -0
- checkpoint-121000/training_args.bin +3 -0
.gitattributes
CHANGED
@@ -45,3 +45,4 @@ 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
|
47 |
checkpoint-120000/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
|
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
|
checkpoint-121000/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-121000/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-121000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f34f061aba02eaf78277c4fa93fe0c5cefffb6ad7f3d3ff05f81b5ffe8a097a
|
3 |
+
size 4714837766
|
checkpoint-121000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4602614a6be864216d35853363a983ea575c46775996a7ecad5c54cb05329ba2
|
3 |
+
size 6630552226
|
checkpoint-121000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:75dfa7c6fe388303b0de3ce4667ce3839045c45965c4d245024d07178c96352d
|
3 |
+
size 15920
|
checkpoint-121000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ba97f570b4d51417b10b40b610b25c6b8f8dab367b52eba34e11f944aa6eed9
|
3 |
+
size 15920
|
checkpoint-121000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec0abbdb848b85e3916e8d6abada7e788dc2ed8159d158248af30d06d8a64455
|
3 |
+
size 15933
|
checkpoint-121000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97ca6ee7942a246a9c3f6c8f6d522479526e65510305d98f5bb8dc476cdde7fe
|
3 |
+
size 15933
|
checkpoint-121000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dbac8bbe12b8272c2404315b725f40d7ed1d03c701e83ec89b39602c837db1d9
|
3 |
+
size 15933
|
checkpoint-121000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9aee01d2aac5cbabadafabbfd5ff8f2347304055c0944249c76113097d77fd35
|
3 |
+
size 15933
|
checkpoint-121000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6a35bef14bf9da68788d1b181a15039fbab8e8a6bcd299a715345795a12e9c0
|
3 |
+
size 15933
|
checkpoint-121000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a10808088c4d84cacec95100d0ee6e0bdb4bc47a47de993fbfd3205cb8894985
|
3 |
+
size 15933
|
checkpoint-121000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bce1ebedb6637e4dcb14f3e82a6d2dfe2f9a697b1f4ca058e28ee909cb2dad98
|
3 |
+
size 15920
|
checkpoint-121000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:698a720bff76b2f1d76501f87d650858459f92655b725f19847058a52639bda8
|
3 |
+
size 15920
|
checkpoint-121000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac703700b0571bb864dfb3d86e2256968e6a782a259bbfe43c9cb64afe1baa02
|
3 |
+
size 15920
|
checkpoint-121000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1880ce4be5ad1b6ac4c71f8a9b32eff83d3915fc8404d52362a0f60483773dac
|
3 |
+
size 15920
|
checkpoint-121000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f7f91864252d2aa01da2c7f43cdf34eab3249f1f105692b488d51b0510662a3
|
3 |
+
size 15920
|
checkpoint-121000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44ef7924b69dbad00a7d5a13ad21bd6faaffef6d376b7561295ee433d2a8f2d2
|
3 |
+
size 15920
|
checkpoint-121000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:33c7fb14f2fe01d9915c732a9cdcbea93018caf764ca2783fa9a9b55aa363f3a
|
3 |
+
size 15920
|
checkpoint-121000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ace639f7c187fa5baac2a8097fd25a2d4eda739600d95f764dd036a7dedbdfa6
|
3 |
+
size 15920
|
checkpoint-121000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5add67a490e78a5fd14a2b0a20231bb8cc97e50d0f808313a001f833a8614829
|
3 |
+
size 1064
|
checkpoint-121000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3add528592b305f574915ff2651788c7a659c0d46f78eee4c83aaa24e3f68def
|
3 |
+
size 18614559
|
checkpoint-121000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea76be7a8ad21cfed289b90f1b48b1414b3e79b77485e70c082168bed845e188
|
3 |
+
size 5752
|