Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- checkpoint-131000/config.json +79 -0
- checkpoint-131000/generation_config.json +6 -0
- checkpoint-131000/model.safetensors +3 -0
- checkpoint-131000/optimizer.pt +3 -0
- checkpoint-131000/rng_state_0.pth +3 -0
- checkpoint-131000/rng_state_1.pth +3 -0
- checkpoint-131000/rng_state_10.pth +3 -0
- checkpoint-131000/rng_state_11.pth +3 -0
- checkpoint-131000/rng_state_12.pth +3 -0
- checkpoint-131000/rng_state_13.pth +3 -0
- checkpoint-131000/rng_state_14.pth +3 -0
- checkpoint-131000/rng_state_15.pth +3 -0
- checkpoint-131000/rng_state_2.pth +3 -0
- checkpoint-131000/rng_state_3.pth +3 -0
- checkpoint-131000/rng_state_4.pth +3 -0
- checkpoint-131000/rng_state_5.pth +3 -0
- checkpoint-131000/rng_state_6.pth +3 -0
- checkpoint-131000/rng_state_7.pth +3 -0
- checkpoint-131000/rng_state_8.pth +3 -0
- checkpoint-131000/rng_state_9.pth +3 -0
- checkpoint-131000/scheduler.pt +3 -0
- checkpoint-131000/trainer_state.json +3 -0
- checkpoint-131000/training_args.bin +3 -0
.gitattributes
CHANGED
@@ -56,3 +56,4 @@ checkpoint-122000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
56 |
checkpoint-123000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
57 |
checkpoint-129000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
58 |
checkpoint-130000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
56 |
checkpoint-123000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
57 |
checkpoint-129000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
58 |
checkpoint-130000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
59 |
+
checkpoint-131000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-131000/config.json
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"ar_steps": 1,
|
3 |
+
"architectures": [
|
4 |
+
"DiffVLMBaseline"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 151643,
|
8 |
+
"condition_layer": -1,
|
9 |
+
"eos_token_id": 151645,
|
10 |
+
"hidden_act": "silu",
|
11 |
+
"hidden_size": 1536,
|
12 |
+
"image_token_id": 151655,
|
13 |
+
"img_cross_attention_dim": 2048,
|
14 |
+
"img_diffuser_depth": 2,
|
15 |
+
"img_ffn_dim_multiplier": null,
|
16 |
+
"img_hidden_size": 1536,
|
17 |
+
"img_multiple_of": 256,
|
18 |
+
"img_norm_eps": 1e-05,
|
19 |
+
"img_num_attention_heads": 12,
|
20 |
+
"img_num_kv_heads": 12,
|
21 |
+
"img_qk_norm": true,
|
22 |
+
"in_channels": 32,
|
23 |
+
"initializer_range": 0.02,
|
24 |
+
"inject_img_diffuser": false,
|
25 |
+
"input_size": 32,
|
26 |
+
"intermediate_size": 8960,
|
27 |
+
"layer_group_size": 7,
|
28 |
+
"layerwise_start_idx": 0,
|
29 |
+
"lora_alpha": 128,
|
30 |
+
"lora_bias": "none",
|
31 |
+
"lora_dropout": 0.05,
|
32 |
+
"lora_enable": false,
|
33 |
+
"lora_r": 64,
|
34 |
+
"max_position_embeddings": 32768,
|
35 |
+
"max_window_layers": 28,
|
36 |
+
"model_type": "qwen2_vl",
|
37 |
+
"non_linearity": 1,
|
38 |
+
"norm_elementwise_affine": true,
|
39 |
+
"num_attention_heads": 12,
|
40 |
+
"num_hidden_layers": 28,
|
41 |
+
"num_key_value_heads": 2,
|
42 |
+
"patch_size": 1,
|
43 |
+
"repa_coeff": 0.1,
|
44 |
+
"repa_layers": "2",
|
45 |
+
"repa_shared": false,
|
46 |
+
"rms_norm_eps": 1e-06,
|
47 |
+
"rope_scaling": {
|
48 |
+
"mrope_section": [
|
49 |
+
16,
|
50 |
+
24,
|
51 |
+
24
|
52 |
+
],
|
53 |
+
"rope_type": "default",
|
54 |
+
"type": "default"
|
55 |
+
},
|
56 |
+
"rope_theta": 1000000.0,
|
57 |
+
"sample_size": 128,
|
58 |
+
"sampling_steps": 28,
|
59 |
+
"sliding_window": null,
|
60 |
+
"tie_word_embeddings": true,
|
61 |
+
"torch_dtype": "bfloat16",
|
62 |
+
"transformers_version": "4.47.0",
|
63 |
+
"use_cache": true,
|
64 |
+
"use_repa": false,
|
65 |
+
"use_residual_attn": false,
|
66 |
+
"use_sliding_window": false,
|
67 |
+
"vae_path": "mit-han-lab/dc-ae-f32c32-in-1.0-diffusers",
|
68 |
+
"video_token_id": 151656,
|
69 |
+
"vision_config": {
|
70 |
+
"hidden_size": 1536,
|
71 |
+
"in_chans": 3,
|
72 |
+
"model_type": "qwen2_vl",
|
73 |
+
"spatial_patch_size": 14
|
74 |
+
},
|
75 |
+
"vision_end_token_id": 151653,
|
76 |
+
"vision_start_token_id": 151652,
|
77 |
+
"vision_token_id": 151654,
|
78 |
+
"vocab_size": 151936
|
79 |
+
}
|
checkpoint-131000/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-131000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:00950f77c272048d7ceae84f31cd920e9a6dec7109f7e60d386b67fcf688dbe8
|
3 |
+
size 4410723984
|
checkpoint-131000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dcc08442820ee47c92df10389fa750b4c5c32ffd1e562da29f2319f883e37250
|
3 |
+
size 6330255386
|
checkpoint-131000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d078cc29817fb701a4a0e120c34a39e49c1f673ef17a3f453ee61d8fd363e02
|
3 |
+
size 15984
|
checkpoint-131000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eedcffb6a5a672d582d3ffdcce1c5aa4568b757a9bf171fe22e5a7c87ed7b483
|
3 |
+
size 15984
|
checkpoint-131000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d258e40892489c6151f7203470735aac1d501b46f2d510b6eea0c1b99d43ded8
|
3 |
+
size 15997
|
checkpoint-131000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f25ae59a573776541af628e20ebae33efedd7d6a1899b8a442c04d811cde9d8
|
3 |
+
size 15997
|
checkpoint-131000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:874c596ad647398026c63978728ef2913b1af016243e7302da7d8e9653f67d4d
|
3 |
+
size 15997
|
checkpoint-131000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a252b0da39d9d6fd3512640d6d830c5f20ca31748088a0a22922a7a3b37c7f6d
|
3 |
+
size 15997
|
checkpoint-131000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f55184e402fd8a31479e9d5138838f413673539c99b4c041841c7272f8f51511
|
3 |
+
size 15997
|
checkpoint-131000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:940bbf49c28abb08e03e0e0098c0bb45c12098d20383d40e263c0686da475bba
|
3 |
+
size 15997
|
checkpoint-131000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3185e68165c76ec33e9b6c6ea4b0a12df3f284fcce791dce5156964f756cb3dd
|
3 |
+
size 15984
|
checkpoint-131000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a23cb80119cc34ca6ab39d609a65e66806b4a0e50250cb842448853d49b16367
|
3 |
+
size 15984
|
checkpoint-131000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d47e146df33aa680fb959836d1ae9dfe172745b7be48f3f0c743b3d03c5abc71
|
3 |
+
size 15984
|
checkpoint-131000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc22aa91149de9d6bee755779fe77bab61315cadef762238564bbc99552d98f8
|
3 |
+
size 15984
|
checkpoint-131000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e82d07c4b95c44ac324b014cb04313a805b0098964e60a38d9877d94979fba29
|
3 |
+
size 15984
|
checkpoint-131000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57078aa871cef9c2f55942fd3fe9f0b14ef3eb362550be40fee3277e70ca7f64
|
3 |
+
size 15984
|
checkpoint-131000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ec20e1fb0ccb2cfcc84507073a5dbd5a95447434eaa48b2605d3c3c8481287f
|
3 |
+
size 15984
|
checkpoint-131000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:881633f925997f1b692c5aff00a81d4085a0f0563fbadc67d0d40481a5962616
|
3 |
+
size 15984
|
checkpoint-131000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d7d8e7a72cae3196a1cc01cdcec96b5865bd57d7fe1ad3bbcce253b2f9e2879
|
3 |
+
size 1064
|
checkpoint-131000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0352f26c069745b33dce060efccac47303480410ebd7698b31004771d7352a75
|
3 |
+
size 19984955
|
checkpoint-131000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:72143cd5c83b6ca2eb0f2c3251093b0c3695191c221cbd90a63bdf338478148c
|
3 |
+
size 5944
|