add model
Browse files- config.json +78 -0
- generation_config.json +8 -0
- model-00001-of-00032.safetensors +3 -0
- model-00002-of-00032.safetensors +3 -0
- model-00003-of-00032.safetensors +3 -0
- model-00004-of-00032.safetensors +3 -0
- model-00005-of-00032.safetensors +3 -0
- model-00006-of-00032.safetensors +3 -0
- model-00007-of-00032.safetensors +3 -0
- model-00008-of-00032.safetensors +3 -0
- model-00009-of-00032.safetensors +3 -0
- model-00010-of-00032.safetensors +3 -0
- model-00011-of-00032.safetensors +3 -0
- model-00012-of-00032.safetensors +3 -0
- model-00013-of-00032.safetensors +3 -0
- model-00014-of-00032.safetensors +3 -0
- model-00015-of-00032.safetensors +3 -0
- model-00016-of-00032.safetensors +3 -0
- model-00017-of-00032.safetensors +3 -0
- model-00018-of-00032.safetensors +3 -0
- model-00019-of-00032.safetensors +3 -0
- model-00020-of-00032.safetensors +3 -0
- model-00021-of-00032.safetensors +3 -0
- model-00022-of-00032.safetensors +3 -0
- model-00023-of-00032.safetensors +3 -0
- model-00024-of-00032.safetensors +3 -0
- model-00025-of-00032.safetensors +3 -0
- model-00026-of-00032.safetensors +3 -0
- model-00027-of-00032.safetensors +3 -0
- model-00028-of-00032.safetensors +3 -0
- model-00029-of-00032.safetensors +3 -0
- model-00030-of-00032.safetensors +3 -0
- model-00031-of-00032.safetensors +3 -0
- model-00032-of-00032.safetensors +3 -0
- model.safetensors.index.json +1000 -0
- special_tokens_map.json +24 -0
- tokenizer.model +3 -0
- tokenizer_config.json +61 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "NousResearch/Nous-Hermes-2-Yi-34B",
|
3 |
+
"architectures": [
|
4 |
+
"LlavaLlamaForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 1,
|
9 |
+
"connector_depth": 3,
|
10 |
+
"connector_only": false,
|
11 |
+
"eos_token_id": 7,
|
12 |
+
"freeze_mm_mlp_adapter": false,
|
13 |
+
"hidden_act": "silu",
|
14 |
+
"hidden_size": 7168,
|
15 |
+
"image_aspect_ratio": "pad",
|
16 |
+
"image_position": 87,
|
17 |
+
"image_token_len": 576,
|
18 |
+
"initializer_range": 0.02,
|
19 |
+
"intermediate_size": 20480,
|
20 |
+
"max_position_embeddings": 4096,
|
21 |
+
"mm_patch_merge_type": "flat",
|
22 |
+
"mm_projector_lr": null,
|
23 |
+
"mm_projector_type": "sva",
|
24 |
+
"mm_use_im_patch_token": false,
|
25 |
+
"mm_use_im_start_end": false,
|
26 |
+
"mm_vision_sampler_lr": null,
|
27 |
+
"mm_vision_select_feature": "patch",
|
28 |
+
"mm_vision_select_layer": -2,
|
29 |
+
"mm_vision_tower_aux_list": [
|
30 |
+
"siglip/CLIP-ViT-SO400M-14-384",
|
31 |
+
"openai/clip-vit-large-patch14-336",
|
32 |
+
"facebook/dinov2-giant-res378",
|
33 |
+
"clip-convnext-XXL-multi-stage"
|
34 |
+
],
|
35 |
+
"mm_vision_tower_aux_token_len_list": [
|
36 |
+
576,
|
37 |
+
576,
|
38 |
+
576,
|
39 |
+
9216
|
40 |
+
],
|
41 |
+
"mm_vision_tower_lr": null,
|
42 |
+
"model_type": "llava_llama",
|
43 |
+
"num_attention_heads": 56,
|
44 |
+
"num_hidden_layers": 60,
|
45 |
+
"num_key_value_heads": 8,
|
46 |
+
"num_of_vision_sampler_layers": 9,
|
47 |
+
"num_query_group": 1,
|
48 |
+
"pad_token_id": 0,
|
49 |
+
"pretraining_tp": 1,
|
50 |
+
"query_num_list": [
|
51 |
+
576
|
52 |
+
],
|
53 |
+
"rms_norm_eps": 1e-05,
|
54 |
+
"rope_scaling": null,
|
55 |
+
"rope_theta": 5000000.0,
|
56 |
+
"spmd_debug": null,
|
57 |
+
"spmd_fsdp_sharding": null,
|
58 |
+
"spmd_mesh": null,
|
59 |
+
"start_of_vision_sampler_layers": 0,
|
60 |
+
"stride_of_vision_sampler_layers": 7,
|
61 |
+
"tie_word_embeddings": false,
|
62 |
+
"tokenizer_model_max_length": 2048,
|
63 |
+
"tokenizer_padding_side": "right",
|
64 |
+
"torch_dtype": "float32",
|
65 |
+
"transformers_version": "4.40.1",
|
66 |
+
"tune_mm_mlp_adapter": false,
|
67 |
+
"unfreeze_mm_vision_tower": false,
|
68 |
+
"use_cache": true,
|
69 |
+
"use_mm_proj": true,
|
70 |
+
"vision_hidden_size": 1024,
|
71 |
+
"vision_tower_aux_token_len_list": [
|
72 |
+
576,
|
73 |
+
576,
|
74 |
+
576,
|
75 |
+
9216
|
76 |
+
],
|
77 |
+
"vocab_size": 64000
|
78 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"do_sample": true,
|
5 |
+
"eos_token_id": 7,
|
6 |
+
"pad_token_id": 0,
|
7 |
+
"transformers_version": "4.40.1"
|
8 |
+
}
|
model-00001-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a54b68f1da89ea798e6a9c7ebaaedd6b27699df220f54a0db618fada994a4436
|
3 |
+
size 4536231712
|
model-00002-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:645453eb314657832be15989e763dbf8d7811647e41460b4ef19210ec9ba28b3
|
3 |
+
size 4462856232
|
model-00003-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a8ab1a07dac97a6916cade87cbc5184507fc8ea2169f0a63e3a3fff4c974898
|
3 |
+
size 4462856232
|
model-00004-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0055de43c44f32bb1a014b0a2bc237d2cb0d1aa1bfd3590bf23329094ef19fc3
|
3 |
+
size 4462856232
|
model-00005-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:684a52edc36b0e290262961ff5f437085bb872689820b57b5e9700553e1778e6
|
3 |
+
size 4462856232
|
model-00006-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ea99162b11517dff89b852cec32c5ecd5f77fb6b649b077618d48cd8d0f9680
|
3 |
+
size 4462856248
|
model-00007-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48bc2457940c3f479f988dc039ecad5ccac6200be688533642e0523a98d24b29
|
3 |
+
size 4462856248
|
model-00008-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74d998fd4b59f9c7a4521f8d69f0c0f48a47771c6552cdb5d4b3f32c8616a34a
|
3 |
+
size 4462856248
|
model-00009-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e504b985d1595485383c5fed8bccdfd1e6f8bf0e2be4964b364a3ba54a88f5a
|
3 |
+
size 4462856248
|
model-00010-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce46c2b97277c63d3cae2e55732a8ba84bae8040ec9fff330da764501b330b13
|
3 |
+
size 4462856248
|
model-00011-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d54f8271ea6622eee8312e30124a4b6566010f09c9919f4133b376bf8bc6992
|
3 |
+
size 4462856248
|
model-00012-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e442292f5c84fca58eddbeae1dd092e43aef71319cb867843ac46c06a097decc
|
3 |
+
size 4462856248
|
model-00013-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3efea96807865f64ca3f3102498cc47107c7e816bf143f7cd259463597fe55ae
|
3 |
+
size 4462856248
|
model-00014-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b16e79c975521666e3f621174b1412aaf3b81eb0e6a7991a5dbf03b3defd2c5f
|
3 |
+
size 4462856248
|
model-00015-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:288d82d3729fec3790208c2a5cbac3182688283b4c7de04108399a32286b04f0
|
3 |
+
size 4462856248
|
model-00016-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a58f2cd234f85356d87aa4014fad99da76d9aa9f87b7d9ca82d9f38767c823cd
|
3 |
+
size 4462856248
|
model-00017-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0792350631b7ed31eabb0b123a8cd511df4ce863618d89e96b363deffd8cd31f
|
3 |
+
size 4462856248
|
model-00018-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:199834673aeb1715c5ec15ca9c04ee43313c3607a125fa1ec04f5f746994c0df
|
3 |
+
size 4462856248
|
model-00019-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f94555e5ccbb9a965950c40a3e7e581625b1882181aaf5f6541d1d4925ebb94a
|
3 |
+
size 4462856248
|
model-00020-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:307eab84f2c3670f820b13e0adcb0970b07d9f8660965ee41c519e4a98344d59
|
3 |
+
size 4462856248
|
model-00021-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d5455208379ff212efa0028bec82de89f933f049d1180ecfff0b4200fdc77d33
|
3 |
+
size 4462856248
|
model-00022-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8572c651adaac4e7343b4f6eed9f70a2e4b1c960522975ee14fd536e6dcb366
|
3 |
+
size 4462856248
|
model-00023-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e07339d9ffa2b239bee01acb7f932fc0650f522dec5fd0fe5749889d82e70927
|
3 |
+
size 4462856248
|
model-00024-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec858bf4315bfe7a37cd4131d6750c3ee1dd3f9a2e84f4059aad7af0fc3bb7b8
|
3 |
+
size 4462856248
|
model-00025-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60b796ba2d52cb362eee3d6224c9104fc77571d721a8e7cad3cdf66634438da7
|
3 |
+
size 4462856248
|
model-00026-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:884a81bba5f6fb905fd92a2ed51d5ad066b47a8bf3282a45f8a1527a7116f9de
|
3 |
+
size 4462856248
|
model-00027-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f7a5297e97bc1e2d450dedb6511dd9fc7e809c581f6501f5d339419d70631ec
|
3 |
+
size 4462856248
|
model-00028-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:900613f6ae448b86c5935292653cce0d09e79ab98daa9aebac9637d61efc0a4a
|
3 |
+
size 4462856248
|
model-00029-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce868b23f4519f5910109dbcfb2ce9a01b6ff6cca051aa70b19bfa5b6eb2d9cc
|
3 |
+
size 4462856248
|
model-00030-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c11d8a710db1b12515cf3a7add6b6f4c86ebf02ad097abfb7b028c7ae2534a96
|
3 |
+
size 4462856248
|
model-00031-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b94085c841064cad0ee3ecd596b02ba1b35db9fccff8dd22027dc5a79be2cc7
|
3 |
+
size 3262062400
|
model-00032-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1271fc362a7e92f8547a55ca3542ed6d40af583142ad6fa591dc24db560b8367
|
3 |
+
size 1835008128
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,1000 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 139056009216
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00032-of-00032.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00032.safetensors",
|
8 |
+
"model.image_newline": "model-00001-of-00032.safetensors",
|
9 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00032.safetensors",
|
10 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00032.safetensors",
|
11 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00032.safetensors",
|
12 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00032.safetensors",
|
13 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00032.safetensors",
|
14 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00032.safetensors",
|
15 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00032.safetensors",
|
16 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00032.safetensors",
|
17 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00032.safetensors",
|
18 |
+
"model.layers.1.input_layernorm.weight": "model-00002-of-00032.safetensors",
|
19 |
+
"model.layers.1.mlp.down_proj.weight": "model-00002-of-00032.safetensors",
|
20 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00002-of-00032.safetensors",
|
21 |
+
"model.layers.1.mlp.up_proj.weight": "model-00002-of-00032.safetensors",
|
22 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00002-of-00032.safetensors",
|
23 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00032.safetensors",
|
24 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00032.safetensors",
|
25 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00032.safetensors",
|
26 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00032.safetensors",
|
27 |
+
"model.layers.10.input_layernorm.weight": "model-00006-of-00032.safetensors",
|
28 |
+
"model.layers.10.mlp.down_proj.weight": "model-00006-of-00032.safetensors",
|
29 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00006-of-00032.safetensors",
|
30 |
+
"model.layers.10.mlp.up_proj.weight": "model-00006-of-00032.safetensors",
|
31 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00006-of-00032.safetensors",
|
32 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00006-of-00032.safetensors",
|
33 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00006-of-00032.safetensors",
|
34 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00006-of-00032.safetensors",
|
35 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00006-of-00032.safetensors",
|
36 |
+
"model.layers.11.input_layernorm.weight": "model-00007-of-00032.safetensors",
|
37 |
+
"model.layers.11.mlp.down_proj.weight": "model-00007-of-00032.safetensors",
|
38 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00007-of-00032.safetensors",
|
39 |
+
"model.layers.11.mlp.up_proj.weight": "model-00007-of-00032.safetensors",
|
40 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00007-of-00032.safetensors",
|
41 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00006-of-00032.safetensors",
|
42 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00006-of-00032.safetensors",
|
43 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00006-of-00032.safetensors",
|
44 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00006-of-00032.safetensors",
|
45 |
+
"model.layers.12.input_layernorm.weight": "model-00007-of-00032.safetensors",
|
46 |
+
"model.layers.12.mlp.down_proj.weight": "model-00007-of-00032.safetensors",
|
47 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00007-of-00032.safetensors",
|
48 |
+
"model.layers.12.mlp.up_proj.weight": "model-00007-of-00032.safetensors",
|
49 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00007-of-00032.safetensors",
|
50 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00007-of-00032.safetensors",
|
51 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00007-of-00032.safetensors",
|
52 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00007-of-00032.safetensors",
|
53 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00007-of-00032.safetensors",
|
54 |
+
"model.layers.13.input_layernorm.weight": "model-00008-of-00032.safetensors",
|
55 |
+
"model.layers.13.mlp.down_proj.weight": "model-00008-of-00032.safetensors",
|
56 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00008-of-00032.safetensors",
|
57 |
+
"model.layers.13.mlp.up_proj.weight": "model-00008-of-00032.safetensors",
|
58 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00008-of-00032.safetensors",
|
59 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00007-of-00032.safetensors",
|
60 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00007-of-00032.safetensors",
|
61 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00007-of-00032.safetensors",
|
62 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00007-of-00032.safetensors",
|
63 |
+
"model.layers.14.input_layernorm.weight": "model-00008-of-00032.safetensors",
|
64 |
+
"model.layers.14.mlp.down_proj.weight": "model-00008-of-00032.safetensors",
|
65 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00008-of-00032.safetensors",
|
66 |
+
"model.layers.14.mlp.up_proj.weight": "model-00008-of-00032.safetensors",
|
67 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00008-of-00032.safetensors",
|
68 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00008-of-00032.safetensors",
|
69 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00008-of-00032.safetensors",
|
70 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00008-of-00032.safetensors",
|
71 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00008-of-00032.safetensors",
|
72 |
+
"model.layers.15.input_layernorm.weight": "model-00009-of-00032.safetensors",
|
73 |
+
"model.layers.15.mlp.down_proj.weight": "model-00009-of-00032.safetensors",
|
74 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00009-of-00032.safetensors",
|
75 |
+
"model.layers.15.mlp.up_proj.weight": "model-00009-of-00032.safetensors",
|
76 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00009-of-00032.safetensors",
|
77 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00008-of-00032.safetensors",
|
78 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00008-of-00032.safetensors",
|
79 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00008-of-00032.safetensors",
|
80 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00008-of-00032.safetensors",
|
81 |
+
"model.layers.16.input_layernorm.weight": "model-00009-of-00032.safetensors",
|
82 |
+
"model.layers.16.mlp.down_proj.weight": "model-00009-of-00032.safetensors",
|
83 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00009-of-00032.safetensors",
|
84 |
+
"model.layers.16.mlp.up_proj.weight": "model-00009-of-00032.safetensors",
|
85 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00009-of-00032.safetensors",
|
86 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00009-of-00032.safetensors",
|
87 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00009-of-00032.safetensors",
|
88 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00009-of-00032.safetensors",
|
89 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00009-of-00032.safetensors",
|
90 |
+
"model.layers.17.input_layernorm.weight": "model-00010-of-00032.safetensors",
|
91 |
+
"model.layers.17.mlp.down_proj.weight": "model-00010-of-00032.safetensors",
|
92 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00010-of-00032.safetensors",
|
93 |
+
"model.layers.17.mlp.up_proj.weight": "model-00010-of-00032.safetensors",
|
94 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00010-of-00032.safetensors",
|
95 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00009-of-00032.safetensors",
|
96 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00009-of-00032.safetensors",
|
97 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00009-of-00032.safetensors",
|
98 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00009-of-00032.safetensors",
|
99 |
+
"model.layers.18.input_layernorm.weight": "model-00010-of-00032.safetensors",
|
100 |
+
"model.layers.18.mlp.down_proj.weight": "model-00010-of-00032.safetensors",
|
101 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00010-of-00032.safetensors",
|
102 |
+
"model.layers.18.mlp.up_proj.weight": "model-00010-of-00032.safetensors",
|
103 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00010-of-00032.safetensors",
|
104 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00010-of-00032.safetensors",
|
105 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00010-of-00032.safetensors",
|
106 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00010-of-00032.safetensors",
|
107 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00010-of-00032.safetensors",
|
108 |
+
"model.layers.19.input_layernorm.weight": "model-00011-of-00032.safetensors",
|
109 |
+
"model.layers.19.mlp.down_proj.weight": "model-00011-of-00032.safetensors",
|
110 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00011-of-00032.safetensors",
|
111 |
+
"model.layers.19.mlp.up_proj.weight": "model-00011-of-00032.safetensors",
|
112 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00011-of-00032.safetensors",
|
113 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00010-of-00032.safetensors",
|
114 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00010-of-00032.safetensors",
|
115 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00010-of-00032.safetensors",
|
116 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00010-of-00032.safetensors",
|
117 |
+
"model.layers.2.input_layernorm.weight": "model-00002-of-00032.safetensors",
|
118 |
+
"model.layers.2.mlp.down_proj.weight": "model-00002-of-00032.safetensors",
|
119 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00002-of-00032.safetensors",
|
120 |
+
"model.layers.2.mlp.up_proj.weight": "model-00002-of-00032.safetensors",
|
121 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00002-of-00032.safetensors",
|
122 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00002-of-00032.safetensors",
|
123 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00002-of-00032.safetensors",
|
124 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00002-of-00032.safetensors",
|
125 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00002-of-00032.safetensors",
|
126 |
+
"model.layers.20.input_layernorm.weight": "model-00011-of-00032.safetensors",
|
127 |
+
"model.layers.20.mlp.down_proj.weight": "model-00011-of-00032.safetensors",
|
128 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00011-of-00032.safetensors",
|
129 |
+
"model.layers.20.mlp.up_proj.weight": "model-00011-of-00032.safetensors",
|
130 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00011-of-00032.safetensors",
|
131 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00011-of-00032.safetensors",
|
132 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00011-of-00032.safetensors",
|
133 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00011-of-00032.safetensors",
|
134 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00011-of-00032.safetensors",
|
135 |
+
"model.layers.21.input_layernorm.weight": "model-00012-of-00032.safetensors",
|
136 |
+
"model.layers.21.mlp.down_proj.weight": "model-00012-of-00032.safetensors",
|
137 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00012-of-00032.safetensors",
|
138 |
+
"model.layers.21.mlp.up_proj.weight": "model-00012-of-00032.safetensors",
|
139 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00012-of-00032.safetensors",
|
140 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00011-of-00032.safetensors",
|
141 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00011-of-00032.safetensors",
|
142 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00011-of-00032.safetensors",
|
143 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00011-of-00032.safetensors",
|
144 |
+
"model.layers.22.input_layernorm.weight": "model-00012-of-00032.safetensors",
|
145 |
+
"model.layers.22.mlp.down_proj.weight": "model-00012-of-00032.safetensors",
|
146 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00012-of-00032.safetensors",
|
147 |
+
"model.layers.22.mlp.up_proj.weight": "model-00012-of-00032.safetensors",
|
148 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00012-of-00032.safetensors",
|
149 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00012-of-00032.safetensors",
|
150 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00012-of-00032.safetensors",
|
151 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00012-of-00032.safetensors",
|
152 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00012-of-00032.safetensors",
|
153 |
+
"model.layers.23.input_layernorm.weight": "model-00013-of-00032.safetensors",
|
154 |
+
"model.layers.23.mlp.down_proj.weight": "model-00013-of-00032.safetensors",
|
155 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00013-of-00032.safetensors",
|
156 |
+
"model.layers.23.mlp.up_proj.weight": "model-00013-of-00032.safetensors",
|
157 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00013-of-00032.safetensors",
|
158 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00012-of-00032.safetensors",
|
159 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00012-of-00032.safetensors",
|
160 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00012-of-00032.safetensors",
|
161 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00012-of-00032.safetensors",
|
162 |
+
"model.layers.24.input_layernorm.weight": "model-00013-of-00032.safetensors",
|
163 |
+
"model.layers.24.mlp.down_proj.weight": "model-00013-of-00032.safetensors",
|
164 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00013-of-00032.safetensors",
|
165 |
+
"model.layers.24.mlp.up_proj.weight": "model-00013-of-00032.safetensors",
|
166 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00013-of-00032.safetensors",
|
167 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00013-of-00032.safetensors",
|
168 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00013-of-00032.safetensors",
|
169 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00013-of-00032.safetensors",
|
170 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00013-of-00032.safetensors",
|
171 |
+
"model.layers.25.input_layernorm.weight": "model-00014-of-00032.safetensors",
|
172 |
+
"model.layers.25.mlp.down_proj.weight": "model-00014-of-00032.safetensors",
|
173 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00014-of-00032.safetensors",
|
174 |
+
"model.layers.25.mlp.up_proj.weight": "model-00014-of-00032.safetensors",
|
175 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00014-of-00032.safetensors",
|
176 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00013-of-00032.safetensors",
|
177 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00013-of-00032.safetensors",
|
178 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00013-of-00032.safetensors",
|
179 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00013-of-00032.safetensors",
|
180 |
+
"model.layers.26.input_layernorm.weight": "model-00014-of-00032.safetensors",
|
181 |
+
"model.layers.26.mlp.down_proj.weight": "model-00014-of-00032.safetensors",
|
182 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00014-of-00032.safetensors",
|
183 |
+
"model.layers.26.mlp.up_proj.weight": "model-00014-of-00032.safetensors",
|
184 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00014-of-00032.safetensors",
|
185 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00014-of-00032.safetensors",
|
186 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00014-of-00032.safetensors",
|
187 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00014-of-00032.safetensors",
|
188 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00014-of-00032.safetensors",
|
189 |
+
"model.layers.27.input_layernorm.weight": "model-00015-of-00032.safetensors",
|
190 |
+
"model.layers.27.mlp.down_proj.weight": "model-00015-of-00032.safetensors",
|
191 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00015-of-00032.safetensors",
|
192 |
+
"model.layers.27.mlp.up_proj.weight": "model-00015-of-00032.safetensors",
|
193 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00015-of-00032.safetensors",
|
194 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00014-of-00032.safetensors",
|
195 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00014-of-00032.safetensors",
|
196 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00014-of-00032.safetensors",
|
197 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00014-of-00032.safetensors",
|
198 |
+
"model.layers.28.input_layernorm.weight": "model-00015-of-00032.safetensors",
|
199 |
+
"model.layers.28.mlp.down_proj.weight": "model-00015-of-00032.safetensors",
|
200 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00015-of-00032.safetensors",
|
201 |
+
"model.layers.28.mlp.up_proj.weight": "model-00015-of-00032.safetensors",
|
202 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00015-of-00032.safetensors",
|
203 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00015-of-00032.safetensors",
|
204 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00015-of-00032.safetensors",
|
205 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00015-of-00032.safetensors",
|
206 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00015-of-00032.safetensors",
|
207 |
+
"model.layers.29.input_layernorm.weight": "model-00016-of-00032.safetensors",
|
208 |
+
"model.layers.29.mlp.down_proj.weight": "model-00016-of-00032.safetensors",
|
209 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00016-of-00032.safetensors",
|
210 |
+
"model.layers.29.mlp.up_proj.weight": "model-00016-of-00032.safetensors",
|
211 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00016-of-00032.safetensors",
|
212 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00015-of-00032.safetensors",
|
213 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00015-of-00032.safetensors",
|
214 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00015-of-00032.safetensors",
|
215 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00015-of-00032.safetensors",
|
216 |
+
"model.layers.3.input_layernorm.weight": "model-00003-of-00032.safetensors",
|
217 |
+
"model.layers.3.mlp.down_proj.weight": "model-00003-of-00032.safetensors",
|
218 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00003-of-00032.safetensors",
|
219 |
+
"model.layers.3.mlp.up_proj.weight": "model-00003-of-00032.safetensors",
|
220 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00003-of-00032.safetensors",
|
221 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00002-of-00032.safetensors",
|
222 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00002-of-00032.safetensors",
|
223 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00002-of-00032.safetensors",
|
224 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00002-of-00032.safetensors",
|
225 |
+
"model.layers.30.input_layernorm.weight": "model-00016-of-00032.safetensors",
|
226 |
+
"model.layers.30.mlp.down_proj.weight": "model-00016-of-00032.safetensors",
|
227 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00016-of-00032.safetensors",
|
228 |
+
"model.layers.30.mlp.up_proj.weight": "model-00016-of-00032.safetensors",
|
229 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00016-of-00032.safetensors",
|
230 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00016-of-00032.safetensors",
|
231 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00016-of-00032.safetensors",
|
232 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00016-of-00032.safetensors",
|
233 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00016-of-00032.safetensors",
|
234 |
+
"model.layers.31.input_layernorm.weight": "model-00017-of-00032.safetensors",
|
235 |
+
"model.layers.31.mlp.down_proj.weight": "model-00017-of-00032.safetensors",
|
236 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00017-of-00032.safetensors",
|
237 |
+
"model.layers.31.mlp.up_proj.weight": "model-00017-of-00032.safetensors",
|
238 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00017-of-00032.safetensors",
|
239 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00016-of-00032.safetensors",
|
240 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00016-of-00032.safetensors",
|
241 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00016-of-00032.safetensors",
|
242 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00016-of-00032.safetensors",
|
243 |
+
"model.layers.32.input_layernorm.weight": "model-00017-of-00032.safetensors",
|
244 |
+
"model.layers.32.mlp.down_proj.weight": "model-00017-of-00032.safetensors",
|
245 |
+
"model.layers.32.mlp.gate_proj.weight": "model-00017-of-00032.safetensors",
|
246 |
+
"model.layers.32.mlp.up_proj.weight": "model-00017-of-00032.safetensors",
|
247 |
+
"model.layers.32.post_attention_layernorm.weight": "model-00017-of-00032.safetensors",
|
248 |
+
"model.layers.32.self_attn.k_proj.weight": "model-00017-of-00032.safetensors",
|
249 |
+
"model.layers.32.self_attn.o_proj.weight": "model-00017-of-00032.safetensors",
|
250 |
+
"model.layers.32.self_attn.q_proj.weight": "model-00017-of-00032.safetensors",
|
251 |
+
"model.layers.32.self_attn.v_proj.weight": "model-00017-of-00032.safetensors",
|
252 |
+
"model.layers.33.input_layernorm.weight": "model-00018-of-00032.safetensors",
|
253 |
+
"model.layers.33.mlp.down_proj.weight": "model-00018-of-00032.safetensors",
|
254 |
+
"model.layers.33.mlp.gate_proj.weight": "model-00018-of-00032.safetensors",
|
255 |
+
"model.layers.33.mlp.up_proj.weight": "model-00018-of-00032.safetensors",
|
256 |
+
"model.layers.33.post_attention_layernorm.weight": "model-00018-of-00032.safetensors",
|
257 |
+
"model.layers.33.self_attn.k_proj.weight": "model-00017-of-00032.safetensors",
|
258 |
+
"model.layers.33.self_attn.o_proj.weight": "model-00017-of-00032.safetensors",
|
259 |
+
"model.layers.33.self_attn.q_proj.weight": "model-00017-of-00032.safetensors",
|
260 |
+
"model.layers.33.self_attn.v_proj.weight": "model-00017-of-00032.safetensors",
|
261 |
+
"model.layers.34.input_layernorm.weight": "model-00018-of-00032.safetensors",
|
262 |
+
"model.layers.34.mlp.down_proj.weight": "model-00018-of-00032.safetensors",
|
263 |
+
"model.layers.34.mlp.gate_proj.weight": "model-00018-of-00032.safetensors",
|
264 |
+
"model.layers.34.mlp.up_proj.weight": "model-00018-of-00032.safetensors",
|
265 |
+
"model.layers.34.post_attention_layernorm.weight": "model-00018-of-00032.safetensors",
|
266 |
+
"model.layers.34.self_attn.k_proj.weight": "model-00018-of-00032.safetensors",
|
267 |
+
"model.layers.34.self_attn.o_proj.weight": "model-00018-of-00032.safetensors",
|
268 |
+
"model.layers.34.self_attn.q_proj.weight": "model-00018-of-00032.safetensors",
|
269 |
+
"model.layers.34.self_attn.v_proj.weight": "model-00018-of-00032.safetensors",
|
270 |
+
"model.layers.35.input_layernorm.weight": "model-00019-of-00032.safetensors",
|
271 |
+
"model.layers.35.mlp.down_proj.weight": "model-00019-of-00032.safetensors",
|
272 |
+
"model.layers.35.mlp.gate_proj.weight": "model-00019-of-00032.safetensors",
|
273 |
+
"model.layers.35.mlp.up_proj.weight": "model-00019-of-00032.safetensors",
|
274 |
+
"model.layers.35.post_attention_layernorm.weight": "model-00019-of-00032.safetensors",
|
275 |
+
"model.layers.35.self_attn.k_proj.weight": "model-00018-of-00032.safetensors",
|
276 |
+
"model.layers.35.self_attn.o_proj.weight": "model-00018-of-00032.safetensors",
|
277 |
+
"model.layers.35.self_attn.q_proj.weight": "model-00018-of-00032.safetensors",
|
278 |
+
"model.layers.35.self_attn.v_proj.weight": "model-00018-of-00032.safetensors",
|
279 |
+
"model.layers.36.input_layernorm.weight": "model-00019-of-00032.safetensors",
|
280 |
+
"model.layers.36.mlp.down_proj.weight": "model-00019-of-00032.safetensors",
|
281 |
+
"model.layers.36.mlp.gate_proj.weight": "model-00019-of-00032.safetensors",
|
282 |
+
"model.layers.36.mlp.up_proj.weight": "model-00019-of-00032.safetensors",
|
283 |
+
"model.layers.36.post_attention_layernorm.weight": "model-00019-of-00032.safetensors",
|
284 |
+
"model.layers.36.self_attn.k_proj.weight": "model-00019-of-00032.safetensors",
|
285 |
+
"model.layers.36.self_attn.o_proj.weight": "model-00019-of-00032.safetensors",
|
286 |
+
"model.layers.36.self_attn.q_proj.weight": "model-00019-of-00032.safetensors",
|
287 |
+
"model.layers.36.self_attn.v_proj.weight": "model-00019-of-00032.safetensors",
|
288 |
+
"model.layers.37.input_layernorm.weight": "model-00020-of-00032.safetensors",
|
289 |
+
"model.layers.37.mlp.down_proj.weight": "model-00020-of-00032.safetensors",
|
290 |
+
"model.layers.37.mlp.gate_proj.weight": "model-00020-of-00032.safetensors",
|
291 |
+
"model.layers.37.mlp.up_proj.weight": "model-00020-of-00032.safetensors",
|
292 |
+
"model.layers.37.post_attention_layernorm.weight": "model-00020-of-00032.safetensors",
|
293 |
+
"model.layers.37.self_attn.k_proj.weight": "model-00019-of-00032.safetensors",
|
294 |
+
"model.layers.37.self_attn.o_proj.weight": "model-00019-of-00032.safetensors",
|
295 |
+
"model.layers.37.self_attn.q_proj.weight": "model-00019-of-00032.safetensors",
|
296 |
+
"model.layers.37.self_attn.v_proj.weight": "model-00019-of-00032.safetensors",
|
297 |
+
"model.layers.38.input_layernorm.weight": "model-00020-of-00032.safetensors",
|
298 |
+
"model.layers.38.mlp.down_proj.weight": "model-00020-of-00032.safetensors",
|
299 |
+
"model.layers.38.mlp.gate_proj.weight": "model-00020-of-00032.safetensors",
|
300 |
+
"model.layers.38.mlp.up_proj.weight": "model-00020-of-00032.safetensors",
|
301 |
+
"model.layers.38.post_attention_layernorm.weight": "model-00020-of-00032.safetensors",
|
302 |
+
"model.layers.38.self_attn.k_proj.weight": "model-00020-of-00032.safetensors",
|
303 |
+
"model.layers.38.self_attn.o_proj.weight": "model-00020-of-00032.safetensors",
|
304 |
+
"model.layers.38.self_attn.q_proj.weight": "model-00020-of-00032.safetensors",
|
305 |
+
"model.layers.38.self_attn.v_proj.weight": "model-00020-of-00032.safetensors",
|
306 |
+
"model.layers.39.input_layernorm.weight": "model-00021-of-00032.safetensors",
|
307 |
+
"model.layers.39.mlp.down_proj.weight": "model-00021-of-00032.safetensors",
|
308 |
+
"model.layers.39.mlp.gate_proj.weight": "model-00021-of-00032.safetensors",
|
309 |
+
"model.layers.39.mlp.up_proj.weight": "model-00021-of-00032.safetensors",
|
310 |
+
"model.layers.39.post_attention_layernorm.weight": "model-00021-of-00032.safetensors",
|
311 |
+
"model.layers.39.self_attn.k_proj.weight": "model-00020-of-00032.safetensors",
|
312 |
+
"model.layers.39.self_attn.o_proj.weight": "model-00020-of-00032.safetensors",
|
313 |
+
"model.layers.39.self_attn.q_proj.weight": "model-00020-of-00032.safetensors",
|
314 |
+
"model.layers.39.self_attn.v_proj.weight": "model-00020-of-00032.safetensors",
|
315 |
+
"model.layers.4.input_layernorm.weight": "model-00003-of-00032.safetensors",
|
316 |
+
"model.layers.4.mlp.down_proj.weight": "model-00003-of-00032.safetensors",
|
317 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00003-of-00032.safetensors",
|
318 |
+
"model.layers.4.mlp.up_proj.weight": "model-00003-of-00032.safetensors",
|
319 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00003-of-00032.safetensors",
|
320 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00003-of-00032.safetensors",
|
321 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00003-of-00032.safetensors",
|
322 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00003-of-00032.safetensors",
|
323 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00003-of-00032.safetensors",
|
324 |
+
"model.layers.40.input_layernorm.weight": "model-00021-of-00032.safetensors",
|
325 |
+
"model.layers.40.mlp.down_proj.weight": "model-00021-of-00032.safetensors",
|
326 |
+
"model.layers.40.mlp.gate_proj.weight": "model-00021-of-00032.safetensors",
|
327 |
+
"model.layers.40.mlp.up_proj.weight": "model-00021-of-00032.safetensors",
|
328 |
+
"model.layers.40.post_attention_layernorm.weight": "model-00021-of-00032.safetensors",
|
329 |
+
"model.layers.40.self_attn.k_proj.weight": "model-00021-of-00032.safetensors",
|
330 |
+
"model.layers.40.self_attn.o_proj.weight": "model-00021-of-00032.safetensors",
|
331 |
+
"model.layers.40.self_attn.q_proj.weight": "model-00021-of-00032.safetensors",
|
332 |
+
"model.layers.40.self_attn.v_proj.weight": "model-00021-of-00032.safetensors",
|
333 |
+
"model.layers.41.input_layernorm.weight": "model-00022-of-00032.safetensors",
|
334 |
+
"model.layers.41.mlp.down_proj.weight": "model-00022-of-00032.safetensors",
|
335 |
+
"model.layers.41.mlp.gate_proj.weight": "model-00022-of-00032.safetensors",
|
336 |
+
"model.layers.41.mlp.up_proj.weight": "model-00022-of-00032.safetensors",
|
337 |
+
"model.layers.41.post_attention_layernorm.weight": "model-00022-of-00032.safetensors",
|
338 |
+
"model.layers.41.self_attn.k_proj.weight": "model-00021-of-00032.safetensors",
|
339 |
+
"model.layers.41.self_attn.o_proj.weight": "model-00021-of-00032.safetensors",
|
340 |
+
"model.layers.41.self_attn.q_proj.weight": "model-00021-of-00032.safetensors",
|
341 |
+
"model.layers.41.self_attn.v_proj.weight": "model-00021-of-00032.safetensors",
|
342 |
+
"model.layers.42.input_layernorm.weight": "model-00022-of-00032.safetensors",
|
343 |
+
"model.layers.42.mlp.down_proj.weight": "model-00022-of-00032.safetensors",
|
344 |
+
"model.layers.42.mlp.gate_proj.weight": "model-00022-of-00032.safetensors",
|
345 |
+
"model.layers.42.mlp.up_proj.weight": "model-00022-of-00032.safetensors",
|
346 |
+
"model.layers.42.post_attention_layernorm.weight": "model-00022-of-00032.safetensors",
|
347 |
+
"model.layers.42.self_attn.k_proj.weight": "model-00022-of-00032.safetensors",
|
348 |
+
"model.layers.42.self_attn.o_proj.weight": "model-00022-of-00032.safetensors",
|
349 |
+
"model.layers.42.self_attn.q_proj.weight": "model-00022-of-00032.safetensors",
|
350 |
+
"model.layers.42.self_attn.v_proj.weight": "model-00022-of-00032.safetensors",
|
351 |
+
"model.layers.43.input_layernorm.weight": "model-00023-of-00032.safetensors",
|
352 |
+
"model.layers.43.mlp.down_proj.weight": "model-00023-of-00032.safetensors",
|
353 |
+
"model.layers.43.mlp.gate_proj.weight": "model-00023-of-00032.safetensors",
|
354 |
+
"model.layers.43.mlp.up_proj.weight": "model-00023-of-00032.safetensors",
|
355 |
+
"model.layers.43.post_attention_layernorm.weight": "model-00023-of-00032.safetensors",
|
356 |
+
"model.layers.43.self_attn.k_proj.weight": "model-00022-of-00032.safetensors",
|
357 |
+
"model.layers.43.self_attn.o_proj.weight": "model-00022-of-00032.safetensors",
|
358 |
+
"model.layers.43.self_attn.q_proj.weight": "model-00022-of-00032.safetensors",
|
359 |
+
"model.layers.43.self_attn.v_proj.weight": "model-00022-of-00032.safetensors",
|
360 |
+
"model.layers.44.input_layernorm.weight": "model-00023-of-00032.safetensors",
|
361 |
+
"model.layers.44.mlp.down_proj.weight": "model-00023-of-00032.safetensors",
|
362 |
+
"model.layers.44.mlp.gate_proj.weight": "model-00023-of-00032.safetensors",
|
363 |
+
"model.layers.44.mlp.up_proj.weight": "model-00023-of-00032.safetensors",
|
364 |
+
"model.layers.44.post_attention_layernorm.weight": "model-00023-of-00032.safetensors",
|
365 |
+
"model.layers.44.self_attn.k_proj.weight": "model-00023-of-00032.safetensors",
|
366 |
+
"model.layers.44.self_attn.o_proj.weight": "model-00023-of-00032.safetensors",
|
367 |
+
"model.layers.44.self_attn.q_proj.weight": "model-00023-of-00032.safetensors",
|
368 |
+
"model.layers.44.self_attn.v_proj.weight": "model-00023-of-00032.safetensors",
|
369 |
+
"model.layers.45.input_layernorm.weight": "model-00024-of-00032.safetensors",
|
370 |
+
"model.layers.45.mlp.down_proj.weight": "model-00024-of-00032.safetensors",
|
371 |
+
"model.layers.45.mlp.gate_proj.weight": "model-00024-of-00032.safetensors",
|
372 |
+
"model.layers.45.mlp.up_proj.weight": "model-00024-of-00032.safetensors",
|
373 |
+
"model.layers.45.post_attention_layernorm.weight": "model-00024-of-00032.safetensors",
|
374 |
+
"model.layers.45.self_attn.k_proj.weight": "model-00023-of-00032.safetensors",
|
375 |
+
"model.layers.45.self_attn.o_proj.weight": "model-00023-of-00032.safetensors",
|
376 |
+
"model.layers.45.self_attn.q_proj.weight": "model-00023-of-00032.safetensors",
|
377 |
+
"model.layers.45.self_attn.v_proj.weight": "model-00023-of-00032.safetensors",
|
378 |
+
"model.layers.46.input_layernorm.weight": "model-00024-of-00032.safetensors",
|
379 |
+
"model.layers.46.mlp.down_proj.weight": "model-00024-of-00032.safetensors",
|
380 |
+
"model.layers.46.mlp.gate_proj.weight": "model-00024-of-00032.safetensors",
|
381 |
+
"model.layers.46.mlp.up_proj.weight": "model-00024-of-00032.safetensors",
|
382 |
+
"model.layers.46.post_attention_layernorm.weight": "model-00024-of-00032.safetensors",
|
383 |
+
"model.layers.46.self_attn.k_proj.weight": "model-00024-of-00032.safetensors",
|
384 |
+
"model.layers.46.self_attn.o_proj.weight": "model-00024-of-00032.safetensors",
|
385 |
+
"model.layers.46.self_attn.q_proj.weight": "model-00024-of-00032.safetensors",
|
386 |
+
"model.layers.46.self_attn.v_proj.weight": "model-00024-of-00032.safetensors",
|
387 |
+
"model.layers.47.input_layernorm.weight": "model-00025-of-00032.safetensors",
|
388 |
+
"model.layers.47.mlp.down_proj.weight": "model-00025-of-00032.safetensors",
|
389 |
+
"model.layers.47.mlp.gate_proj.weight": "model-00025-of-00032.safetensors",
|
390 |
+
"model.layers.47.mlp.up_proj.weight": "model-00025-of-00032.safetensors",
|
391 |
+
"model.layers.47.post_attention_layernorm.weight": "model-00025-of-00032.safetensors",
|
392 |
+
"model.layers.47.self_attn.k_proj.weight": "model-00024-of-00032.safetensors",
|
393 |
+
"model.layers.47.self_attn.o_proj.weight": "model-00024-of-00032.safetensors",
|
394 |
+
"model.layers.47.self_attn.q_proj.weight": "model-00024-of-00032.safetensors",
|
395 |
+
"model.layers.47.self_attn.v_proj.weight": "model-00024-of-00032.safetensors",
|
396 |
+
"model.layers.48.input_layernorm.weight": "model-00025-of-00032.safetensors",
|
397 |
+
"model.layers.48.mlp.down_proj.weight": "model-00025-of-00032.safetensors",
|
398 |
+
"model.layers.48.mlp.gate_proj.weight": "model-00025-of-00032.safetensors",
|
399 |
+
"model.layers.48.mlp.up_proj.weight": "model-00025-of-00032.safetensors",
|
400 |
+
"model.layers.48.post_attention_layernorm.weight": "model-00025-of-00032.safetensors",
|
401 |
+
"model.layers.48.self_attn.k_proj.weight": "model-00025-of-00032.safetensors",
|
402 |
+
"model.layers.48.self_attn.o_proj.weight": "model-00025-of-00032.safetensors",
|
403 |
+
"model.layers.48.self_attn.q_proj.weight": "model-00025-of-00032.safetensors",
|
404 |
+
"model.layers.48.self_attn.v_proj.weight": "model-00025-of-00032.safetensors",
|
405 |
+
"model.layers.49.input_layernorm.weight": "model-00026-of-00032.safetensors",
|
406 |
+
"model.layers.49.mlp.down_proj.weight": "model-00026-of-00032.safetensors",
|
407 |
+
"model.layers.49.mlp.gate_proj.weight": "model-00026-of-00032.safetensors",
|
408 |
+
"model.layers.49.mlp.up_proj.weight": "model-00026-of-00032.safetensors",
|
409 |
+
"model.layers.49.post_attention_layernorm.weight": "model-00026-of-00032.safetensors",
|
410 |
+
"model.layers.49.self_attn.k_proj.weight": "model-00025-of-00032.safetensors",
|
411 |
+
"model.layers.49.self_attn.o_proj.weight": "model-00025-of-00032.safetensors",
|
412 |
+
"model.layers.49.self_attn.q_proj.weight": "model-00025-of-00032.safetensors",
|
413 |
+
"model.layers.49.self_attn.v_proj.weight": "model-00025-of-00032.safetensors",
|
414 |
+
"model.layers.5.input_layernorm.weight": "model-00004-of-00032.safetensors",
|
415 |
+
"model.layers.5.mlp.down_proj.weight": "model-00004-of-00032.safetensors",
|
416 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00004-of-00032.safetensors",
|
417 |
+
"model.layers.5.mlp.up_proj.weight": "model-00004-of-00032.safetensors",
|
418 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00004-of-00032.safetensors",
|
419 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00003-of-00032.safetensors",
|
420 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00003-of-00032.safetensors",
|
421 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00003-of-00032.safetensors",
|
422 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00003-of-00032.safetensors",
|
423 |
+
"model.layers.50.input_layernorm.weight": "model-00026-of-00032.safetensors",
|
424 |
+
"model.layers.50.mlp.down_proj.weight": "model-00026-of-00032.safetensors",
|
425 |
+
"model.layers.50.mlp.gate_proj.weight": "model-00026-of-00032.safetensors",
|
426 |
+
"model.layers.50.mlp.up_proj.weight": "model-00026-of-00032.safetensors",
|
427 |
+
"model.layers.50.post_attention_layernorm.weight": "model-00026-of-00032.safetensors",
|
428 |
+
"model.layers.50.self_attn.k_proj.weight": "model-00026-of-00032.safetensors",
|
429 |
+
"model.layers.50.self_attn.o_proj.weight": "model-00026-of-00032.safetensors",
|
430 |
+
"model.layers.50.self_attn.q_proj.weight": "model-00026-of-00032.safetensors",
|
431 |
+
"model.layers.50.self_attn.v_proj.weight": "model-00026-of-00032.safetensors",
|
432 |
+
"model.layers.51.input_layernorm.weight": "model-00027-of-00032.safetensors",
|
433 |
+
"model.layers.51.mlp.down_proj.weight": "model-00027-of-00032.safetensors",
|
434 |
+
"model.layers.51.mlp.gate_proj.weight": "model-00027-of-00032.safetensors",
|
435 |
+
"model.layers.51.mlp.up_proj.weight": "model-00027-of-00032.safetensors",
|
436 |
+
"model.layers.51.post_attention_layernorm.weight": "model-00027-of-00032.safetensors",
|
437 |
+
"model.layers.51.self_attn.k_proj.weight": "model-00026-of-00032.safetensors",
|
438 |
+
"model.layers.51.self_attn.o_proj.weight": "model-00026-of-00032.safetensors",
|
439 |
+
"model.layers.51.self_attn.q_proj.weight": "model-00026-of-00032.safetensors",
|
440 |
+
"model.layers.51.self_attn.v_proj.weight": "model-00026-of-00032.safetensors",
|
441 |
+
"model.layers.52.input_layernorm.weight": "model-00027-of-00032.safetensors",
|
442 |
+
"model.layers.52.mlp.down_proj.weight": "model-00027-of-00032.safetensors",
|
443 |
+
"model.layers.52.mlp.gate_proj.weight": "model-00027-of-00032.safetensors",
|
444 |
+
"model.layers.52.mlp.up_proj.weight": "model-00027-of-00032.safetensors",
|
445 |
+
"model.layers.52.post_attention_layernorm.weight": "model-00027-of-00032.safetensors",
|
446 |
+
"model.layers.52.self_attn.k_proj.weight": "model-00027-of-00032.safetensors",
|
447 |
+
"model.layers.52.self_attn.o_proj.weight": "model-00027-of-00032.safetensors",
|
448 |
+
"model.layers.52.self_attn.q_proj.weight": "model-00027-of-00032.safetensors",
|
449 |
+
"model.layers.52.self_attn.v_proj.weight": "model-00027-of-00032.safetensors",
|
450 |
+
"model.layers.53.input_layernorm.weight": "model-00028-of-00032.safetensors",
|
451 |
+
"model.layers.53.mlp.down_proj.weight": "model-00028-of-00032.safetensors",
|
452 |
+
"model.layers.53.mlp.gate_proj.weight": "model-00028-of-00032.safetensors",
|
453 |
+
"model.layers.53.mlp.up_proj.weight": "model-00028-of-00032.safetensors",
|
454 |
+
"model.layers.53.post_attention_layernorm.weight": "model-00028-of-00032.safetensors",
|
455 |
+
"model.layers.53.self_attn.k_proj.weight": "model-00027-of-00032.safetensors",
|
456 |
+
"model.layers.53.self_attn.o_proj.weight": "model-00027-of-00032.safetensors",
|
457 |
+
"model.layers.53.self_attn.q_proj.weight": "model-00027-of-00032.safetensors",
|
458 |
+
"model.layers.53.self_attn.v_proj.weight": "model-00027-of-00032.safetensors",
|
459 |
+
"model.layers.54.input_layernorm.weight": "model-00028-of-00032.safetensors",
|
460 |
+
"model.layers.54.mlp.down_proj.weight": "model-00028-of-00032.safetensors",
|
461 |
+
"model.layers.54.mlp.gate_proj.weight": "model-00028-of-00032.safetensors",
|
462 |
+
"model.layers.54.mlp.up_proj.weight": "model-00028-of-00032.safetensors",
|
463 |
+
"model.layers.54.post_attention_layernorm.weight": "model-00028-of-00032.safetensors",
|
464 |
+
"model.layers.54.self_attn.k_proj.weight": "model-00028-of-00032.safetensors",
|
465 |
+
"model.layers.54.self_attn.o_proj.weight": "model-00028-of-00032.safetensors",
|
466 |
+
"model.layers.54.self_attn.q_proj.weight": "model-00028-of-00032.safetensors",
|
467 |
+
"model.layers.54.self_attn.v_proj.weight": "model-00028-of-00032.safetensors",
|
468 |
+
"model.layers.55.input_layernorm.weight": "model-00029-of-00032.safetensors",
|
469 |
+
"model.layers.55.mlp.down_proj.weight": "model-00029-of-00032.safetensors",
|
470 |
+
"model.layers.55.mlp.gate_proj.weight": "model-00029-of-00032.safetensors",
|
471 |
+
"model.layers.55.mlp.up_proj.weight": "model-00029-of-00032.safetensors",
|
472 |
+
"model.layers.55.post_attention_layernorm.weight": "model-00029-of-00032.safetensors",
|
473 |
+
"model.layers.55.self_attn.k_proj.weight": "model-00028-of-00032.safetensors",
|
474 |
+
"model.layers.55.self_attn.o_proj.weight": "model-00028-of-00032.safetensors",
|
475 |
+
"model.layers.55.self_attn.q_proj.weight": "model-00028-of-00032.safetensors",
|
476 |
+
"model.layers.55.self_attn.v_proj.weight": "model-00028-of-00032.safetensors",
|
477 |
+
"model.layers.56.input_layernorm.weight": "model-00029-of-00032.safetensors",
|
478 |
+
"model.layers.56.mlp.down_proj.weight": "model-00029-of-00032.safetensors",
|
479 |
+
"model.layers.56.mlp.gate_proj.weight": "model-00029-of-00032.safetensors",
|
480 |
+
"model.layers.56.mlp.up_proj.weight": "model-00029-of-00032.safetensors",
|
481 |
+
"model.layers.56.post_attention_layernorm.weight": "model-00029-of-00032.safetensors",
|
482 |
+
"model.layers.56.self_attn.k_proj.weight": "model-00029-of-00032.safetensors",
|
483 |
+
"model.layers.56.self_attn.o_proj.weight": "model-00029-of-00032.safetensors",
|
484 |
+
"model.layers.56.self_attn.q_proj.weight": "model-00029-of-00032.safetensors",
|
485 |
+
"model.layers.56.self_attn.v_proj.weight": "model-00029-of-00032.safetensors",
|
486 |
+
"model.layers.57.input_layernorm.weight": "model-00030-of-00032.safetensors",
|
487 |
+
"model.layers.57.mlp.down_proj.weight": "model-00030-of-00032.safetensors",
|
488 |
+
"model.layers.57.mlp.gate_proj.weight": "model-00030-of-00032.safetensors",
|
489 |
+
"model.layers.57.mlp.up_proj.weight": "model-00030-of-00032.safetensors",
|
490 |
+
"model.layers.57.post_attention_layernorm.weight": "model-00030-of-00032.safetensors",
|
491 |
+
"model.layers.57.self_attn.k_proj.weight": "model-00029-of-00032.safetensors",
|
492 |
+
"model.layers.57.self_attn.o_proj.weight": "model-00029-of-00032.safetensors",
|
493 |
+
"model.layers.57.self_attn.q_proj.weight": "model-00029-of-00032.safetensors",
|
494 |
+
"model.layers.57.self_attn.v_proj.weight": "model-00029-of-00032.safetensors",
|
495 |
+
"model.layers.58.input_layernorm.weight": "model-00030-of-00032.safetensors",
|
496 |
+
"model.layers.58.mlp.down_proj.weight": "model-00030-of-00032.safetensors",
|
497 |
+
"model.layers.58.mlp.gate_proj.weight": "model-00030-of-00032.safetensors",
|
498 |
+
"model.layers.58.mlp.up_proj.weight": "model-00030-of-00032.safetensors",
|
499 |
+
"model.layers.58.post_attention_layernorm.weight": "model-00030-of-00032.safetensors",
|
500 |
+
"model.layers.58.self_attn.k_proj.weight": "model-00030-of-00032.safetensors",
|
501 |
+
"model.layers.58.self_attn.o_proj.weight": "model-00030-of-00032.safetensors",
|
502 |
+
"model.layers.58.self_attn.q_proj.weight": "model-00030-of-00032.safetensors",
|
503 |
+
"model.layers.58.self_attn.v_proj.weight": "model-00030-of-00032.safetensors",
|
504 |
+
"model.layers.59.input_layernorm.weight": "model-00031-of-00032.safetensors",
|
505 |
+
"model.layers.59.mlp.down_proj.weight": "model-00031-of-00032.safetensors",
|
506 |
+
"model.layers.59.mlp.gate_proj.weight": "model-00031-of-00032.safetensors",
|
507 |
+
"model.layers.59.mlp.up_proj.weight": "model-00031-of-00032.safetensors",
|
508 |
+
"model.layers.59.post_attention_layernorm.weight": "model-00031-of-00032.safetensors",
|
509 |
+
"model.layers.59.self_attn.k_proj.weight": "model-00030-of-00032.safetensors",
|
510 |
+
"model.layers.59.self_attn.o_proj.weight": "model-00030-of-00032.safetensors",
|
511 |
+
"model.layers.59.self_attn.q_proj.weight": "model-00030-of-00032.safetensors",
|
512 |
+
"model.layers.59.self_attn.v_proj.weight": "model-00030-of-00032.safetensors",
|
513 |
+
"model.layers.6.input_layernorm.weight": "model-00004-of-00032.safetensors",
|
514 |
+
"model.layers.6.mlp.down_proj.weight": "model-00004-of-00032.safetensors",
|
515 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00004-of-00032.safetensors",
|
516 |
+
"model.layers.6.mlp.up_proj.weight": "model-00004-of-00032.safetensors",
|
517 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00004-of-00032.safetensors",
|
518 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00004-of-00032.safetensors",
|
519 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00004-of-00032.safetensors",
|
520 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00004-of-00032.safetensors",
|
521 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00004-of-00032.safetensors",
|
522 |
+
"model.layers.7.input_layernorm.weight": "model-00005-of-00032.safetensors",
|
523 |
+
"model.layers.7.mlp.down_proj.weight": "model-00005-of-00032.safetensors",
|
524 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00005-of-00032.safetensors",
|
525 |
+
"model.layers.7.mlp.up_proj.weight": "model-00005-of-00032.safetensors",
|
526 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00005-of-00032.safetensors",
|
527 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00004-of-00032.safetensors",
|
528 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00004-of-00032.safetensors",
|
529 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00004-of-00032.safetensors",
|
530 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00004-of-00032.safetensors",
|
531 |
+
"model.layers.8.input_layernorm.weight": "model-00005-of-00032.safetensors",
|
532 |
+
"model.layers.8.mlp.down_proj.weight": "model-00005-of-00032.safetensors",
|
533 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00005-of-00032.safetensors",
|
534 |
+
"model.layers.8.mlp.up_proj.weight": "model-00005-of-00032.safetensors",
|
535 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00005-of-00032.safetensors",
|
536 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00005-of-00032.safetensors",
|
537 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00005-of-00032.safetensors",
|
538 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00005-of-00032.safetensors",
|
539 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00005-of-00032.safetensors",
|
540 |
+
"model.layers.9.input_layernorm.weight": "model-00006-of-00032.safetensors",
|
541 |
+
"model.layers.9.mlp.down_proj.weight": "model-00006-of-00032.safetensors",
|
542 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00006-of-00032.safetensors",
|
543 |
+
"model.layers.9.mlp.up_proj.weight": "model-00006-of-00032.safetensors",
|
544 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00006-of-00032.safetensors",
|
545 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00005-of-00032.safetensors",
|
546 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00005-of-00032.safetensors",
|
547 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00005-of-00032.safetensors",
|
548 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00005-of-00032.safetensors",
|
549 |
+
"model.mm_projector.0.bias": "model-00031-of-00032.safetensors",
|
550 |
+
"model.mm_projector.0.weight": "model-00031-of-00032.safetensors",
|
551 |
+
"model.mm_projector.2.bias": "model-00031-of-00032.safetensors",
|
552 |
+
"model.mm_projector.2.weight": "model-00031-of-00032.safetensors",
|
553 |
+
"model.mm_projector_aux_0.0.bias": "model-00031-of-00032.safetensors",
|
554 |
+
"model.mm_projector_aux_0.0.weight": "model-00031-of-00032.safetensors",
|
555 |
+
"model.mm_projector_aux_0.2.bias": "model-00031-of-00032.safetensors",
|
556 |
+
"model.mm_projector_aux_0.2.weight": "model-00031-of-00032.safetensors",
|
557 |
+
"model.mm_projector_aux_0.3.bias": "model-00031-of-00032.safetensors",
|
558 |
+
"model.mm_projector_aux_0.3.weight": "model-00031-of-00032.safetensors",
|
559 |
+
"model.mm_projector_aux_1.0.bias": "model-00031-of-00032.safetensors",
|
560 |
+
"model.mm_projector_aux_1.0.weight": "model-00031-of-00032.safetensors",
|
561 |
+
"model.mm_projector_aux_1.2.bias": "model-00031-of-00032.safetensors",
|
562 |
+
"model.mm_projector_aux_1.2.weight": "model-00031-of-00032.safetensors",
|
563 |
+
"model.mm_projector_aux_1.3.bias": "model-00031-of-00032.safetensors",
|
564 |
+
"model.mm_projector_aux_1.3.weight": "model-00031-of-00032.safetensors",
|
565 |
+
"model.mm_projector_aux_2.0.bias": "model-00031-of-00032.safetensors",
|
566 |
+
"model.mm_projector_aux_2.0.weight": "model-00031-of-00032.safetensors",
|
567 |
+
"model.mm_projector_aux_2.2.bias": "model-00031-of-00032.safetensors",
|
568 |
+
"model.mm_projector_aux_2.2.weight": "model-00031-of-00032.safetensors",
|
569 |
+
"model.mm_projector_aux_2.3.bias": "model-00031-of-00032.safetensors",
|
570 |
+
"model.mm_projector_aux_2.3.weight": "model-00031-of-00032.safetensors",
|
571 |
+
"model.mm_projector_aux_3.0.bias": "model-00031-of-00032.safetensors",
|
572 |
+
"model.mm_projector_aux_3.0.weight": "model-00031-of-00032.safetensors",
|
573 |
+
"model.mm_projector_aux_3.2.bias": "model-00031-of-00032.safetensors",
|
574 |
+
"model.mm_projector_aux_3.2.weight": "model-00031-of-00032.safetensors",
|
575 |
+
"model.mm_projector_aux_3.3.bias": "model-00031-of-00032.safetensors",
|
576 |
+
"model.mm_projector_aux_3.3.weight": "model-00031-of-00032.safetensors",
|
577 |
+
"model.norm.weight": "model-00031-of-00032.safetensors",
|
578 |
+
"model.vision_query": "model-00001-of-00032.safetensors",
|
579 |
+
"model.vision_sampler_0.layers.0.cross_attn.k_proj_0.0.bias": "model-00031-of-00032.safetensors",
|
580 |
+
"model.vision_sampler_0.layers.0.cross_attn.k_proj_0.0.weight": "model-00031-of-00032.safetensors",
|
581 |
+
"model.vision_sampler_0.layers.0.cross_attn.k_proj_0.1.weight": "model-00031-of-00032.safetensors",
|
582 |
+
"model.vision_sampler_0.layers.0.cross_attn.k_proj_1.0.bias": "model-00031-of-00032.safetensors",
|
583 |
+
"model.vision_sampler_0.layers.0.cross_attn.k_proj_1.0.weight": "model-00031-of-00032.safetensors",
|
584 |
+
"model.vision_sampler_0.layers.0.cross_attn.k_proj_1.1.weight": "model-00031-of-00032.safetensors",
|
585 |
+
"model.vision_sampler_0.layers.0.cross_attn.k_proj_2.0.bias": "model-00031-of-00032.safetensors",
|
586 |
+
"model.vision_sampler_0.layers.0.cross_attn.k_proj_2.0.weight": "model-00031-of-00032.safetensors",
|
587 |
+
"model.vision_sampler_0.layers.0.cross_attn.k_proj_2.1.weight": "model-00031-of-00032.safetensors",
|
588 |
+
"model.vision_sampler_0.layers.0.cross_attn.k_proj_3.0.bias": "model-00031-of-00032.safetensors",
|
589 |
+
"model.vision_sampler_0.layers.0.cross_attn.k_proj_3.0.weight": "model-00031-of-00032.safetensors",
|
590 |
+
"model.vision_sampler_0.layers.0.cross_attn.k_proj_3.1.weight": "model-00031-of-00032.safetensors",
|
591 |
+
"model.vision_sampler_0.layers.0.cross_attn.o_proj.weight": "model-00031-of-00032.safetensors",
|
592 |
+
"model.vision_sampler_0.layers.0.cross_attn.q_proj.0.bias": "model-00031-of-00032.safetensors",
|
593 |
+
"model.vision_sampler_0.layers.0.cross_attn.q_proj.0.weight": "model-00031-of-00032.safetensors",
|
594 |
+
"model.vision_sampler_0.layers.0.cross_attn.q_proj.1.weight": "model-00031-of-00032.safetensors",
|
595 |
+
"model.vision_sampler_0.layers.0.cross_attn.v_proj_0.0.bias": "model-00031-of-00032.safetensors",
|
596 |
+
"model.vision_sampler_0.layers.0.cross_attn.v_proj_0.0.weight": "model-00031-of-00032.safetensors",
|
597 |
+
"model.vision_sampler_0.layers.0.cross_attn.v_proj_0.1.weight": "model-00031-of-00032.safetensors",
|
598 |
+
"model.vision_sampler_0.layers.0.cross_attn.v_proj_1.0.bias": "model-00031-of-00032.safetensors",
|
599 |
+
"model.vision_sampler_0.layers.0.cross_attn.v_proj_1.0.weight": "model-00031-of-00032.safetensors",
|
600 |
+
"model.vision_sampler_0.layers.0.cross_attn.v_proj_1.1.weight": "model-00031-of-00032.safetensors",
|
601 |
+
"model.vision_sampler_0.layers.0.cross_attn.v_proj_2.0.bias": "model-00031-of-00032.safetensors",
|
602 |
+
"model.vision_sampler_0.layers.0.cross_attn.v_proj_2.0.weight": "model-00031-of-00032.safetensors",
|
603 |
+
"model.vision_sampler_0.layers.0.cross_attn.v_proj_2.1.weight": "model-00031-of-00032.safetensors",
|
604 |
+
"model.vision_sampler_0.layers.0.cross_attn.v_proj_3.0.bias": "model-00031-of-00032.safetensors",
|
605 |
+
"model.vision_sampler_0.layers.0.cross_attn.v_proj_3.0.weight": "model-00031-of-00032.safetensors",
|
606 |
+
"model.vision_sampler_0.layers.0.cross_attn.v_proj_3.1.weight": "model-00031-of-00032.safetensors",
|
607 |
+
"model.vision_sampler_0.layers.0.norm.bias": "model-00031-of-00032.safetensors",
|
608 |
+
"model.vision_sampler_0.layers.0.norm.weight": "model-00031-of-00032.safetensors",
|
609 |
+
"model.vision_sampler_0.layers.0.pos_embed_3": "model-00031-of-00032.safetensors",
|
610 |
+
"model.vision_sampler_0.layers.0.proj_context.weight": "model-00031-of-00032.safetensors",
|
611 |
+
"model.vision_sampler_0.layers.0.proj_in.weight": "model-00031-of-00032.safetensors",
|
612 |
+
"model.vision_sampler_0.layers.0.proj_out.linear_1.weight": "model-00031-of-00032.safetensors",
|
613 |
+
"model.vision_sampler_0.layers.0.proj_out.linear_2.weight": "model-00031-of-00032.safetensors",
|
614 |
+
"model.vision_sampler_0.layers.1.cross_attn.k_proj_0.0.bias": "model-00031-of-00032.safetensors",
|
615 |
+
"model.vision_sampler_0.layers.1.cross_attn.k_proj_0.0.weight": "model-00031-of-00032.safetensors",
|
616 |
+
"model.vision_sampler_0.layers.1.cross_attn.k_proj_0.1.weight": "model-00031-of-00032.safetensors",
|
617 |
+
"model.vision_sampler_0.layers.1.cross_attn.k_proj_1.0.bias": "model-00031-of-00032.safetensors",
|
618 |
+
"model.vision_sampler_0.layers.1.cross_attn.k_proj_1.0.weight": "model-00031-of-00032.safetensors",
|
619 |
+
"model.vision_sampler_0.layers.1.cross_attn.k_proj_1.1.weight": "model-00031-of-00032.safetensors",
|
620 |
+
"model.vision_sampler_0.layers.1.cross_attn.k_proj_2.0.bias": "model-00031-of-00032.safetensors",
|
621 |
+
"model.vision_sampler_0.layers.1.cross_attn.k_proj_2.0.weight": "model-00031-of-00032.safetensors",
|
622 |
+
"model.vision_sampler_0.layers.1.cross_attn.k_proj_2.1.weight": "model-00031-of-00032.safetensors",
|
623 |
+
"model.vision_sampler_0.layers.1.cross_attn.k_proj_3.0.bias": "model-00031-of-00032.safetensors",
|
624 |
+
"model.vision_sampler_0.layers.1.cross_attn.k_proj_3.0.weight": "model-00031-of-00032.safetensors",
|
625 |
+
"model.vision_sampler_0.layers.1.cross_attn.k_proj_3.1.weight": "model-00031-of-00032.safetensors",
|
626 |
+
"model.vision_sampler_0.layers.1.cross_attn.o_proj.weight": "model-00031-of-00032.safetensors",
|
627 |
+
"model.vision_sampler_0.layers.1.cross_attn.q_proj.0.bias": "model-00031-of-00032.safetensors",
|
628 |
+
"model.vision_sampler_0.layers.1.cross_attn.q_proj.0.weight": "model-00031-of-00032.safetensors",
|
629 |
+
"model.vision_sampler_0.layers.1.cross_attn.q_proj.1.weight": "model-00031-of-00032.safetensors",
|
630 |
+
"model.vision_sampler_0.layers.1.cross_attn.v_proj_0.0.bias": "model-00031-of-00032.safetensors",
|
631 |
+
"model.vision_sampler_0.layers.1.cross_attn.v_proj_0.0.weight": "model-00031-of-00032.safetensors",
|
632 |
+
"model.vision_sampler_0.layers.1.cross_attn.v_proj_0.1.weight": "model-00031-of-00032.safetensors",
|
633 |
+
"model.vision_sampler_0.layers.1.cross_attn.v_proj_1.0.bias": "model-00031-of-00032.safetensors",
|
634 |
+
"model.vision_sampler_0.layers.1.cross_attn.v_proj_1.0.weight": "model-00031-of-00032.safetensors",
|
635 |
+
"model.vision_sampler_0.layers.1.cross_attn.v_proj_1.1.weight": "model-00031-of-00032.safetensors",
|
636 |
+
"model.vision_sampler_0.layers.1.cross_attn.v_proj_2.0.bias": "model-00031-of-00032.safetensors",
|
637 |
+
"model.vision_sampler_0.layers.1.cross_attn.v_proj_2.0.weight": "model-00031-of-00032.safetensors",
|
638 |
+
"model.vision_sampler_0.layers.1.cross_attn.v_proj_2.1.weight": "model-00031-of-00032.safetensors",
|
639 |
+
"model.vision_sampler_0.layers.1.cross_attn.v_proj_3.0.bias": "model-00031-of-00032.safetensors",
|
640 |
+
"model.vision_sampler_0.layers.1.cross_attn.v_proj_3.0.weight": "model-00031-of-00032.safetensors",
|
641 |
+
"model.vision_sampler_0.layers.1.cross_attn.v_proj_3.1.weight": "model-00031-of-00032.safetensors",
|
642 |
+
"model.vision_sampler_0.layers.1.norm.bias": "model-00031-of-00032.safetensors",
|
643 |
+
"model.vision_sampler_0.layers.1.norm.weight": "model-00031-of-00032.safetensors",
|
644 |
+
"model.vision_sampler_0.layers.1.pos_embed_3": "model-00031-of-00032.safetensors",
|
645 |
+
"model.vision_sampler_0.layers.1.proj_context.weight": "model-00031-of-00032.safetensors",
|
646 |
+
"model.vision_sampler_0.layers.1.proj_in.weight": "model-00031-of-00032.safetensors",
|
647 |
+
"model.vision_sampler_0.layers.1.proj_out.linear_1.weight": "model-00031-of-00032.safetensors",
|
648 |
+
"model.vision_sampler_0.layers.1.proj_out.linear_2.weight": "model-00031-of-00032.safetensors",
|
649 |
+
"model.vision_sampler_0.layers.2.cross_attn.k_proj_0.0.bias": "model-00031-of-00032.safetensors",
|
650 |
+
"model.vision_sampler_0.layers.2.cross_attn.k_proj_0.0.weight": "model-00031-of-00032.safetensors",
|
651 |
+
"model.vision_sampler_0.layers.2.cross_attn.k_proj_0.1.weight": "model-00031-of-00032.safetensors",
|
652 |
+
"model.vision_sampler_0.layers.2.cross_attn.k_proj_1.0.bias": "model-00031-of-00032.safetensors",
|
653 |
+
"model.vision_sampler_0.layers.2.cross_attn.k_proj_1.0.weight": "model-00031-of-00032.safetensors",
|
654 |
+
"model.vision_sampler_0.layers.2.cross_attn.k_proj_1.1.weight": "model-00031-of-00032.safetensors",
|
655 |
+
"model.vision_sampler_0.layers.2.cross_attn.k_proj_2.0.bias": "model-00031-of-00032.safetensors",
|
656 |
+
"model.vision_sampler_0.layers.2.cross_attn.k_proj_2.0.weight": "model-00031-of-00032.safetensors",
|
657 |
+
"model.vision_sampler_0.layers.2.cross_attn.k_proj_2.1.weight": "model-00031-of-00032.safetensors",
|
658 |
+
"model.vision_sampler_0.layers.2.cross_attn.k_proj_3.0.bias": "model-00031-of-00032.safetensors",
|
659 |
+
"model.vision_sampler_0.layers.2.cross_attn.k_proj_3.0.weight": "model-00031-of-00032.safetensors",
|
660 |
+
"model.vision_sampler_0.layers.2.cross_attn.k_proj_3.1.weight": "model-00031-of-00032.safetensors",
|
661 |
+
"model.vision_sampler_0.layers.2.cross_attn.o_proj.weight": "model-00031-of-00032.safetensors",
|
662 |
+
"model.vision_sampler_0.layers.2.cross_attn.q_proj.0.bias": "model-00031-of-00032.safetensors",
|
663 |
+
"model.vision_sampler_0.layers.2.cross_attn.q_proj.0.weight": "model-00031-of-00032.safetensors",
|
664 |
+
"model.vision_sampler_0.layers.2.cross_attn.q_proj.1.weight": "model-00031-of-00032.safetensors",
|
665 |
+
"model.vision_sampler_0.layers.2.cross_attn.v_proj_0.0.bias": "model-00031-of-00032.safetensors",
|
666 |
+
"model.vision_sampler_0.layers.2.cross_attn.v_proj_0.0.weight": "model-00031-of-00032.safetensors",
|
667 |
+
"model.vision_sampler_0.layers.2.cross_attn.v_proj_0.1.weight": "model-00031-of-00032.safetensors",
|
668 |
+
"model.vision_sampler_0.layers.2.cross_attn.v_proj_1.0.bias": "model-00031-of-00032.safetensors",
|
669 |
+
"model.vision_sampler_0.layers.2.cross_attn.v_proj_1.0.weight": "model-00031-of-00032.safetensors",
|
670 |
+
"model.vision_sampler_0.layers.2.cross_attn.v_proj_1.1.weight": "model-00031-of-00032.safetensors",
|
671 |
+
"model.vision_sampler_0.layers.2.cross_attn.v_proj_2.0.bias": "model-00031-of-00032.safetensors",
|
672 |
+
"model.vision_sampler_0.layers.2.cross_attn.v_proj_2.0.weight": "model-00031-of-00032.safetensors",
|
673 |
+
"model.vision_sampler_0.layers.2.cross_attn.v_proj_2.1.weight": "model-00031-of-00032.safetensors",
|
674 |
+
"model.vision_sampler_0.layers.2.cross_attn.v_proj_3.0.bias": "model-00031-of-00032.safetensors",
|
675 |
+
"model.vision_sampler_0.layers.2.cross_attn.v_proj_3.0.weight": "model-00031-of-00032.safetensors",
|
676 |
+
"model.vision_sampler_0.layers.2.cross_attn.v_proj_3.1.weight": "model-00031-of-00032.safetensors",
|
677 |
+
"model.vision_sampler_0.layers.2.norm.bias": "model-00031-of-00032.safetensors",
|
678 |
+
"model.vision_sampler_0.layers.2.norm.weight": "model-00031-of-00032.safetensors",
|
679 |
+
"model.vision_sampler_0.layers.2.pos_embed_3": "model-00031-of-00032.safetensors",
|
680 |
+
"model.vision_sampler_0.layers.2.proj_context.weight": "model-00031-of-00032.safetensors",
|
681 |
+
"model.vision_sampler_0.layers.2.proj_in.weight": "model-00031-of-00032.safetensors",
|
682 |
+
"model.vision_sampler_0.layers.2.proj_out.linear_1.weight": "model-00031-of-00032.safetensors",
|
683 |
+
"model.vision_sampler_0.layers.2.proj_out.linear_2.weight": "model-00031-of-00032.safetensors",
|
684 |
+
"model.vision_sampler_layers.0.layers.0.cross_attn.k_proj_0.0.bias": "model-00031-of-00032.safetensors",
|
685 |
+
"model.vision_sampler_layers.0.layers.0.cross_attn.k_proj_0.0.weight": "model-00031-of-00032.safetensors",
|
686 |
+
"model.vision_sampler_layers.0.layers.0.cross_attn.k_proj_0.1.weight": "model-00031-of-00032.safetensors",
|
687 |
+
"model.vision_sampler_layers.0.layers.0.cross_attn.k_proj_1.0.bias": "model-00031-of-00032.safetensors",
|
688 |
+
"model.vision_sampler_layers.0.layers.0.cross_attn.k_proj_1.0.weight": "model-00031-of-00032.safetensors",
|
689 |
+
"model.vision_sampler_layers.0.layers.0.cross_attn.k_proj_1.1.weight": "model-00031-of-00032.safetensors",
|
690 |
+
"model.vision_sampler_layers.0.layers.0.cross_attn.k_proj_2.0.bias": "model-00031-of-00032.safetensors",
|
691 |
+
"model.vision_sampler_layers.0.layers.0.cross_attn.k_proj_2.0.weight": "model-00031-of-00032.safetensors",
|
692 |
+
"model.vision_sampler_layers.0.layers.0.cross_attn.k_proj_2.1.weight": "model-00031-of-00032.safetensors",
|
693 |
+
"model.vision_sampler_layers.0.layers.0.cross_attn.k_proj_3.0.bias": "model-00031-of-00032.safetensors",
|
694 |
+
"model.vision_sampler_layers.0.layers.0.cross_attn.k_proj_3.0.weight": "model-00031-of-00032.safetensors",
|
695 |
+
"model.vision_sampler_layers.0.layers.0.cross_attn.k_proj_3.1.weight": "model-00031-of-00032.safetensors",
|
696 |
+
"model.vision_sampler_layers.0.layers.0.cross_attn.o_proj.weight": "model-00031-of-00032.safetensors",
|
697 |
+
"model.vision_sampler_layers.0.layers.0.cross_attn.q_proj.0.bias": "model-00031-of-00032.safetensors",
|
698 |
+
"model.vision_sampler_layers.0.layers.0.cross_attn.q_proj.0.weight": "model-00031-of-00032.safetensors",
|
699 |
+
"model.vision_sampler_layers.0.layers.0.cross_attn.q_proj.1.weight": "model-00031-of-00032.safetensors",
|
700 |
+
"model.vision_sampler_layers.0.layers.0.cross_attn.v_proj_0.0.bias": "model-00031-of-00032.safetensors",
|
701 |
+
"model.vision_sampler_layers.0.layers.0.cross_attn.v_proj_0.0.weight": "model-00031-of-00032.safetensors",
|
702 |
+
"model.vision_sampler_layers.0.layers.0.cross_attn.v_proj_0.1.weight": "model-00031-of-00032.safetensors",
|
703 |
+
"model.vision_sampler_layers.0.layers.0.cross_attn.v_proj_1.0.bias": "model-00031-of-00032.safetensors",
|
704 |
+
"model.vision_sampler_layers.0.layers.0.cross_attn.v_proj_1.0.weight": "model-00031-of-00032.safetensors",
|
705 |
+
"model.vision_sampler_layers.0.layers.0.cross_attn.v_proj_1.1.weight": "model-00031-of-00032.safetensors",
|
706 |
+
"model.vision_sampler_layers.0.layers.0.cross_attn.v_proj_2.0.bias": "model-00031-of-00032.safetensors",
|
707 |
+
"model.vision_sampler_layers.0.layers.0.cross_attn.v_proj_2.0.weight": "model-00031-of-00032.safetensors",
|
708 |
+
"model.vision_sampler_layers.0.layers.0.cross_attn.v_proj_2.1.weight": "model-00031-of-00032.safetensors",
|
709 |
+
"model.vision_sampler_layers.0.layers.0.cross_attn.v_proj_3.0.bias": "model-00031-of-00032.safetensors",
|
710 |
+
"model.vision_sampler_layers.0.layers.0.cross_attn.v_proj_3.0.weight": "model-00031-of-00032.safetensors",
|
711 |
+
"model.vision_sampler_layers.0.layers.0.cross_attn.v_proj_3.1.weight": "model-00031-of-00032.safetensors",
|
712 |
+
"model.vision_sampler_layers.0.layers.0.norm.bias": "model-00031-of-00032.safetensors",
|
713 |
+
"model.vision_sampler_layers.0.layers.0.norm.weight": "model-00031-of-00032.safetensors",
|
714 |
+
"model.vision_sampler_layers.0.layers.0.pos_embed_3": "model-00031-of-00032.safetensors",
|
715 |
+
"model.vision_sampler_layers.0.layers.0.proj_context.weight": "model-00031-of-00032.safetensors",
|
716 |
+
"model.vision_sampler_layers.0.layers.0.proj_in.weight": "model-00031-of-00032.safetensors",
|
717 |
+
"model.vision_sampler_layers.0.layers.0.proj_out.linear_1.weight": "model-00031-of-00032.safetensors",
|
718 |
+
"model.vision_sampler_layers.0.layers.0.proj_out.linear_2.weight": "model-00031-of-00032.safetensors",
|
719 |
+
"model.vision_sampler_layers.1.layers.0.cross_attn.k_proj_0.0.bias": "model-00031-of-00032.safetensors",
|
720 |
+
"model.vision_sampler_layers.1.layers.0.cross_attn.k_proj_0.0.weight": "model-00031-of-00032.safetensors",
|
721 |
+
"model.vision_sampler_layers.1.layers.0.cross_attn.k_proj_0.1.weight": "model-00031-of-00032.safetensors",
|
722 |
+
"model.vision_sampler_layers.1.layers.0.cross_attn.k_proj_1.0.bias": "model-00031-of-00032.safetensors",
|
723 |
+
"model.vision_sampler_layers.1.layers.0.cross_attn.k_proj_1.0.weight": "model-00031-of-00032.safetensors",
|
724 |
+
"model.vision_sampler_layers.1.layers.0.cross_attn.k_proj_1.1.weight": "model-00031-of-00032.safetensors",
|
725 |
+
"model.vision_sampler_layers.1.layers.0.cross_attn.k_proj_2.0.bias": "model-00031-of-00032.safetensors",
|
726 |
+
"model.vision_sampler_layers.1.layers.0.cross_attn.k_proj_2.0.weight": "model-00031-of-00032.safetensors",
|
727 |
+
"model.vision_sampler_layers.1.layers.0.cross_attn.k_proj_2.1.weight": "model-00031-of-00032.safetensors",
|
728 |
+
"model.vision_sampler_layers.1.layers.0.cross_attn.k_proj_3.0.bias": "model-00031-of-00032.safetensors",
|
729 |
+
"model.vision_sampler_layers.1.layers.0.cross_attn.k_proj_3.0.weight": "model-00031-of-00032.safetensors",
|
730 |
+
"model.vision_sampler_layers.1.layers.0.cross_attn.k_proj_3.1.weight": "model-00031-of-00032.safetensors",
|
731 |
+
"model.vision_sampler_layers.1.layers.0.cross_attn.o_proj.weight": "model-00031-of-00032.safetensors",
|
732 |
+
"model.vision_sampler_layers.1.layers.0.cross_attn.q_proj.0.bias": "model-00031-of-00032.safetensors",
|
733 |
+
"model.vision_sampler_layers.1.layers.0.cross_attn.q_proj.0.weight": "model-00031-of-00032.safetensors",
|
734 |
+
"model.vision_sampler_layers.1.layers.0.cross_attn.q_proj.1.weight": "model-00031-of-00032.safetensors",
|
735 |
+
"model.vision_sampler_layers.1.layers.0.cross_attn.v_proj_0.0.bias": "model-00031-of-00032.safetensors",
|
736 |
+
"model.vision_sampler_layers.1.layers.0.cross_attn.v_proj_0.0.weight": "model-00031-of-00032.safetensors",
|
737 |
+
"model.vision_sampler_layers.1.layers.0.cross_attn.v_proj_0.1.weight": "model-00031-of-00032.safetensors",
|
738 |
+
"model.vision_sampler_layers.1.layers.0.cross_attn.v_proj_1.0.bias": "model-00031-of-00032.safetensors",
|
739 |
+
"model.vision_sampler_layers.1.layers.0.cross_attn.v_proj_1.0.weight": "model-00031-of-00032.safetensors",
|
740 |
+
"model.vision_sampler_layers.1.layers.0.cross_attn.v_proj_1.1.weight": "model-00031-of-00032.safetensors",
|
741 |
+
"model.vision_sampler_layers.1.layers.0.cross_attn.v_proj_2.0.bias": "model-00031-of-00032.safetensors",
|
742 |
+
"model.vision_sampler_layers.1.layers.0.cross_attn.v_proj_2.0.weight": "model-00031-of-00032.safetensors",
|
743 |
+
"model.vision_sampler_layers.1.layers.0.cross_attn.v_proj_2.1.weight": "model-00031-of-00032.safetensors",
|
744 |
+
"model.vision_sampler_layers.1.layers.0.cross_attn.v_proj_3.0.bias": "model-00031-of-00032.safetensors",
|
745 |
+
"model.vision_sampler_layers.1.layers.0.cross_attn.v_proj_3.0.weight": "model-00031-of-00032.safetensors",
|
746 |
+
"model.vision_sampler_layers.1.layers.0.cross_attn.v_proj_3.1.weight": "model-00031-of-00032.safetensors",
|
747 |
+
"model.vision_sampler_layers.1.layers.0.norm.bias": "model-00031-of-00032.safetensors",
|
748 |
+
"model.vision_sampler_layers.1.layers.0.norm.weight": "model-00031-of-00032.safetensors",
|
749 |
+
"model.vision_sampler_layers.1.layers.0.pos_embed_3": "model-00031-of-00032.safetensors",
|
750 |
+
"model.vision_sampler_layers.1.layers.0.proj_context.weight": "model-00031-of-00032.safetensors",
|
751 |
+
"model.vision_sampler_layers.1.layers.0.proj_in.weight": "model-00031-of-00032.safetensors",
|
752 |
+
"model.vision_sampler_layers.1.layers.0.proj_out.linear_1.weight": "model-00031-of-00032.safetensors",
|
753 |
+
"model.vision_sampler_layers.1.layers.0.proj_out.linear_2.weight": "model-00031-of-00032.safetensors",
|
754 |
+
"model.vision_sampler_layers.2.layers.0.cross_attn.k_proj_0.0.bias": "model-00031-of-00032.safetensors",
|
755 |
+
"model.vision_sampler_layers.2.layers.0.cross_attn.k_proj_0.0.weight": "model-00031-of-00032.safetensors",
|
756 |
+
"model.vision_sampler_layers.2.layers.0.cross_attn.k_proj_0.1.weight": "model-00031-of-00032.safetensors",
|
757 |
+
"model.vision_sampler_layers.2.layers.0.cross_attn.k_proj_1.0.bias": "model-00031-of-00032.safetensors",
|
758 |
+
"model.vision_sampler_layers.2.layers.0.cross_attn.k_proj_1.0.weight": "model-00031-of-00032.safetensors",
|
759 |
+
"model.vision_sampler_layers.2.layers.0.cross_attn.k_proj_1.1.weight": "model-00031-of-00032.safetensors",
|
760 |
+
"model.vision_sampler_layers.2.layers.0.cross_attn.k_proj_2.0.bias": "model-00031-of-00032.safetensors",
|
761 |
+
"model.vision_sampler_layers.2.layers.0.cross_attn.k_proj_2.0.weight": "model-00031-of-00032.safetensors",
|
762 |
+
"model.vision_sampler_layers.2.layers.0.cross_attn.k_proj_2.1.weight": "model-00031-of-00032.safetensors",
|
763 |
+
"model.vision_sampler_layers.2.layers.0.cross_attn.k_proj_3.0.bias": "model-00031-of-00032.safetensors",
|
764 |
+
"model.vision_sampler_layers.2.layers.0.cross_attn.k_proj_3.0.weight": "model-00031-of-00032.safetensors",
|
765 |
+
"model.vision_sampler_layers.2.layers.0.cross_attn.k_proj_3.1.weight": "model-00031-of-00032.safetensors",
|
766 |
+
"model.vision_sampler_layers.2.layers.0.cross_attn.o_proj.weight": "model-00031-of-00032.safetensors",
|
767 |
+
"model.vision_sampler_layers.2.layers.0.cross_attn.q_proj.0.bias": "model-00031-of-00032.safetensors",
|
768 |
+
"model.vision_sampler_layers.2.layers.0.cross_attn.q_proj.0.weight": "model-00031-of-00032.safetensors",
|
769 |
+
"model.vision_sampler_layers.2.layers.0.cross_attn.q_proj.1.weight": "model-00031-of-00032.safetensors",
|
770 |
+
"model.vision_sampler_layers.2.layers.0.cross_attn.v_proj_0.0.bias": "model-00031-of-00032.safetensors",
|
771 |
+
"model.vision_sampler_layers.2.layers.0.cross_attn.v_proj_0.0.weight": "model-00031-of-00032.safetensors",
|
772 |
+
"model.vision_sampler_layers.2.layers.0.cross_attn.v_proj_0.1.weight": "model-00031-of-00032.safetensors",
|
773 |
+
"model.vision_sampler_layers.2.layers.0.cross_attn.v_proj_1.0.bias": "model-00031-of-00032.safetensors",
|
774 |
+
"model.vision_sampler_layers.2.layers.0.cross_attn.v_proj_1.0.weight": "model-00031-of-00032.safetensors",
|
775 |
+
"model.vision_sampler_layers.2.layers.0.cross_attn.v_proj_1.1.weight": "model-00031-of-00032.safetensors",
|
776 |
+
"model.vision_sampler_layers.2.layers.0.cross_attn.v_proj_2.0.bias": "model-00031-of-00032.safetensors",
|
777 |
+
"model.vision_sampler_layers.2.layers.0.cross_attn.v_proj_2.0.weight": "model-00031-of-00032.safetensors",
|
778 |
+
"model.vision_sampler_layers.2.layers.0.cross_attn.v_proj_2.1.weight": "model-00031-of-00032.safetensors",
|
779 |
+
"model.vision_sampler_layers.2.layers.0.cross_attn.v_proj_3.0.bias": "model-00031-of-00032.safetensors",
|
780 |
+
"model.vision_sampler_layers.2.layers.0.cross_attn.v_proj_3.0.weight": "model-00031-of-00032.safetensors",
|
781 |
+
"model.vision_sampler_layers.2.layers.0.cross_attn.v_proj_3.1.weight": "model-00031-of-00032.safetensors",
|
782 |
+
"model.vision_sampler_layers.2.layers.0.norm.bias": "model-00031-of-00032.safetensors",
|
783 |
+
"model.vision_sampler_layers.2.layers.0.norm.weight": "model-00031-of-00032.safetensors",
|
784 |
+
"model.vision_sampler_layers.2.layers.0.pos_embed_3": "model-00031-of-00032.safetensors",
|
785 |
+
"model.vision_sampler_layers.2.layers.0.proj_context.weight": "model-00031-of-00032.safetensors",
|
786 |
+
"model.vision_sampler_layers.2.layers.0.proj_in.weight": "model-00031-of-00032.safetensors",
|
787 |
+
"model.vision_sampler_layers.2.layers.0.proj_out.linear_1.weight": "model-00031-of-00032.safetensors",
|
788 |
+
"model.vision_sampler_layers.2.layers.0.proj_out.linear_2.weight": "model-00031-of-00032.safetensors",
|
789 |
+
"model.vision_sampler_layers.3.layers.0.cross_attn.k_proj_0.0.bias": "model-00031-of-00032.safetensors",
|
790 |
+
"model.vision_sampler_layers.3.layers.0.cross_attn.k_proj_0.0.weight": "model-00031-of-00032.safetensors",
|
791 |
+
"model.vision_sampler_layers.3.layers.0.cross_attn.k_proj_0.1.weight": "model-00031-of-00032.safetensors",
|
792 |
+
"model.vision_sampler_layers.3.layers.0.cross_attn.k_proj_1.0.bias": "model-00031-of-00032.safetensors",
|
793 |
+
"model.vision_sampler_layers.3.layers.0.cross_attn.k_proj_1.0.weight": "model-00031-of-00032.safetensors",
|
794 |
+
"model.vision_sampler_layers.3.layers.0.cross_attn.k_proj_1.1.weight": "model-00031-of-00032.safetensors",
|
795 |
+
"model.vision_sampler_layers.3.layers.0.cross_attn.k_proj_2.0.bias": "model-00031-of-00032.safetensors",
|
796 |
+
"model.vision_sampler_layers.3.layers.0.cross_attn.k_proj_2.0.weight": "model-00031-of-00032.safetensors",
|
797 |
+
"model.vision_sampler_layers.3.layers.0.cross_attn.k_proj_2.1.weight": "model-00031-of-00032.safetensors",
|
798 |
+
"model.vision_sampler_layers.3.layers.0.cross_attn.k_proj_3.0.bias": "model-00031-of-00032.safetensors",
|
799 |
+
"model.vision_sampler_layers.3.layers.0.cross_attn.k_proj_3.0.weight": "model-00031-of-00032.safetensors",
|
800 |
+
"model.vision_sampler_layers.3.layers.0.cross_attn.k_proj_3.1.weight": "model-00031-of-00032.safetensors",
|
801 |
+
"model.vision_sampler_layers.3.layers.0.cross_attn.o_proj.weight": "model-00031-of-00032.safetensors",
|
802 |
+
"model.vision_sampler_layers.3.layers.0.cross_attn.q_proj.0.bias": "model-00031-of-00032.safetensors",
|
803 |
+
"model.vision_sampler_layers.3.layers.0.cross_attn.q_proj.0.weight": "model-00031-of-00032.safetensors",
|
804 |
+
"model.vision_sampler_layers.3.layers.0.cross_attn.q_proj.1.weight": "model-00031-of-00032.safetensors",
|
805 |
+
"model.vision_sampler_layers.3.layers.0.cross_attn.v_proj_0.0.bias": "model-00031-of-00032.safetensors",
|
806 |
+
"model.vision_sampler_layers.3.layers.0.cross_attn.v_proj_0.0.weight": "model-00031-of-00032.safetensors",
|
807 |
+
"model.vision_sampler_layers.3.layers.0.cross_attn.v_proj_0.1.weight": "model-00031-of-00032.safetensors",
|
808 |
+
"model.vision_sampler_layers.3.layers.0.cross_attn.v_proj_1.0.bias": "model-00031-of-00032.safetensors",
|
809 |
+
"model.vision_sampler_layers.3.layers.0.cross_attn.v_proj_1.0.weight": "model-00031-of-00032.safetensors",
|
810 |
+
"model.vision_sampler_layers.3.layers.0.cross_attn.v_proj_1.1.weight": "model-00031-of-00032.safetensors",
|
811 |
+
"model.vision_sampler_layers.3.layers.0.cross_attn.v_proj_2.0.bias": "model-00031-of-00032.safetensors",
|
812 |
+
"model.vision_sampler_layers.3.layers.0.cross_attn.v_proj_2.0.weight": "model-00031-of-00032.safetensors",
|
813 |
+
"model.vision_sampler_layers.3.layers.0.cross_attn.v_proj_2.1.weight": "model-00031-of-00032.safetensors",
|
814 |
+
"model.vision_sampler_layers.3.layers.0.cross_attn.v_proj_3.0.bias": "model-00031-of-00032.safetensors",
|
815 |
+
"model.vision_sampler_layers.3.layers.0.cross_attn.v_proj_3.0.weight": "model-00031-of-00032.safetensors",
|
816 |
+
"model.vision_sampler_layers.3.layers.0.cross_attn.v_proj_3.1.weight": "model-00031-of-00032.safetensors",
|
817 |
+
"model.vision_sampler_layers.3.layers.0.norm.bias": "model-00031-of-00032.safetensors",
|
818 |
+
"model.vision_sampler_layers.3.layers.0.norm.weight": "model-00031-of-00032.safetensors",
|
819 |
+
"model.vision_sampler_layers.3.layers.0.pos_embed_3": "model-00031-of-00032.safetensors",
|
820 |
+
"model.vision_sampler_layers.3.layers.0.proj_context.weight": "model-00031-of-00032.safetensors",
|
821 |
+
"model.vision_sampler_layers.3.layers.0.proj_in.weight": "model-00031-of-00032.safetensors",
|
822 |
+
"model.vision_sampler_layers.3.layers.0.proj_out.linear_1.weight": "model-00031-of-00032.safetensors",
|
823 |
+
"model.vision_sampler_layers.3.layers.0.proj_out.linear_2.weight": "model-00031-of-00032.safetensors",
|
824 |
+
"model.vision_sampler_layers.4.layers.0.cross_attn.k_proj_0.0.bias": "model-00031-of-00032.safetensors",
|
825 |
+
"model.vision_sampler_layers.4.layers.0.cross_attn.k_proj_0.0.weight": "model-00031-of-00032.safetensors",
|
826 |
+
"model.vision_sampler_layers.4.layers.0.cross_attn.k_proj_0.1.weight": "model-00031-of-00032.safetensors",
|
827 |
+
"model.vision_sampler_layers.4.layers.0.cross_attn.k_proj_1.0.bias": "model-00031-of-00032.safetensors",
|
828 |
+
"model.vision_sampler_layers.4.layers.0.cross_attn.k_proj_1.0.weight": "model-00031-of-00032.safetensors",
|
829 |
+
"model.vision_sampler_layers.4.layers.0.cross_attn.k_proj_1.1.weight": "model-00031-of-00032.safetensors",
|
830 |
+
"model.vision_sampler_layers.4.layers.0.cross_attn.k_proj_2.0.bias": "model-00031-of-00032.safetensors",
|
831 |
+
"model.vision_sampler_layers.4.layers.0.cross_attn.k_proj_2.0.weight": "model-00031-of-00032.safetensors",
|
832 |
+
"model.vision_sampler_layers.4.layers.0.cross_attn.k_proj_2.1.weight": "model-00031-of-00032.safetensors",
|
833 |
+
"model.vision_sampler_layers.4.layers.0.cross_attn.k_proj_3.0.bias": "model-00031-of-00032.safetensors",
|
834 |
+
"model.vision_sampler_layers.4.layers.0.cross_attn.k_proj_3.0.weight": "model-00031-of-00032.safetensors",
|
835 |
+
"model.vision_sampler_layers.4.layers.0.cross_attn.k_proj_3.1.weight": "model-00031-of-00032.safetensors",
|
836 |
+
"model.vision_sampler_layers.4.layers.0.cross_attn.o_proj.weight": "model-00031-of-00032.safetensors",
|
837 |
+
"model.vision_sampler_layers.4.layers.0.cross_attn.q_proj.0.bias": "model-00031-of-00032.safetensors",
|
838 |
+
"model.vision_sampler_layers.4.layers.0.cross_attn.q_proj.0.weight": "model-00031-of-00032.safetensors",
|
839 |
+
"model.vision_sampler_layers.4.layers.0.cross_attn.q_proj.1.weight": "model-00031-of-00032.safetensors",
|
840 |
+
"model.vision_sampler_layers.4.layers.0.cross_attn.v_proj_0.0.bias": "model-00031-of-00032.safetensors",
|
841 |
+
"model.vision_sampler_layers.4.layers.0.cross_attn.v_proj_0.0.weight": "model-00031-of-00032.safetensors",
|
842 |
+
"model.vision_sampler_layers.4.layers.0.cross_attn.v_proj_0.1.weight": "model-00031-of-00032.safetensors",
|
843 |
+
"model.vision_sampler_layers.4.layers.0.cross_attn.v_proj_1.0.bias": "model-00031-of-00032.safetensors",
|
844 |
+
"model.vision_sampler_layers.4.layers.0.cross_attn.v_proj_1.0.weight": "model-00031-of-00032.safetensors",
|
845 |
+
"model.vision_sampler_layers.4.layers.0.cross_attn.v_proj_1.1.weight": "model-00031-of-00032.safetensors",
|
846 |
+
"model.vision_sampler_layers.4.layers.0.cross_attn.v_proj_2.0.bias": "model-00031-of-00032.safetensors",
|
847 |
+
"model.vision_sampler_layers.4.layers.0.cross_attn.v_proj_2.0.weight": "model-00031-of-00032.safetensors",
|
848 |
+
"model.vision_sampler_layers.4.layers.0.cross_attn.v_proj_2.1.weight": "model-00031-of-00032.safetensors",
|
849 |
+
"model.vision_sampler_layers.4.layers.0.cross_attn.v_proj_3.0.bias": "model-00031-of-00032.safetensors",
|
850 |
+
"model.vision_sampler_layers.4.layers.0.cross_attn.v_proj_3.0.weight": "model-00031-of-00032.safetensors",
|
851 |
+
"model.vision_sampler_layers.4.layers.0.cross_attn.v_proj_3.1.weight": "model-00031-of-00032.safetensors",
|
852 |
+
"model.vision_sampler_layers.4.layers.0.norm.bias": "model-00031-of-00032.safetensors",
|
853 |
+
"model.vision_sampler_layers.4.layers.0.norm.weight": "model-00031-of-00032.safetensors",
|
854 |
+
"model.vision_sampler_layers.4.layers.0.pos_embed_3": "model-00031-of-00032.safetensors",
|
855 |
+
"model.vision_sampler_layers.4.layers.0.proj_context.weight": "model-00031-of-00032.safetensors",
|
856 |
+
"model.vision_sampler_layers.4.layers.0.proj_in.weight": "model-00031-of-00032.safetensors",
|
857 |
+
"model.vision_sampler_layers.4.layers.0.proj_out.linear_1.weight": "model-00031-of-00032.safetensors",
|
858 |
+
"model.vision_sampler_layers.4.layers.0.proj_out.linear_2.weight": "model-00031-of-00032.safetensors",
|
859 |
+
"model.vision_sampler_layers.5.layers.0.cross_attn.k_proj_0.0.bias": "model-00031-of-00032.safetensors",
|
860 |
+
"model.vision_sampler_layers.5.layers.0.cross_attn.k_proj_0.0.weight": "model-00031-of-00032.safetensors",
|
861 |
+
"model.vision_sampler_layers.5.layers.0.cross_attn.k_proj_0.1.weight": "model-00031-of-00032.safetensors",
|
862 |
+
"model.vision_sampler_layers.5.layers.0.cross_attn.k_proj_1.0.bias": "model-00031-of-00032.safetensors",
|
863 |
+
"model.vision_sampler_layers.5.layers.0.cross_attn.k_proj_1.0.weight": "model-00031-of-00032.safetensors",
|
864 |
+
"model.vision_sampler_layers.5.layers.0.cross_attn.k_proj_1.1.weight": "model-00031-of-00032.safetensors",
|
865 |
+
"model.vision_sampler_layers.5.layers.0.cross_attn.k_proj_2.0.bias": "model-00031-of-00032.safetensors",
|
866 |
+
"model.vision_sampler_layers.5.layers.0.cross_attn.k_proj_2.0.weight": "model-00031-of-00032.safetensors",
|
867 |
+
"model.vision_sampler_layers.5.layers.0.cross_attn.k_proj_2.1.weight": "model-00031-of-00032.safetensors",
|
868 |
+
"model.vision_sampler_layers.5.layers.0.cross_attn.k_proj_3.0.bias": "model-00031-of-00032.safetensors",
|
869 |
+
"model.vision_sampler_layers.5.layers.0.cross_attn.k_proj_3.0.weight": "model-00031-of-00032.safetensors",
|
870 |
+
"model.vision_sampler_layers.5.layers.0.cross_attn.k_proj_3.1.weight": "model-00031-of-00032.safetensors",
|
871 |
+
"model.vision_sampler_layers.5.layers.0.cross_attn.o_proj.weight": "model-00031-of-00032.safetensors",
|
872 |
+
"model.vision_sampler_layers.5.layers.0.cross_attn.q_proj.0.bias": "model-00031-of-00032.safetensors",
|
873 |
+
"model.vision_sampler_layers.5.layers.0.cross_attn.q_proj.0.weight": "model-00031-of-00032.safetensors",
|
874 |
+
"model.vision_sampler_layers.5.layers.0.cross_attn.q_proj.1.weight": "model-00031-of-00032.safetensors",
|
875 |
+
"model.vision_sampler_layers.5.layers.0.cross_attn.v_proj_0.0.bias": "model-00031-of-00032.safetensors",
|
876 |
+
"model.vision_sampler_layers.5.layers.0.cross_attn.v_proj_0.0.weight": "model-00031-of-00032.safetensors",
|
877 |
+
"model.vision_sampler_layers.5.layers.0.cross_attn.v_proj_0.1.weight": "model-00031-of-00032.safetensors",
|
878 |
+
"model.vision_sampler_layers.5.layers.0.cross_attn.v_proj_1.0.bias": "model-00031-of-00032.safetensors",
|
879 |
+
"model.vision_sampler_layers.5.layers.0.cross_attn.v_proj_1.0.weight": "model-00031-of-00032.safetensors",
|
880 |
+
"model.vision_sampler_layers.5.layers.0.cross_attn.v_proj_1.1.weight": "model-00031-of-00032.safetensors",
|
881 |
+
"model.vision_sampler_layers.5.layers.0.cross_attn.v_proj_2.0.bias": "model-00031-of-00032.safetensors",
|
882 |
+
"model.vision_sampler_layers.5.layers.0.cross_attn.v_proj_2.0.weight": "model-00031-of-00032.safetensors",
|
883 |
+
"model.vision_sampler_layers.5.layers.0.cross_attn.v_proj_2.1.weight": "model-00031-of-00032.safetensors",
|
884 |
+
"model.vision_sampler_layers.5.layers.0.cross_attn.v_proj_3.0.bias": "model-00031-of-00032.safetensors",
|
885 |
+
"model.vision_sampler_layers.5.layers.0.cross_attn.v_proj_3.0.weight": "model-00031-of-00032.safetensors",
|
886 |
+
"model.vision_sampler_layers.5.layers.0.cross_attn.v_proj_3.1.weight": "model-00031-of-00032.safetensors",
|
887 |
+
"model.vision_sampler_layers.5.layers.0.norm.bias": "model-00031-of-00032.safetensors",
|
888 |
+
"model.vision_sampler_layers.5.layers.0.norm.weight": "model-00031-of-00032.safetensors",
|
889 |
+
"model.vision_sampler_layers.5.layers.0.pos_embed_3": "model-00031-of-00032.safetensors",
|
890 |
+
"model.vision_sampler_layers.5.layers.0.proj_context.weight": "model-00031-of-00032.safetensors",
|
891 |
+
"model.vision_sampler_layers.5.layers.0.proj_in.weight": "model-00031-of-00032.safetensors",
|
892 |
+
"model.vision_sampler_layers.5.layers.0.proj_out.linear_1.weight": "model-00031-of-00032.safetensors",
|
893 |
+
"model.vision_sampler_layers.5.layers.0.proj_out.linear_2.weight": "model-00031-of-00032.safetensors",
|
894 |
+
"model.vision_sampler_layers.6.layers.0.cross_attn.k_proj_0.0.bias": "model-00031-of-00032.safetensors",
|
895 |
+
"model.vision_sampler_layers.6.layers.0.cross_attn.k_proj_0.0.weight": "model-00031-of-00032.safetensors",
|
896 |
+
"model.vision_sampler_layers.6.layers.0.cross_attn.k_proj_0.1.weight": "model-00031-of-00032.safetensors",
|
897 |
+
"model.vision_sampler_layers.6.layers.0.cross_attn.k_proj_1.0.bias": "model-00031-of-00032.safetensors",
|
898 |
+
"model.vision_sampler_layers.6.layers.0.cross_attn.k_proj_1.0.weight": "model-00031-of-00032.safetensors",
|
899 |
+
"model.vision_sampler_layers.6.layers.0.cross_attn.k_proj_1.1.weight": "model-00031-of-00032.safetensors",
|
900 |
+
"model.vision_sampler_layers.6.layers.0.cross_attn.k_proj_2.0.bias": "model-00031-of-00032.safetensors",
|
901 |
+
"model.vision_sampler_layers.6.layers.0.cross_attn.k_proj_2.0.weight": "model-00031-of-00032.safetensors",
|
902 |
+
"model.vision_sampler_layers.6.layers.0.cross_attn.k_proj_2.1.weight": "model-00031-of-00032.safetensors",
|
903 |
+
"model.vision_sampler_layers.6.layers.0.cross_attn.k_proj_3.0.bias": "model-00031-of-00032.safetensors",
|
904 |
+
"model.vision_sampler_layers.6.layers.0.cross_attn.k_proj_3.0.weight": "model-00031-of-00032.safetensors",
|
905 |
+
"model.vision_sampler_layers.6.layers.0.cross_attn.k_proj_3.1.weight": "model-00031-of-00032.safetensors",
|
906 |
+
"model.vision_sampler_layers.6.layers.0.cross_attn.o_proj.weight": "model-00031-of-00032.safetensors",
|
907 |
+
"model.vision_sampler_layers.6.layers.0.cross_attn.q_proj.0.bias": "model-00031-of-00032.safetensors",
|
908 |
+
"model.vision_sampler_layers.6.layers.0.cross_attn.q_proj.0.weight": "model-00031-of-00032.safetensors",
|
909 |
+
"model.vision_sampler_layers.6.layers.0.cross_attn.q_proj.1.weight": "model-00031-of-00032.safetensors",
|
910 |
+
"model.vision_sampler_layers.6.layers.0.cross_attn.v_proj_0.0.bias": "model-00031-of-00032.safetensors",
|
911 |
+
"model.vision_sampler_layers.6.layers.0.cross_attn.v_proj_0.0.weight": "model-00031-of-00032.safetensors",
|
912 |
+
"model.vision_sampler_layers.6.layers.0.cross_attn.v_proj_0.1.weight": "model-00031-of-00032.safetensors",
|
913 |
+
"model.vision_sampler_layers.6.layers.0.cross_attn.v_proj_1.0.bias": "model-00031-of-00032.safetensors",
|
914 |
+
"model.vision_sampler_layers.6.layers.0.cross_attn.v_proj_1.0.weight": "model-00031-of-00032.safetensors",
|
915 |
+
"model.vision_sampler_layers.6.layers.0.cross_attn.v_proj_1.1.weight": "model-00031-of-00032.safetensors",
|
916 |
+
"model.vision_sampler_layers.6.layers.0.cross_attn.v_proj_2.0.bias": "model-00031-of-00032.safetensors",
|
917 |
+
"model.vision_sampler_layers.6.layers.0.cross_attn.v_proj_2.0.weight": "model-00031-of-00032.safetensors",
|
918 |
+
"model.vision_sampler_layers.6.layers.0.cross_attn.v_proj_2.1.weight": "model-00031-of-00032.safetensors",
|
919 |
+
"model.vision_sampler_layers.6.layers.0.cross_attn.v_proj_3.0.bias": "model-00031-of-00032.safetensors",
|
920 |
+
"model.vision_sampler_layers.6.layers.0.cross_attn.v_proj_3.0.weight": "model-00031-of-00032.safetensors",
|
921 |
+
"model.vision_sampler_layers.6.layers.0.cross_attn.v_proj_3.1.weight": "model-00031-of-00032.safetensors",
|
922 |
+
"model.vision_sampler_layers.6.layers.0.norm.bias": "model-00031-of-00032.safetensors",
|
923 |
+
"model.vision_sampler_layers.6.layers.0.norm.weight": "model-00031-of-00032.safetensors",
|
924 |
+
"model.vision_sampler_layers.6.layers.0.pos_embed_3": "model-00031-of-00032.safetensors",
|
925 |
+
"model.vision_sampler_layers.6.layers.0.proj_context.weight": "model-00031-of-00032.safetensors",
|
926 |
+
"model.vision_sampler_layers.6.layers.0.proj_in.weight": "model-00031-of-00032.safetensors",
|
927 |
+
"model.vision_sampler_layers.6.layers.0.proj_out.linear_1.weight": "model-00031-of-00032.safetensors",
|
928 |
+
"model.vision_sampler_layers.6.layers.0.proj_out.linear_2.weight": "model-00031-of-00032.safetensors",
|
929 |
+
"model.vision_sampler_layers.7.layers.0.cross_attn.k_proj_0.0.bias": "model-00031-of-00032.safetensors",
|
930 |
+
"model.vision_sampler_layers.7.layers.0.cross_attn.k_proj_0.0.weight": "model-00031-of-00032.safetensors",
|
931 |
+
"model.vision_sampler_layers.7.layers.0.cross_attn.k_proj_0.1.weight": "model-00031-of-00032.safetensors",
|
932 |
+
"model.vision_sampler_layers.7.layers.0.cross_attn.k_proj_1.0.bias": "model-00031-of-00032.safetensors",
|
933 |
+
"model.vision_sampler_layers.7.layers.0.cross_attn.k_proj_1.0.weight": "model-00031-of-00032.safetensors",
|
934 |
+
"model.vision_sampler_layers.7.layers.0.cross_attn.k_proj_1.1.weight": "model-00031-of-00032.safetensors",
|
935 |
+
"model.vision_sampler_layers.7.layers.0.cross_attn.k_proj_2.0.bias": "model-00031-of-00032.safetensors",
|
936 |
+
"model.vision_sampler_layers.7.layers.0.cross_attn.k_proj_2.0.weight": "model-00031-of-00032.safetensors",
|
937 |
+
"model.vision_sampler_layers.7.layers.0.cross_attn.k_proj_2.1.weight": "model-00031-of-00032.safetensors",
|
938 |
+
"model.vision_sampler_layers.7.layers.0.cross_attn.k_proj_3.0.bias": "model-00031-of-00032.safetensors",
|
939 |
+
"model.vision_sampler_layers.7.layers.0.cross_attn.k_proj_3.0.weight": "model-00031-of-00032.safetensors",
|
940 |
+
"model.vision_sampler_layers.7.layers.0.cross_attn.k_proj_3.1.weight": "model-00031-of-00032.safetensors",
|
941 |
+
"model.vision_sampler_layers.7.layers.0.cross_attn.o_proj.weight": "model-00031-of-00032.safetensors",
|
942 |
+
"model.vision_sampler_layers.7.layers.0.cross_attn.q_proj.0.bias": "model-00031-of-00032.safetensors",
|
943 |
+
"model.vision_sampler_layers.7.layers.0.cross_attn.q_proj.0.weight": "model-00031-of-00032.safetensors",
|
944 |
+
"model.vision_sampler_layers.7.layers.0.cross_attn.q_proj.1.weight": "model-00031-of-00032.safetensors",
|
945 |
+
"model.vision_sampler_layers.7.layers.0.cross_attn.v_proj_0.0.bias": "model-00031-of-00032.safetensors",
|
946 |
+
"model.vision_sampler_layers.7.layers.0.cross_attn.v_proj_0.0.weight": "model-00031-of-00032.safetensors",
|
947 |
+
"model.vision_sampler_layers.7.layers.0.cross_attn.v_proj_0.1.weight": "model-00031-of-00032.safetensors",
|
948 |
+
"model.vision_sampler_layers.7.layers.0.cross_attn.v_proj_1.0.bias": "model-00031-of-00032.safetensors",
|
949 |
+
"model.vision_sampler_layers.7.layers.0.cross_attn.v_proj_1.0.weight": "model-00031-of-00032.safetensors",
|
950 |
+
"model.vision_sampler_layers.7.layers.0.cross_attn.v_proj_1.1.weight": "model-00031-of-00032.safetensors",
|
951 |
+
"model.vision_sampler_layers.7.layers.0.cross_attn.v_proj_2.0.bias": "model-00031-of-00032.safetensors",
|
952 |
+
"model.vision_sampler_layers.7.layers.0.cross_attn.v_proj_2.0.weight": "model-00031-of-00032.safetensors",
|
953 |
+
"model.vision_sampler_layers.7.layers.0.cross_attn.v_proj_2.1.weight": "model-00031-of-00032.safetensors",
|
954 |
+
"model.vision_sampler_layers.7.layers.0.cross_attn.v_proj_3.0.bias": "model-00031-of-00032.safetensors",
|
955 |
+
"model.vision_sampler_layers.7.layers.0.cross_attn.v_proj_3.0.weight": "model-00031-of-00032.safetensors",
|
956 |
+
"model.vision_sampler_layers.7.layers.0.cross_attn.v_proj_3.1.weight": "model-00031-of-00032.safetensors",
|
957 |
+
"model.vision_sampler_layers.7.layers.0.norm.bias": "model-00031-of-00032.safetensors",
|
958 |
+
"model.vision_sampler_layers.7.layers.0.norm.weight": "model-00031-of-00032.safetensors",
|
959 |
+
"model.vision_sampler_layers.7.layers.0.pos_embed_3": "model-00031-of-00032.safetensors",
|
960 |
+
"model.vision_sampler_layers.7.layers.0.proj_context.weight": "model-00031-of-00032.safetensors",
|
961 |
+
"model.vision_sampler_layers.7.layers.0.proj_in.weight": "model-00031-of-00032.safetensors",
|
962 |
+
"model.vision_sampler_layers.7.layers.0.proj_out.linear_1.weight": "model-00031-of-00032.safetensors",
|
963 |
+
"model.vision_sampler_layers.7.layers.0.proj_out.linear_2.weight": "model-00031-of-00032.safetensors",
|
964 |
+
"model.vision_sampler_layers.8.layers.0.cross_attn.k_proj_0.0.bias": "model-00031-of-00032.safetensors",
|
965 |
+
"model.vision_sampler_layers.8.layers.0.cross_attn.k_proj_0.0.weight": "model-00031-of-00032.safetensors",
|
966 |
+
"model.vision_sampler_layers.8.layers.0.cross_attn.k_proj_0.1.weight": "model-00031-of-00032.safetensors",
|
967 |
+
"model.vision_sampler_layers.8.layers.0.cross_attn.k_proj_1.0.bias": "model-00031-of-00032.safetensors",
|
968 |
+
"model.vision_sampler_layers.8.layers.0.cross_attn.k_proj_1.0.weight": "model-00031-of-00032.safetensors",
|
969 |
+
"model.vision_sampler_layers.8.layers.0.cross_attn.k_proj_1.1.weight": "model-00031-of-00032.safetensors",
|
970 |
+
"model.vision_sampler_layers.8.layers.0.cross_attn.k_proj_2.0.bias": "model-00031-of-00032.safetensors",
|
971 |
+
"model.vision_sampler_layers.8.layers.0.cross_attn.k_proj_2.0.weight": "model-00031-of-00032.safetensors",
|
972 |
+
"model.vision_sampler_layers.8.layers.0.cross_attn.k_proj_2.1.weight": "model-00031-of-00032.safetensors",
|
973 |
+
"model.vision_sampler_layers.8.layers.0.cross_attn.k_proj_3.0.bias": "model-00031-of-00032.safetensors",
|
974 |
+
"model.vision_sampler_layers.8.layers.0.cross_attn.k_proj_3.0.weight": "model-00031-of-00032.safetensors",
|
975 |
+
"model.vision_sampler_layers.8.layers.0.cross_attn.k_proj_3.1.weight": "model-00031-of-00032.safetensors",
|
976 |
+
"model.vision_sampler_layers.8.layers.0.cross_attn.o_proj.weight": "model-00031-of-00032.safetensors",
|
977 |
+
"model.vision_sampler_layers.8.layers.0.cross_attn.q_proj.0.bias": "model-00031-of-00032.safetensors",
|
978 |
+
"model.vision_sampler_layers.8.layers.0.cross_attn.q_proj.0.weight": "model-00031-of-00032.safetensors",
|
979 |
+
"model.vision_sampler_layers.8.layers.0.cross_attn.q_proj.1.weight": "model-00031-of-00032.safetensors",
|
980 |
+
"model.vision_sampler_layers.8.layers.0.cross_attn.v_proj_0.0.bias": "model-00031-of-00032.safetensors",
|
981 |
+
"model.vision_sampler_layers.8.layers.0.cross_attn.v_proj_0.0.weight": "model-00031-of-00032.safetensors",
|
982 |
+
"model.vision_sampler_layers.8.layers.0.cross_attn.v_proj_0.1.weight": "model-00031-of-00032.safetensors",
|
983 |
+
"model.vision_sampler_layers.8.layers.0.cross_attn.v_proj_1.0.bias": "model-00031-of-00032.safetensors",
|
984 |
+
"model.vision_sampler_layers.8.layers.0.cross_attn.v_proj_1.0.weight": "model-00031-of-00032.safetensors",
|
985 |
+
"model.vision_sampler_layers.8.layers.0.cross_attn.v_proj_1.1.weight": "model-00031-of-00032.safetensors",
|
986 |
+
"model.vision_sampler_layers.8.layers.0.cross_attn.v_proj_2.0.bias": "model-00031-of-00032.safetensors",
|
987 |
+
"model.vision_sampler_layers.8.layers.0.cross_attn.v_proj_2.0.weight": "model-00031-of-00032.safetensors",
|
988 |
+
"model.vision_sampler_layers.8.layers.0.cross_attn.v_proj_2.1.weight": "model-00031-of-00032.safetensors",
|
989 |
+
"model.vision_sampler_layers.8.layers.0.cross_attn.v_proj_3.0.bias": "model-00031-of-00032.safetensors",
|
990 |
+
"model.vision_sampler_layers.8.layers.0.cross_attn.v_proj_3.0.weight": "model-00031-of-00032.safetensors",
|
991 |
+
"model.vision_sampler_layers.8.layers.0.cross_attn.v_proj_3.1.weight": "model-00031-of-00032.safetensors",
|
992 |
+
"model.vision_sampler_layers.8.layers.0.norm.bias": "model-00031-of-00032.safetensors",
|
993 |
+
"model.vision_sampler_layers.8.layers.0.norm.weight": "model-00031-of-00032.safetensors",
|
994 |
+
"model.vision_sampler_layers.8.layers.0.pos_embed_3": "model-00031-of-00032.safetensors",
|
995 |
+
"model.vision_sampler_layers.8.layers.0.proj_context.weight": "model-00031-of-00032.safetensors",
|
996 |
+
"model.vision_sampler_layers.8.layers.0.proj_in.weight": "model-00031-of-00032.safetensors",
|
997 |
+
"model.vision_sampler_layers.8.layers.0.proj_out.linear_1.weight": "model-00031-of-00032.safetensors",
|
998 |
+
"model.vision_sampler_layers.8.layers.0.proj_out.linear_2.weight": "model-00031-of-00032.safetensors"
|
999 |
+
}
|
1000 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<|startoftext|>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|im_end|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "<unk>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<unk>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:386c49cf943d71aa110361135338c50e38beeff0a66593480421f37b319e1a39
|
3 |
+
size 1033105
|
tokenizer_config.json
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"0": {
|
6 |
+
"content": "<unk>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"1": {
|
14 |
+
"content": "<|startoftext|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"2": {
|
22 |
+
"content": "<|endoftext|>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"6": {
|
30 |
+
"content": "<|im_start|>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": false
|
36 |
+
},
|
37 |
+
"7": {
|
38 |
+
"content": "<|im_end|>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
}
|
45 |
+
},
|
46 |
+
"bos_token": "<|startoftext|>",
|
47 |
+
"chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
48 |
+
"clean_up_tokenization_spaces": false,
|
49 |
+
"eos_token": "<|im_end|>",
|
50 |
+
"legacy": true,
|
51 |
+
"model_max_length": 2048,
|
52 |
+
"pad_token": "<unk>",
|
53 |
+
"padding_side": "right",
|
54 |
+
"sp_model_kwargs": {},
|
55 |
+
"spaces_between_special_tokens": false,
|
56 |
+
"tokenizer_class": "LlamaTokenizer",
|
57 |
+
"trust_remote_code": false,
|
58 |
+
"unk_token": "<unk>",
|
59 |
+
"use_default_system_prompt": false,
|
60 |
+
"use_fast": true
|
61 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a0a2ebb78190c5dbbb09387557f39f42509156d0fe5943f6097cf4e81e37b63
|
3 |
+
size 6136
|