Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- checkpoint-77000/config.json +71 -0
- checkpoint-77000/generation_config.json +6 -0
- checkpoint-77000/model.safetensors +3 -0
- checkpoint-77000/optimizer.pt +3 -0
- checkpoint-77000/rng_state_0.pth +3 -0
- checkpoint-77000/rng_state_1.pth +3 -0
- checkpoint-77000/rng_state_10.pth +3 -0
- checkpoint-77000/rng_state_11.pth +3 -0
- checkpoint-77000/rng_state_12.pth +3 -0
- checkpoint-77000/rng_state_13.pth +3 -0
- checkpoint-77000/rng_state_14.pth +3 -0
- checkpoint-77000/rng_state_15.pth +3 -0
- checkpoint-77000/rng_state_2.pth +3 -0
- checkpoint-77000/rng_state_3.pth +3 -0
- checkpoint-77000/rng_state_4.pth +3 -0
- checkpoint-77000/rng_state_5.pth +3 -0
- checkpoint-77000/rng_state_6.pth +3 -0
- checkpoint-77000/rng_state_7.pth +3 -0
- checkpoint-77000/rng_state_8.pth +3 -0
- checkpoint-77000/rng_state_9.pth +3 -0
- checkpoint-77000/scheduler.pt +3 -0
- checkpoint-77000/trainer_state.json +3 -0
- checkpoint-77000/training_args.bin +3 -0
.gitattributes
CHANGED
@@ -35,3 +35,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
checkpoint-69000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
37 |
checkpoint-70000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
checkpoint-69000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
37 |
checkpoint-70000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
38 |
+
checkpoint-77000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-77000/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-77000/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-77000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb76774f5c5ebe3a955f16fad4f1b5dd0b6f16993e6805992cfffd66802ae3e2
|
3 |
+
size 4714837766
|
checkpoint-77000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f321fd242abd67aff88adda432f8da4b069d75b7630120cd28a18188d6e68cd2
|
3 |
+
size 6630552226
|
checkpoint-77000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8bcc08f4d4ba2c199ff8ca7e239742fd50ece5e615d118611d751e3263fe5bbb
|
3 |
+
size 15920
|
checkpoint-77000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3dd577e8778d33083c2e315da9f8b8ac584dbfa29d427226eea137f18bfc0372
|
3 |
+
size 15920
|
checkpoint-77000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94370f9aa0c74f8a3c1a2760119198e7cde5f8bf22edf544ab2c51b0418e14a3
|
3 |
+
size 15933
|
checkpoint-77000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1531045196b3222deda15e50ce60abcaa12db10c65b30f4ffe463c54e04c5c7
|
3 |
+
size 15933
|
checkpoint-77000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de42e1ae765f046cb3f8fc48527953807c9895668296b7ff13c1e0a67a682f8c
|
3 |
+
size 15933
|
checkpoint-77000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:03a1b72b0be0321266656237a632057f816409b50533327b33b909b3cc1e816f
|
3 |
+
size 15933
|
checkpoint-77000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:175c89c7cbfbf1cdb3381f3a12d0d0b1c61b7999ec83490bce4330bc709b6fbc
|
3 |
+
size 15933
|
checkpoint-77000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a115cbb2b976e4bfe998f4295bf66683a1388917802e4d408275597835d516a3
|
3 |
+
size 15933
|
checkpoint-77000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f94231167514ac63064e33c39b17361c461d97bcd0e03630fdb121c9e63b196e
|
3 |
+
size 15920
|
checkpoint-77000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:060f8c511fa633f2ccb095ddb03e9678a77f3d2505d02d554080d72f9cce0217
|
3 |
+
size 15920
|
checkpoint-77000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a645e07788fea5582165cf793de0cca5f5fd98a690a509c7960e6ed23e603d6
|
3 |
+
size 15920
|
checkpoint-77000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2df96e7e2e71b2a29e6b63d1fbe6956a0f491da2d40ee3d431b0a8f48420f4d4
|
3 |
+
size 15920
|
checkpoint-77000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a25ea01eceac973213961decba90e0654554553122936e5e4214a1a3784b9cae
|
3 |
+
size 15920
|
checkpoint-77000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73bb93e8b264cb32c480038abd63646319068aaa3a2b7b00054e3724ceda9d8c
|
3 |
+
size 15920
|
checkpoint-77000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b30abe765a35ad561ceaf41629f6e77a894fe43ee5cf551e4b1acefbc8d5dece
|
3 |
+
size 15920
|
checkpoint-77000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:939ad2ba8ac22a9e5e0d9be1d3ba5015bf2be083853275965b408eabb2b54b3d
|
3 |
+
size 15920
|
checkpoint-77000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56427699b5df97e7b8afaee61621e7fc7390bd38ed839abfe40e178638abd798
|
3 |
+
size 1064
|
checkpoint-77000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71489e08177d1d8af26465f097ab26cea44c6ebfcdb10a07d4cb8098f306875b
|
3 |
+
size 11826530
|
checkpoint-77000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:02dc069c606327681d3e8d4e7dc76724f87feea303292b94ef8724cf800b4f69
|
3 |
+
size 5752
|