Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- checkpoint-99000/config.json +79 -0
- checkpoint-99000/generation_config.json +6 -0
- checkpoint-99000/model.safetensors +3 -0
- checkpoint-99000/optimizer.pt +3 -0
- checkpoint-99000/rng_state_0.pth +3 -0
- checkpoint-99000/rng_state_1.pth +3 -0
- checkpoint-99000/rng_state_10.pth +3 -0
- checkpoint-99000/rng_state_11.pth +3 -0
- checkpoint-99000/rng_state_12.pth +3 -0
- checkpoint-99000/rng_state_13.pth +3 -0
- checkpoint-99000/rng_state_14.pth +3 -0
- checkpoint-99000/rng_state_15.pth +3 -0
- checkpoint-99000/rng_state_2.pth +3 -0
- checkpoint-99000/rng_state_3.pth +3 -0
- checkpoint-99000/rng_state_4.pth +3 -0
- checkpoint-99000/rng_state_5.pth +3 -0
- checkpoint-99000/rng_state_6.pth +3 -0
- checkpoint-99000/rng_state_7.pth +3 -0
- checkpoint-99000/rng_state_8.pth +3 -0
- checkpoint-99000/rng_state_9.pth +3 -0
- checkpoint-99000/scheduler.pt +3 -0
- checkpoint-99000/trainer_state.json +3 -0
- checkpoint-99000/training_args.bin +3 -0
.gitattributes
CHANGED
@@ -45,3 +45,4 @@ checkpoint-89000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
45 |
checkpoint-90000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
46 |
checkpoint-97000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
47 |
checkpoint-98000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
45 |
checkpoint-90000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
46 |
checkpoint-97000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
47 |
checkpoint-98000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
48 |
+
checkpoint-99000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-99000/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-99000/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-99000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f7719730dbae5388d4d4015a845aa126e87d7f1a32eaed1e86eb73e5783011d
|
3 |
+
size 4410723984
|
checkpoint-99000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65766834a0f7aae4a7043cf2eceedbe2a305a8dbe22d70105d2d8d556cbf2b5f
|
3 |
+
size 6330255386
|
checkpoint-99000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bcaed9168ef4a734e74771610e8d4af74408dd243fd7d149c277e54f21767c26
|
3 |
+
size 15984
|
checkpoint-99000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1522ca231380fb3aa3321f5a97667c2378f7785fc56f5bf478e16f3f097979f5
|
3 |
+
size 15984
|
checkpoint-99000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b49c2a080fbd0ae91301e62a76616ca498e2b63a4e430be54207d54738360187
|
3 |
+
size 15997
|
checkpoint-99000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f4460f3e36491742364ec119e9770a29fccbaadc51306003844ea2cf0b2a403
|
3 |
+
size 15997
|
checkpoint-99000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9a0fda97fcba6206ad5e31ff4819a6d826b1d5ce6a5c63fa43fdac78ddb722a
|
3 |
+
size 15997
|
checkpoint-99000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:749d01a34cef66755876cea5c7f3fca08d7e8608b526adc20a03214bfa530ebc
|
3 |
+
size 15997
|
checkpoint-99000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36bffe0e967ac99980419c8681450c62301aa7ea8f5f21f408028082b93ead4d
|
3 |
+
size 15997
|
checkpoint-99000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cdc0d0acae018ee94384dd4750865f8fa9e475c97af69c2c17fe46933fbbbad2
|
3 |
+
size 15997
|
checkpoint-99000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:174235b06ad3ee3edef4a738b438b141ae0de8215182d5eb07bf44e56d800985
|
3 |
+
size 15984
|
checkpoint-99000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1664c8d584b936de672112e62c3516e2f10988bd8f61e994f650152c2b4e8cb6
|
3 |
+
size 15984
|
checkpoint-99000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2fc6c6d72f7e361d0d6b9f4e67e397533d15569205f6393282954bcdab83e108
|
3 |
+
size 15984
|
checkpoint-99000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7eaf1487c71e55593208d532294112306ae6688e729841cb5da630582eefd2fb
|
3 |
+
size 15984
|
checkpoint-99000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6e3f44f037577f2e8c9651c908560bbb421c6be92b49d5a3928d96eaa2aa614
|
3 |
+
size 15984
|
checkpoint-99000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:80e478d7ee061f17e9ef78aefad9fa8068c4660a760209b1191b616ddcc2efdc
|
3 |
+
size 15984
|
checkpoint-99000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:405c0484a889964b1054873231e490974b7d351f747fb8e08483852c7582b2a5
|
3 |
+
size 15984
|
checkpoint-99000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:936e78f92dee5d5e38c5cfb1ae7f3eeb0f3fcb6bb503117f5e48352d84faf1ae
|
3 |
+
size 15984
|
checkpoint-99000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1881266c27a0bac04be4ee079ee88b22b7441256482eb4641e356d10f2eef49a
|
3 |
+
size 1064
|
checkpoint-99000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3cb56e397899b5fa834473d60f0a2ffd3385614819a15384757965434569f4a
|
3 |
+
size 15068738
|
checkpoint-99000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5929d288ac5417122d95cb7ce91fc242b5e34704ce0c5ed12dbcdb8d983496bb
|
3 |
+
size 5944
|