Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- checkpoint-100000/config.json +71 -0
- checkpoint-100000/generation_config.json +6 -0
- checkpoint-100000/model.safetensors +3 -0
- checkpoint-100000/optimizer.pt +3 -0
- checkpoint-100000/rng_state_0.pth +3 -0
- checkpoint-100000/rng_state_1.pth +3 -0
- checkpoint-100000/rng_state_10.pth +3 -0
- checkpoint-100000/rng_state_11.pth +3 -0
- checkpoint-100000/rng_state_12.pth +3 -0
- checkpoint-100000/rng_state_13.pth +3 -0
- checkpoint-100000/rng_state_14.pth +3 -0
- checkpoint-100000/rng_state_15.pth +3 -0
- checkpoint-100000/rng_state_2.pth +3 -0
- checkpoint-100000/rng_state_3.pth +3 -0
- checkpoint-100000/rng_state_4.pth +3 -0
- checkpoint-100000/rng_state_5.pth +3 -0
- checkpoint-100000/rng_state_6.pth +3 -0
- checkpoint-100000/rng_state_7.pth +3 -0
- checkpoint-100000/rng_state_8.pth +3 -0
- checkpoint-100000/rng_state_9.pth +3 -0
- checkpoint-100000/scheduler.pt +3 -0
- checkpoint-100000/trainer_state.json +3 -0
- checkpoint-100000/training_args.bin +3 -0
.gitattributes
CHANGED
@@ -40,3 +40,4 @@ checkpoint-80000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
40 |
checkpoint-85000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
41 |
checkpoint-90000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
42 |
checkpoint-93000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
40 |
checkpoint-85000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
41 |
checkpoint-90000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
42 |
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
|
checkpoint-100000/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-100000/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-100000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b67fafc128964e9b08e046da2b3ce1b44832fba756d70f5e0449719b8396468a
|
3 |
+
size 4714837766
|
checkpoint-100000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68d034c487d0b16ba803ef4d3de8b86efdfc94e503cf885e7e163120bdaed444
|
3 |
+
size 6630552226
|
checkpoint-100000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5500efcc9d431c9ff26394977d6c75f7a0526250631b4a4fca3d4f25b6d9e9e
|
3 |
+
size 15920
|
checkpoint-100000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:534d0dfbce51a04a565f19eb6a42fd0952bd341609f2fba4346476fdaf9432a0
|
3 |
+
size 15920
|
checkpoint-100000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:073b591d8fb22c66f3e3047af48fec10ed30ac464f5e8eba88b76a5316384a53
|
3 |
+
size 15933
|
checkpoint-100000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ab667c83939fadb5e9275a694638abc00dc48298f310cf2b1dcc541f76d99f1
|
3 |
+
size 15933
|
checkpoint-100000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:05b2f7ed3b82ba741b601fccd1084bf27528212fa02671a943548089453165a3
|
3 |
+
size 15933
|
checkpoint-100000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:284684ac356ef3ca2bcedee663bb101c1f72372a4f87fffcc916fbaa83665db0
|
3 |
+
size 15933
|
checkpoint-100000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d89ca18c6281cc3875ce0912b3fd8ef2ab78d90a5cf35bbc8f60d89d1cd20a6a
|
3 |
+
size 15933
|
checkpoint-100000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2dc5b9509f5699c09386cdeac70ab92362d080c4f5c6739b00a1e93bcc1e4ae4
|
3 |
+
size 15933
|
checkpoint-100000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f96af3e73effe875df891d3022f2f2b1025f0141eeb999a883fee5676bbcbaf
|
3 |
+
size 15920
|
checkpoint-100000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c610447c7c22d65e024812130bf4976def90d0a4a3fc459cca70d626dd7221b
|
3 |
+
size 15920
|
checkpoint-100000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16dd913366f6c731d66179777e106a8a6db12d2988b632bf8bad583e18abff12
|
3 |
+
size 15920
|
checkpoint-100000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d1e4123d51c379d575aeb62ab9880a308bb33ab62a81d7d96b9c71e418678de
|
3 |
+
size 15920
|
checkpoint-100000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc84827299677bfe90fa80446d52f0dd499889ae1f64c52dbfe2fa55a5474b67
|
3 |
+
size 15920
|
checkpoint-100000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ec87738c8092768c40cdb8295b5acb23b101441ca87fbf13d909c07b8072e28
|
3 |
+
size 15920
|
checkpoint-100000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc9fa7e543e33d3e602e16e257418eeb30fddaf18bd15b2d946fb14d255aa87e
|
3 |
+
size 15920
|
checkpoint-100000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b28b5fda47cf730054d2a54161bd2f9fee9cea02f07c1fcca4e34039452f8b1
|
3 |
+
size 15920
|
checkpoint-100000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78080cc543097d0707713e83c276ac0d154b054deec906c85a5eea19108515ee
|
3 |
+
size 1064
|
checkpoint-100000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca8a78ace46debb61060da7df5f680aff34e8df5af27353429961b47131371ad
|
3 |
+
size 15363690
|
checkpoint-100000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65e24024ecfee61bb5eadbdafb25d278dc9fc0b3f27d619663e6c5799a0420f8
|
3 |
+
size 5816
|