Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- checkpoint-101000/config.json +71 -0
- checkpoint-101000/generation_config.json +6 -0
- checkpoint-101000/model.safetensors +3 -0
- checkpoint-101000/optimizer.pt +3 -0
- checkpoint-101000/rng_state_0.pth +3 -0
- checkpoint-101000/rng_state_1.pth +3 -0
- checkpoint-101000/rng_state_10.pth +3 -0
- checkpoint-101000/rng_state_11.pth +3 -0
- checkpoint-101000/rng_state_12.pth +3 -0
- checkpoint-101000/rng_state_13.pth +3 -0
- checkpoint-101000/rng_state_14.pth +3 -0
- checkpoint-101000/rng_state_15.pth +3 -0
- checkpoint-101000/rng_state_2.pth +3 -0
- checkpoint-101000/rng_state_3.pth +3 -0
- checkpoint-101000/rng_state_4.pth +3 -0
- checkpoint-101000/rng_state_5.pth +3 -0
- checkpoint-101000/rng_state_6.pth +3 -0
- checkpoint-101000/rng_state_7.pth +3 -0
- checkpoint-101000/rng_state_8.pth +3 -0
- checkpoint-101000/rng_state_9.pth +3 -0
- checkpoint-101000/scheduler.pt +3 -0
- checkpoint-101000/trainer_state.json +3 -0
- checkpoint-101000/training_args.bin +3 -0
.gitattributes
CHANGED
@@ -41,3 +41,4 @@ 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
|
|
|
|
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
|
44 |
+
checkpoint-101000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-101000/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-101000/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-101000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f5e13e0ca35a486f111518d587f54c82f8d478469e1218e92f4a14995a7a45e
|
3 |
+
size 4714837766
|
checkpoint-101000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cac9b2d3b9f61994e69d037341ae90f0e887af3f52efec5fc57f53e2eac2e6c7
|
3 |
+
size 6630552226
|
checkpoint-101000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ac50ab13dd29bcfe75241cbc7ef3fe1762d49a723505edd2b0906821da1a6fe
|
3 |
+
size 15920
|
checkpoint-101000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e15aafaf27781694490a3288bdd244d679d607a0f37ba8d8742911260dcdae8e
|
3 |
+
size 15920
|
checkpoint-101000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d978d698cbed8057261a4a82cd902ce7d2ad7eb558b406fd1d322a2f458e239d
|
3 |
+
size 15933
|
checkpoint-101000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93cb1d5a09a15b18e06a3e09ec3438eb2e6896ae72108d955cd266b9a25f9f02
|
3 |
+
size 15933
|
checkpoint-101000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1c49902a3175fba3511b008ff8e204b55d118a36265047be5fe0836fc6e4b24
|
3 |
+
size 15933
|
checkpoint-101000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5114151ccd189ae97f45cce2fa84670edfd0c5b77552e429fbe82e9d63c0166
|
3 |
+
size 15933
|
checkpoint-101000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:066b700aed2d8ea1b0695750e4c12d361531ed4766e50a27268363f32fe70856
|
3 |
+
size 15933
|
checkpoint-101000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:963c8b1b8af5c42e8f578b57f9bf019612c9b009f5334aad480da32381230c7a
|
3 |
+
size 15933
|
checkpoint-101000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29b0e9f70f32635f76441b11d7c9dd2e48e6aff87e8b55a7bed68d341a1a80d6
|
3 |
+
size 15920
|
checkpoint-101000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37702432961329c76f403df2b32a82cb1f8c9da6808be5ccc55f14ba68b2d01b
|
3 |
+
size 15920
|
checkpoint-101000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9ba3cc30b0c2a22d88846552a78a306eab94e8323d0d8f476516d92c771dc6d
|
3 |
+
size 15920
|
checkpoint-101000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29164086b5bb944eeb204b5c48f750ee4a80ff8fcb0d50f2eaa0adaf781d3ecd
|
3 |
+
size 15920
|
checkpoint-101000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fef83e8d8d4d406dd32d8e8ceefe7d83f60d93e54f79601f5759e0783026cee7
|
3 |
+
size 15920
|
checkpoint-101000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68848a489862582feb98f583c0bb49dd2b1ef649d1b6e4810916f612d8b3961b
|
3 |
+
size 15920
|
checkpoint-101000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b078f137251007503a66b64fd048a78e2ae537ff355e2df51bb24426b7e0c4a2
|
3 |
+
size 15920
|
checkpoint-101000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d97be46efe8417c413191e024d49041d5fcf13941c35244521d5ab7dee37de24
|
3 |
+
size 15920
|
checkpoint-101000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ebaee7f7d16310fcd3305bdb81dc32d8e319f4ca73404af3984b2d0ea5569274
|
3 |
+
size 1064
|
checkpoint-101000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4440a13a95ec8f8bc5dff1b0424d2e083d36ec7b2d439741ec25222695119aa2
|
3 |
+
size 15518530
|
checkpoint-101000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:044a9b123625190bfc88d5febaf4db1c6e891e69134735897238516433b4872f
|
3 |
+
size 5752
|