Upload 50 files
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +1 -0
- config.json +29 -0
- generation_config.json +7 -0
- model-00001-of-00044.safetensors +3 -0
- model-00002-of-00044.safetensors +3 -0
- model-00003-of-00044.safetensors +3 -0
- model-00004-of-00044.safetensors +3 -0
- model-00005-of-00044.safetensors +3 -0
- model-00006-of-00044.safetensors +3 -0
- model-00007-of-00044.safetensors +3 -0
- model-00008-of-00044.safetensors +3 -0
- model-00009-of-00044.safetensors +3 -0
- model-00010-of-00044.safetensors +3 -0
- model-00011-of-00044.safetensors +3 -0
- model-00012-of-00044.safetensors +3 -0
- model-00013-of-00044.safetensors +3 -0
- model-00014-of-00044.safetensors +3 -0
- model-00015-of-00044.safetensors +3 -0
- model-00016-of-00044.safetensors +3 -0
- model-00017-of-00044.safetensors +3 -0
- model-00018-of-00044.safetensors +3 -0
- model-00019-of-00044.safetensors +3 -0
- model-00020-of-00044.safetensors +3 -0
- model-00021-of-00044.safetensors +3 -0
- model-00022-of-00044.safetensors +3 -0
- model-00023-of-00044.safetensors +3 -0
- model-00024-of-00044.safetensors +3 -0
- model-00025-of-00044.safetensors +3 -0
- model-00026-of-00044.safetensors +3 -0
- model-00027-of-00044.safetensors +3 -0
- model-00028-of-00044.safetensors +3 -0
- model-00029-of-00044.safetensors +3 -0
- model-00030-of-00044.safetensors +3 -0
- model-00031-of-00044.safetensors +3 -0
- model-00032-of-00044.safetensors +3 -0
- model-00033-of-00044.safetensors +3 -0
- model-00034-of-00044.safetensors +3 -0
- model-00035-of-00044.safetensors +3 -0
- model-00036-of-00044.safetensors +3 -0
- model-00037-of-00044.safetensors +3 -0
- model-00038-of-00044.safetensors +3 -0
- model-00039-of-00044.safetensors +3 -0
- model-00040-of-00044.safetensors +3 -0
- model-00041-of-00044.safetensors +3 -0
- model-00042-of-00044.safetensors +3 -0
- model-00043-of-00044.safetensors +3 -0
- model-00044-of-00044.safetensors +3 -0
- model.safetensors.index.json +521 -0
- special_tokens_map.json +23 -0
- tokenizer.json +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "CohereForAI/c4ai-command-r-plus",
|
3 |
+
"architectures": [
|
4 |
+
"CohereForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 5,
|
9 |
+
"eos_token_id": 255001,
|
10 |
+
"hidden_act": "silu",
|
11 |
+
"hidden_size": 12288,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 33792,
|
14 |
+
"layer_norm_eps": 1e-05,
|
15 |
+
"logit_scale": 0.8333333333333334,
|
16 |
+
"max_position_embeddings": 8192,
|
17 |
+
"model_max_length": 131072,
|
18 |
+
"model_type": "cohere",
|
19 |
+
"num_attention_heads": 96,
|
20 |
+
"num_hidden_layers": 64,
|
21 |
+
"num_key_value_heads": 8,
|
22 |
+
"pad_token_id": 0,
|
23 |
+
"rope_theta": 75000000.0,
|
24 |
+
"torch_dtype": "float16",
|
25 |
+
"transformers_version": "4.39.2",
|
26 |
+
"use_cache": true,
|
27 |
+
"use_qk_norm": true,
|
28 |
+
"vocab_size": 256000
|
29 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 5,
|
4 |
+
"eos_token_id": 255001,
|
5 |
+
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.39.2"
|
7 |
+
}
|
model-00001-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee321057203258a9356a5fe30deab557b0b7070d1da93153b5dddd66328cf000
|
3 |
+
size 6291456144
|
model-00002-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3bee807706b432d9193f4ed757a9703c31cf10d500c5eccd02e1dc47e3735f55
|
3 |
+
size 4630537720
|
model-00003-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:181a0766d4d286733b647c403998a397ed4cbd4ece79c43b6a70f5625a6401a8
|
3 |
+
size 4806722824
|
model-00004-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ae19ac0af5ac560d4cd07c8a9f417dde6bca96a54325c5972d76b675e2612c4
|
3 |
+
size 4630537720
|
model-00005-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a5a75ba22762589927eedba80efd5227788ff96e74a5ec6a35668e608a1f264
|
3 |
+
size 4806722824
|
model-00006-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2623c10ef7716b94ce87a6cf391f3339fa39ee11b29fd3cca536a96fff90c0c
|
3 |
+
size 4630537720
|
model-00007-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9e5f72e84806ac31336eb3c74061cf0570f1da7d746b3579e5f502386609f91
|
3 |
+
size 4806722824
|
model-00008-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45101ec06daeb795c7e3da63a88ce79b1213b5f050574dc941f238072ed7ccbd
|
3 |
+
size 4630537736
|
model-00009-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91d0b2129278e79d93ffd275bb1ecccb13f384f4f0ee85a2c6deccba607706b2
|
3 |
+
size 4806722832
|
model-00010-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a208a5304f49e75c2fb1b3c854f47f5caf7aef648fa1dd1c819d7d2ec1ad040c
|
3 |
+
size 4630537736
|
model-00011-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:434dc5c28c8bcd06f8d3d1916147eaab2f60054b5a2d7ec4502eb00b9eb9963e
|
3 |
+
size 4806722832
|
model-00012-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aacdbf0de99dadd1168915434b8fc85def50eaa1f92ad3d3944196bfb0b7c7bb
|
3 |
+
size 4630537736
|
model-00013-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc9a8978d2163ff97a8a36356ec20e2acaa6eb52065ca112e2b0bc798bd32212
|
3 |
+
size 4806722832
|
model-00014-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ba582bf6b7d09a4f5c6cd8d52a830710530e2b46c519e056ac33b30c187fdad
|
3 |
+
size 4630537736
|
model-00015-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f61e6e90776c6486487fd367eb548779a7c7dff9d0c5dc451929042471fc5af3
|
3 |
+
size 4806722832
|
model-00016-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99f6e713c18ef2aeb93450e906cea3f524b110f6d65cdbf58dbf4976099b6e45
|
3 |
+
size 4630537736
|
model-00017-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6abb890c55f8c06fbe11ed0c5c5dba181996a9f06c786cae75f1194fdf6f21b4
|
3 |
+
size 4806722832
|
model-00018-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff61cc813c45a48ace260dc504d069cd95b20b6ebe8004e4118e991ff172d189
|
3 |
+
size 4630537736
|
model-00019-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:396c21c80bd10294b40010d548dd2889e151052778a8a1950ba30f4eb66180e9
|
3 |
+
size 4806722832
|
model-00020-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9c5403977f5f5f0f2d591b3aeb9da5d3ecf3ec96541de75fabc093598fcaf25
|
3 |
+
size 4630537736
|
model-00021-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:729dbf98523906b7a2092fe6c0b8adbbb3ccd5f25be855c7a4b65b5b656f6b4e
|
3 |
+
size 4806722832
|
model-00022-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca0c87180a84ea36e61f9e93028972b1cb830b5a836e702c0af1bd564628b1b8
|
3 |
+
size 4630537736
|
model-00023-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65d458b1fee0f4402f73e130fca142e69b995331e4b39cec75421bc588945302
|
3 |
+
size 4806722832
|
model-00024-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9dc21917e5848aeb5b2d1c1acf27a3ebadecdbbc86f782dc5e15ef22b86eef95
|
3 |
+
size 4630537736
|
model-00025-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:955418426b0b47c15a2e115eb0f006b26cf7b735dba9c0479d490c59827e62ca
|
3 |
+
size 4806722832
|
model-00026-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6df23ca35ee3049caed3acb90b191793eef2a24b80c23b36e27b0d4315e5baf1
|
3 |
+
size 4630537736
|
model-00027-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a0f473ab5803f8ee66d42f29d9cefc08e6e6cbb50d851e0c4a7b06c343f2dd8
|
3 |
+
size 4806722832
|
model-00028-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff224ab5f7c54f93c9e4553687a7ccf7bdce5bbc39db430b6f1f4ae23ca8b7a8
|
3 |
+
size 4630537736
|
model-00029-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0657ca15f016fba580184a3e9ef78f42af036c9448a67d2a999df9a8d81c479f
|
3 |
+
size 4806722832
|
model-00030-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5cedbbf16f74e102594d25b9ecc23d38bac97ea2c9b16977e218d44be53d86cd
|
3 |
+
size 4630537736
|
model-00031-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f740ac6fae4ce6b940f0ffa5da460bd7634159a7911f81523a462411e1c48e0a
|
3 |
+
size 4806722832
|
model-00032-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e60e04926ebd67693a9a35289a1b80926d2b4f462daa0148f3a805a093cb441
|
3 |
+
size 4630537736
|
model-00033-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4980b44ad90b5f318b8ea248dce2c9b9e6304394b71e28debb8f7f000ee4f99d
|
3 |
+
size 4806722832
|
model-00034-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:927564a734b765eef03b70b3637d07897b0863e1728864e94f0bcc1e479dbb93
|
3 |
+
size 4630537736
|
model-00035-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0de495c93ab80c35c84e14521ccf292c3b6cc14758175a0b40fe42fa092f831f
|
3 |
+
size 4806722832
|
model-00036-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4bdf66905d4d0f9e9aa71ed0d8430db2a8a5fe9eea6d59c41e598f11388b1462
|
3 |
+
size 4630537736
|
model-00037-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ae022f4e91db2a5b13cb21ec3771e1304e7ce2124037f889e84e65057476481
|
3 |
+
size 4806722832
|
model-00038-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90610f2c38a4f2741f243db87c01c5cef1e0f72478826f311a1068971a0652ce
|
3 |
+
size 4630537736
|
model-00039-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa0291b13e44e35cfee7b597d3e3f1b246a6b41b3f12119819fafaf55871a20a
|
3 |
+
size 4806722832
|
model-00040-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55f5906fbbdbd687bc91b0017e5c1d992d57b90013e8e0aff764fff9c7700839
|
3 |
+
size 4630537736
|
model-00041-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92317d8e248964525aad1fee3305b4a97080fd1600aab9d565fce7ca54041ceb
|
3 |
+
size 4806722832
|
model-00042-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f5d085366c5a06e1f937954ff6f0b25244962bbf4c76a6042cc4f9852215211
|
3 |
+
size 4630537736
|
model-00043-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d6dd842cd9e497490f32c1bd22b03a5a006b16e1952313c2c81ed3adda0893a
|
3 |
+
size 4806722832
|
model-00044-of-00044.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a97bfd1017d47f9aa31bad7e02b3c27adbb631a07c3af8eef2ac5471c5afacf8
|
3 |
+
size 3145778200
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,521 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 207619645440
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"model.embed_tokens.weight": "model-00001-of-00044.safetensors",
|
7 |
+
"model.layers.0.input_layernorm.weight": "model-00002-of-00044.safetensors",
|
8 |
+
"model.layers.0.mlp.down_proj.weight": "model-00002-of-00044.safetensors",
|
9 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00002-of-00044.safetensors",
|
10 |
+
"model.layers.0.mlp.up_proj.weight": "model-00002-of-00044.safetensors",
|
11 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00002-of-00044.safetensors",
|
12 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00002-of-00044.safetensors",
|
13 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00002-of-00044.safetensors",
|
14 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00002-of-00044.safetensors",
|
15 |
+
"model.layers.1.input_layernorm.weight": "model-00003-of-00044.safetensors",
|
16 |
+
"model.layers.1.mlp.down_proj.weight": "model-00003-of-00044.safetensors",
|
17 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00002-of-00044.safetensors",
|
18 |
+
"model.layers.1.mlp.up_proj.weight": "model-00003-of-00044.safetensors",
|
19 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00002-of-00044.safetensors",
|
20 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00002-of-00044.safetensors",
|
21 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00002-of-00044.safetensors",
|
22 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00002-of-00044.safetensors",
|
23 |
+
"model.layers.10.input_layernorm.weight": "model-00009-of-00044.safetensors",
|
24 |
+
"model.layers.10.mlp.down_proj.weight": "model-00009-of-00044.safetensors",
|
25 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00008-of-00044.safetensors",
|
26 |
+
"model.layers.10.mlp.up_proj.weight": "model-00009-of-00044.safetensors",
|
27 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00008-of-00044.safetensors",
|
28 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00008-of-00044.safetensors",
|
29 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00008-of-00044.safetensors",
|
30 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00008-of-00044.safetensors",
|
31 |
+
"model.layers.11.input_layernorm.weight": "model-00009-of-00044.safetensors",
|
32 |
+
"model.layers.11.mlp.down_proj.weight": "model-00009-of-00044.safetensors",
|
33 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00009-of-00044.safetensors",
|
34 |
+
"model.layers.11.mlp.up_proj.weight": "model-00009-of-00044.safetensors",
|
35 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00009-of-00044.safetensors",
|
36 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00009-of-00044.safetensors",
|
37 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00009-of-00044.safetensors",
|
38 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00009-of-00044.safetensors",
|
39 |
+
"model.layers.12.input_layernorm.weight": "model-00010-of-00044.safetensors",
|
40 |
+
"model.layers.12.mlp.down_proj.weight": "model-00010-of-00044.safetensors",
|
41 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00010-of-00044.safetensors",
|
42 |
+
"model.layers.12.mlp.up_proj.weight": "model-00010-of-00044.safetensors",
|
43 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00010-of-00044.safetensors",
|
44 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00010-of-00044.safetensors",
|
45 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00010-of-00044.safetensors",
|
46 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00010-of-00044.safetensors",
|
47 |
+
"model.layers.13.input_layernorm.weight": "model-00011-of-00044.safetensors",
|
48 |
+
"model.layers.13.mlp.down_proj.weight": "model-00011-of-00044.safetensors",
|
49 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00010-of-00044.safetensors",
|
50 |
+
"model.layers.13.mlp.up_proj.weight": "model-00011-of-00044.safetensors",
|
51 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00010-of-00044.safetensors",
|
52 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00010-of-00044.safetensors",
|
53 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00010-of-00044.safetensors",
|
54 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00010-of-00044.safetensors",
|
55 |
+
"model.layers.14.input_layernorm.weight": "model-00011-of-00044.safetensors",
|
56 |
+
"model.layers.14.mlp.down_proj.weight": "model-00011-of-00044.safetensors",
|
57 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00011-of-00044.safetensors",
|
58 |
+
"model.layers.14.mlp.up_proj.weight": "model-00011-of-00044.safetensors",
|
59 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00011-of-00044.safetensors",
|
60 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00011-of-00044.safetensors",
|
61 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00011-of-00044.safetensors",
|
62 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00011-of-00044.safetensors",
|
63 |
+
"model.layers.15.input_layernorm.weight": "model-00012-of-00044.safetensors",
|
64 |
+
"model.layers.15.mlp.down_proj.weight": "model-00012-of-00044.safetensors",
|
65 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00012-of-00044.safetensors",
|
66 |
+
"model.layers.15.mlp.up_proj.weight": "model-00012-of-00044.safetensors",
|
67 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00012-of-00044.safetensors",
|
68 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00012-of-00044.safetensors",
|
69 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00012-of-00044.safetensors",
|
70 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00012-of-00044.safetensors",
|
71 |
+
"model.layers.16.input_layernorm.weight": "model-00013-of-00044.safetensors",
|
72 |
+
"model.layers.16.mlp.down_proj.weight": "model-00013-of-00044.safetensors",
|
73 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00012-of-00044.safetensors",
|
74 |
+
"model.layers.16.mlp.up_proj.weight": "model-00013-of-00044.safetensors",
|
75 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00012-of-00044.safetensors",
|
76 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00012-of-00044.safetensors",
|
77 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00012-of-00044.safetensors",
|
78 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00012-of-00044.safetensors",
|
79 |
+
"model.layers.17.input_layernorm.weight": "model-00013-of-00044.safetensors",
|
80 |
+
"model.layers.17.mlp.down_proj.weight": "model-00013-of-00044.safetensors",
|
81 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00013-of-00044.safetensors",
|
82 |
+
"model.layers.17.mlp.up_proj.weight": "model-00013-of-00044.safetensors",
|
83 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00013-of-00044.safetensors",
|
84 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00013-of-00044.safetensors",
|
85 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00013-of-00044.safetensors",
|
86 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00013-of-00044.safetensors",
|
87 |
+
"model.layers.18.input_layernorm.weight": "model-00014-of-00044.safetensors",
|
88 |
+
"model.layers.18.mlp.down_proj.weight": "model-00014-of-00044.safetensors",
|
89 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00014-of-00044.safetensors",
|
90 |
+
"model.layers.18.mlp.up_proj.weight": "model-00014-of-00044.safetensors",
|
91 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00014-of-00044.safetensors",
|
92 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00014-of-00044.safetensors",
|
93 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00014-of-00044.safetensors",
|
94 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00014-of-00044.safetensors",
|
95 |
+
"model.layers.19.input_layernorm.weight": "model-00015-of-00044.safetensors",
|
96 |
+
"model.layers.19.mlp.down_proj.weight": "model-00015-of-00044.safetensors",
|
97 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00014-of-00044.safetensors",
|
98 |
+
"model.layers.19.mlp.up_proj.weight": "model-00015-of-00044.safetensors",
|
99 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00014-of-00044.safetensors",
|
100 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00014-of-00044.safetensors",
|
101 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00014-of-00044.safetensors",
|
102 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00014-of-00044.safetensors",
|
103 |
+
"model.layers.2.input_layernorm.weight": "model-00003-of-00044.safetensors",
|
104 |
+
"model.layers.2.mlp.down_proj.weight": "model-00003-of-00044.safetensors",
|
105 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00003-of-00044.safetensors",
|
106 |
+
"model.layers.2.mlp.up_proj.weight": "model-00003-of-00044.safetensors",
|
107 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00003-of-00044.safetensors",
|
108 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00003-of-00044.safetensors",
|
109 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00003-of-00044.safetensors",
|
110 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00003-of-00044.safetensors",
|
111 |
+
"model.layers.20.input_layernorm.weight": "model-00015-of-00044.safetensors",
|
112 |
+
"model.layers.20.mlp.down_proj.weight": "model-00015-of-00044.safetensors",
|
113 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00015-of-00044.safetensors",
|
114 |
+
"model.layers.20.mlp.up_proj.weight": "model-00015-of-00044.safetensors",
|
115 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00015-of-00044.safetensors",
|
116 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00015-of-00044.safetensors",
|
117 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00015-of-00044.safetensors",
|
118 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00015-of-00044.safetensors",
|
119 |
+
"model.layers.21.input_layernorm.weight": "model-00016-of-00044.safetensors",
|
120 |
+
"model.layers.21.mlp.down_proj.weight": "model-00016-of-00044.safetensors",
|
121 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00016-of-00044.safetensors",
|
122 |
+
"model.layers.21.mlp.up_proj.weight": "model-00016-of-00044.safetensors",
|
123 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00016-of-00044.safetensors",
|
124 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00016-of-00044.safetensors",
|
125 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00016-of-00044.safetensors",
|
126 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00016-of-00044.safetensors",
|
127 |
+
"model.layers.22.input_layernorm.weight": "model-00017-of-00044.safetensors",
|
128 |
+
"model.layers.22.mlp.down_proj.weight": "model-00017-of-00044.safetensors",
|
129 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00016-of-00044.safetensors",
|
130 |
+
"model.layers.22.mlp.up_proj.weight": "model-00017-of-00044.safetensors",
|
131 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00016-of-00044.safetensors",
|
132 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00016-of-00044.safetensors",
|
133 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00016-of-00044.safetensors",
|
134 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00016-of-00044.safetensors",
|
135 |
+
"model.layers.23.input_layernorm.weight": "model-00017-of-00044.safetensors",
|
136 |
+
"model.layers.23.mlp.down_proj.weight": "model-00017-of-00044.safetensors",
|
137 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00017-of-00044.safetensors",
|
138 |
+
"model.layers.23.mlp.up_proj.weight": "model-00017-of-00044.safetensors",
|
139 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00017-of-00044.safetensors",
|
140 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00017-of-00044.safetensors",
|
141 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00017-of-00044.safetensors",
|
142 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00017-of-00044.safetensors",
|
143 |
+
"model.layers.24.input_layernorm.weight": "model-00018-of-00044.safetensors",
|
144 |
+
"model.layers.24.mlp.down_proj.weight": "model-00018-of-00044.safetensors",
|
145 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00018-of-00044.safetensors",
|
146 |
+
"model.layers.24.mlp.up_proj.weight": "model-00018-of-00044.safetensors",
|
147 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00018-of-00044.safetensors",
|
148 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00018-of-00044.safetensors",
|
149 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00018-of-00044.safetensors",
|
150 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00018-of-00044.safetensors",
|
151 |
+
"model.layers.25.input_layernorm.weight": "model-00019-of-00044.safetensors",
|
152 |
+
"model.layers.25.mlp.down_proj.weight": "model-00019-of-00044.safetensors",
|
153 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00018-of-00044.safetensors",
|
154 |
+
"model.layers.25.mlp.up_proj.weight": "model-00019-of-00044.safetensors",
|
155 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00018-of-00044.safetensors",
|
156 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00018-of-00044.safetensors",
|
157 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00018-of-00044.safetensors",
|
158 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00018-of-00044.safetensors",
|
159 |
+
"model.layers.26.input_layernorm.weight": "model-00019-of-00044.safetensors",
|
160 |
+
"model.layers.26.mlp.down_proj.weight": "model-00019-of-00044.safetensors",
|
161 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00019-of-00044.safetensors",
|
162 |
+
"model.layers.26.mlp.up_proj.weight": "model-00019-of-00044.safetensors",
|
163 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00019-of-00044.safetensors",
|
164 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00019-of-00044.safetensors",
|
165 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00019-of-00044.safetensors",
|
166 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00019-of-00044.safetensors",
|
167 |
+
"model.layers.27.input_layernorm.weight": "model-00020-of-00044.safetensors",
|
168 |
+
"model.layers.27.mlp.down_proj.weight": "model-00020-of-00044.safetensors",
|
169 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00020-of-00044.safetensors",
|
170 |
+
"model.layers.27.mlp.up_proj.weight": "model-00020-of-00044.safetensors",
|
171 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00020-of-00044.safetensors",
|
172 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00020-of-00044.safetensors",
|
173 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00020-of-00044.safetensors",
|
174 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00020-of-00044.safetensors",
|
175 |
+
"model.layers.28.input_layernorm.weight": "model-00021-of-00044.safetensors",
|
176 |
+
"model.layers.28.mlp.down_proj.weight": "model-00021-of-00044.safetensors",
|
177 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00020-of-00044.safetensors",
|
178 |
+
"model.layers.28.mlp.up_proj.weight": "model-00021-of-00044.safetensors",
|
179 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00020-of-00044.safetensors",
|
180 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00020-of-00044.safetensors",
|
181 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00020-of-00044.safetensors",
|
182 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00020-of-00044.safetensors",
|
183 |
+
"model.layers.29.input_layernorm.weight": "model-00021-of-00044.safetensors",
|
184 |
+
"model.layers.29.mlp.down_proj.weight": "model-00021-of-00044.safetensors",
|
185 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00021-of-00044.safetensors",
|
186 |
+
"model.layers.29.mlp.up_proj.weight": "model-00021-of-00044.safetensors",
|
187 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00021-of-00044.safetensors",
|
188 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00021-of-00044.safetensors",
|
189 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00021-of-00044.safetensors",
|
190 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00021-of-00044.safetensors",
|
191 |
+
"model.layers.3.input_layernorm.weight": "model-00004-of-00044.safetensors",
|
192 |
+
"model.layers.3.mlp.down_proj.weight": "model-00004-of-00044.safetensors",
|
193 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00004-of-00044.safetensors",
|
194 |
+
"model.layers.3.mlp.up_proj.weight": "model-00004-of-00044.safetensors",
|
195 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00004-of-00044.safetensors",
|
196 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00004-of-00044.safetensors",
|
197 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00004-of-00044.safetensors",
|
198 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00004-of-00044.safetensors",
|
199 |
+
"model.layers.30.input_layernorm.weight": "model-00022-of-00044.safetensors",
|
200 |
+
"model.layers.30.mlp.down_proj.weight": "model-00022-of-00044.safetensors",
|
201 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00022-of-00044.safetensors",
|
202 |
+
"model.layers.30.mlp.up_proj.weight": "model-00022-of-00044.safetensors",
|
203 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00022-of-00044.safetensors",
|
204 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00022-of-00044.safetensors",
|
205 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00022-of-00044.safetensors",
|
206 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00022-of-00044.safetensors",
|
207 |
+
"model.layers.31.input_layernorm.weight": "model-00023-of-00044.safetensors",
|
208 |
+
"model.layers.31.mlp.down_proj.weight": "model-00023-of-00044.safetensors",
|
209 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00022-of-00044.safetensors",
|
210 |
+
"model.layers.31.mlp.up_proj.weight": "model-00023-of-00044.safetensors",
|
211 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00022-of-00044.safetensors",
|
212 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00022-of-00044.safetensors",
|
213 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00022-of-00044.safetensors",
|
214 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00022-of-00044.safetensors",
|
215 |
+
"model.layers.32.input_layernorm.weight": "model-00023-of-00044.safetensors",
|
216 |
+
"model.layers.32.mlp.down_proj.weight": "model-00023-of-00044.safetensors",
|
217 |
+
"model.layers.32.mlp.gate_proj.weight": "model-00023-of-00044.safetensors",
|
218 |
+
"model.layers.32.mlp.up_proj.weight": "model-00023-of-00044.safetensors",
|
219 |
+
"model.layers.32.self_attn.k_proj.weight": "model-00023-of-00044.safetensors",
|
220 |
+
"model.layers.32.self_attn.o_proj.weight": "model-00023-of-00044.safetensors",
|
221 |
+
"model.layers.32.self_attn.q_proj.weight": "model-00023-of-00044.safetensors",
|
222 |
+
"model.layers.32.self_attn.v_proj.weight": "model-00023-of-00044.safetensors",
|
223 |
+
"model.layers.33.input_layernorm.weight": "model-00024-of-00044.safetensors",
|
224 |
+
"model.layers.33.mlp.down_proj.weight": "model-00024-of-00044.safetensors",
|
225 |
+
"model.layers.33.mlp.gate_proj.weight": "model-00024-of-00044.safetensors",
|
226 |
+
"model.layers.33.mlp.up_proj.weight": "model-00024-of-00044.safetensors",
|
227 |
+
"model.layers.33.self_attn.k_proj.weight": "model-00024-of-00044.safetensors",
|
228 |
+
"model.layers.33.self_attn.o_proj.weight": "model-00024-of-00044.safetensors",
|
229 |
+
"model.layers.33.self_attn.q_proj.weight": "model-00024-of-00044.safetensors",
|
230 |
+
"model.layers.33.self_attn.v_proj.weight": "model-00024-of-00044.safetensors",
|
231 |
+
"model.layers.34.input_layernorm.weight": "model-00025-of-00044.safetensors",
|
232 |
+
"model.layers.34.mlp.down_proj.weight": "model-00025-of-00044.safetensors",
|
233 |
+
"model.layers.34.mlp.gate_proj.weight": "model-00024-of-00044.safetensors",
|
234 |
+
"model.layers.34.mlp.up_proj.weight": "model-00025-of-00044.safetensors",
|
235 |
+
"model.layers.34.self_attn.k_proj.weight": "model-00024-of-00044.safetensors",
|
236 |
+
"model.layers.34.self_attn.o_proj.weight": "model-00024-of-00044.safetensors",
|
237 |
+
"model.layers.34.self_attn.q_proj.weight": "model-00024-of-00044.safetensors",
|
238 |
+
"model.layers.34.self_attn.v_proj.weight": "model-00024-of-00044.safetensors",
|
239 |
+
"model.layers.35.input_layernorm.weight": "model-00025-of-00044.safetensors",
|
240 |
+
"model.layers.35.mlp.down_proj.weight": "model-00025-of-00044.safetensors",
|
241 |
+
"model.layers.35.mlp.gate_proj.weight": "model-00025-of-00044.safetensors",
|
242 |
+
"model.layers.35.mlp.up_proj.weight": "model-00025-of-00044.safetensors",
|
243 |
+
"model.layers.35.self_attn.k_proj.weight": "model-00025-of-00044.safetensors",
|
244 |
+
"model.layers.35.self_attn.o_proj.weight": "model-00025-of-00044.safetensors",
|
245 |
+
"model.layers.35.self_attn.q_proj.weight": "model-00025-of-00044.safetensors",
|
246 |
+
"model.layers.35.self_attn.v_proj.weight": "model-00025-of-00044.safetensors",
|
247 |
+
"model.layers.36.input_layernorm.weight": "model-00026-of-00044.safetensors",
|
248 |
+
"model.layers.36.mlp.down_proj.weight": "model-00026-of-00044.safetensors",
|
249 |
+
"model.layers.36.mlp.gate_proj.weight": "model-00026-of-00044.safetensors",
|
250 |
+
"model.layers.36.mlp.up_proj.weight": "model-00026-of-00044.safetensors",
|
251 |
+
"model.layers.36.self_attn.k_proj.weight": "model-00026-of-00044.safetensors",
|
252 |
+
"model.layers.36.self_attn.o_proj.weight": "model-00026-of-00044.safetensors",
|
253 |
+
"model.layers.36.self_attn.q_proj.weight": "model-00026-of-00044.safetensors",
|
254 |
+
"model.layers.36.self_attn.v_proj.weight": "model-00026-of-00044.safetensors",
|
255 |
+
"model.layers.37.input_layernorm.weight": "model-00027-of-00044.safetensors",
|
256 |
+
"model.layers.37.mlp.down_proj.weight": "model-00027-of-00044.safetensors",
|
257 |
+
"model.layers.37.mlp.gate_proj.weight": "model-00026-of-00044.safetensors",
|
258 |
+
"model.layers.37.mlp.up_proj.weight": "model-00027-of-00044.safetensors",
|
259 |
+
"model.layers.37.self_attn.k_proj.weight": "model-00026-of-00044.safetensors",
|
260 |
+
"model.layers.37.self_attn.o_proj.weight": "model-00026-of-00044.safetensors",
|
261 |
+
"model.layers.37.self_attn.q_proj.weight": "model-00026-of-00044.safetensors",
|
262 |
+
"model.layers.37.self_attn.v_proj.weight": "model-00026-of-00044.safetensors",
|
263 |
+
"model.layers.38.input_layernorm.weight": "model-00027-of-00044.safetensors",
|
264 |
+
"model.layers.38.mlp.down_proj.weight": "model-00027-of-00044.safetensors",
|
265 |
+
"model.layers.38.mlp.gate_proj.weight": "model-00027-of-00044.safetensors",
|
266 |
+
"model.layers.38.mlp.up_proj.weight": "model-00027-of-00044.safetensors",
|
267 |
+
"model.layers.38.self_attn.k_proj.weight": "model-00027-of-00044.safetensors",
|
268 |
+
"model.layers.38.self_attn.o_proj.weight": "model-00027-of-00044.safetensors",
|
269 |
+
"model.layers.38.self_attn.q_proj.weight": "model-00027-of-00044.safetensors",
|
270 |
+
"model.layers.38.self_attn.v_proj.weight": "model-00027-of-00044.safetensors",
|
271 |
+
"model.layers.39.input_layernorm.weight": "model-00028-of-00044.safetensors",
|
272 |
+
"model.layers.39.mlp.down_proj.weight": "model-00028-of-00044.safetensors",
|
273 |
+
"model.layers.39.mlp.gate_proj.weight": "model-00028-of-00044.safetensors",
|
274 |
+
"model.layers.39.mlp.up_proj.weight": "model-00028-of-00044.safetensors",
|
275 |
+
"model.layers.39.self_attn.k_proj.weight": "model-00028-of-00044.safetensors",
|
276 |
+
"model.layers.39.self_attn.o_proj.weight": "model-00028-of-00044.safetensors",
|
277 |
+
"model.layers.39.self_attn.q_proj.weight": "model-00028-of-00044.safetensors",
|
278 |
+
"model.layers.39.self_attn.v_proj.weight": "model-00028-of-00044.safetensors",
|
279 |
+
"model.layers.4.input_layernorm.weight": "model-00005-of-00044.safetensors",
|
280 |
+
"model.layers.4.mlp.down_proj.weight": "model-00005-of-00044.safetensors",
|
281 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00004-of-00044.safetensors",
|
282 |
+
"model.layers.4.mlp.up_proj.weight": "model-00005-of-00044.safetensors",
|
283 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00004-of-00044.safetensors",
|
284 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00004-of-00044.safetensors",
|
285 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00004-of-00044.safetensors",
|
286 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00004-of-00044.safetensors",
|
287 |
+
"model.layers.40.input_layernorm.weight": "model-00029-of-00044.safetensors",
|
288 |
+
"model.layers.40.mlp.down_proj.weight": "model-00029-of-00044.safetensors",
|
289 |
+
"model.layers.40.mlp.gate_proj.weight": "model-00028-of-00044.safetensors",
|
290 |
+
"model.layers.40.mlp.up_proj.weight": "model-00029-of-00044.safetensors",
|
291 |
+
"model.layers.40.self_attn.k_proj.weight": "model-00028-of-00044.safetensors",
|
292 |
+
"model.layers.40.self_attn.o_proj.weight": "model-00028-of-00044.safetensors",
|
293 |
+
"model.layers.40.self_attn.q_proj.weight": "model-00028-of-00044.safetensors",
|
294 |
+
"model.layers.40.self_attn.v_proj.weight": "model-00028-of-00044.safetensors",
|
295 |
+
"model.layers.41.input_layernorm.weight": "model-00029-of-00044.safetensors",
|
296 |
+
"model.layers.41.mlp.down_proj.weight": "model-00029-of-00044.safetensors",
|
297 |
+
"model.layers.41.mlp.gate_proj.weight": "model-00029-of-00044.safetensors",
|
298 |
+
"model.layers.41.mlp.up_proj.weight": "model-00029-of-00044.safetensors",
|
299 |
+
"model.layers.41.self_attn.k_proj.weight": "model-00029-of-00044.safetensors",
|
300 |
+
"model.layers.41.self_attn.o_proj.weight": "model-00029-of-00044.safetensors",
|
301 |
+
"model.layers.41.self_attn.q_proj.weight": "model-00029-of-00044.safetensors",
|
302 |
+
"model.layers.41.self_attn.v_proj.weight": "model-00029-of-00044.safetensors",
|
303 |
+
"model.layers.42.input_layernorm.weight": "model-00030-of-00044.safetensors",
|
304 |
+
"model.layers.42.mlp.down_proj.weight": "model-00030-of-00044.safetensors",
|
305 |
+
"model.layers.42.mlp.gate_proj.weight": "model-00030-of-00044.safetensors",
|
306 |
+
"model.layers.42.mlp.up_proj.weight": "model-00030-of-00044.safetensors",
|
307 |
+
"model.layers.42.self_attn.k_proj.weight": "model-00030-of-00044.safetensors",
|
308 |
+
"model.layers.42.self_attn.o_proj.weight": "model-00030-of-00044.safetensors",
|
309 |
+
"model.layers.42.self_attn.q_proj.weight": "model-00030-of-00044.safetensors",
|
310 |
+
"model.layers.42.self_attn.v_proj.weight": "model-00030-of-00044.safetensors",
|
311 |
+
"model.layers.43.input_layernorm.weight": "model-00031-of-00044.safetensors",
|
312 |
+
"model.layers.43.mlp.down_proj.weight": "model-00031-of-00044.safetensors",
|
313 |
+
"model.layers.43.mlp.gate_proj.weight": "model-00030-of-00044.safetensors",
|
314 |
+
"model.layers.43.mlp.up_proj.weight": "model-00031-of-00044.safetensors",
|
315 |
+
"model.layers.43.self_attn.k_proj.weight": "model-00030-of-00044.safetensors",
|
316 |
+
"model.layers.43.self_attn.o_proj.weight": "model-00030-of-00044.safetensors",
|
317 |
+
"model.layers.43.self_attn.q_proj.weight": "model-00030-of-00044.safetensors",
|
318 |
+
"model.layers.43.self_attn.v_proj.weight": "model-00030-of-00044.safetensors",
|
319 |
+
"model.layers.44.input_layernorm.weight": "model-00031-of-00044.safetensors",
|
320 |
+
"model.layers.44.mlp.down_proj.weight": "model-00031-of-00044.safetensors",
|
321 |
+
"model.layers.44.mlp.gate_proj.weight": "model-00031-of-00044.safetensors",
|
322 |
+
"model.layers.44.mlp.up_proj.weight": "model-00031-of-00044.safetensors",
|
323 |
+
"model.layers.44.self_attn.k_proj.weight": "model-00031-of-00044.safetensors",
|
324 |
+
"model.layers.44.self_attn.o_proj.weight": "model-00031-of-00044.safetensors",
|
325 |
+
"model.layers.44.self_attn.q_proj.weight": "model-00031-of-00044.safetensors",
|
326 |
+
"model.layers.44.self_attn.v_proj.weight": "model-00031-of-00044.safetensors",
|
327 |
+
"model.layers.45.input_layernorm.weight": "model-00032-of-00044.safetensors",
|
328 |
+
"model.layers.45.mlp.down_proj.weight": "model-00032-of-00044.safetensors",
|
329 |
+
"model.layers.45.mlp.gate_proj.weight": "model-00032-of-00044.safetensors",
|
330 |
+
"model.layers.45.mlp.up_proj.weight": "model-00032-of-00044.safetensors",
|
331 |
+
"model.layers.45.self_attn.k_proj.weight": "model-00032-of-00044.safetensors",
|
332 |
+
"model.layers.45.self_attn.o_proj.weight": "model-00032-of-00044.safetensors",
|
333 |
+
"model.layers.45.self_attn.q_proj.weight": "model-00032-of-00044.safetensors",
|
334 |
+
"model.layers.45.self_attn.v_proj.weight": "model-00032-of-00044.safetensors",
|
335 |
+
"model.layers.46.input_layernorm.weight": "model-00033-of-00044.safetensors",
|
336 |
+
"model.layers.46.mlp.down_proj.weight": "model-00033-of-00044.safetensors",
|
337 |
+
"model.layers.46.mlp.gate_proj.weight": "model-00032-of-00044.safetensors",
|
338 |
+
"model.layers.46.mlp.up_proj.weight": "model-00033-of-00044.safetensors",
|
339 |
+
"model.layers.46.self_attn.k_proj.weight": "model-00032-of-00044.safetensors",
|
340 |
+
"model.layers.46.self_attn.o_proj.weight": "model-00032-of-00044.safetensors",
|
341 |
+
"model.layers.46.self_attn.q_proj.weight": "model-00032-of-00044.safetensors",
|
342 |
+
"model.layers.46.self_attn.v_proj.weight": "model-00032-of-00044.safetensors",
|
343 |
+
"model.layers.47.input_layernorm.weight": "model-00033-of-00044.safetensors",
|
344 |
+
"model.layers.47.mlp.down_proj.weight": "model-00033-of-00044.safetensors",
|
345 |
+
"model.layers.47.mlp.gate_proj.weight": "model-00033-of-00044.safetensors",
|
346 |
+
"model.layers.47.mlp.up_proj.weight": "model-00033-of-00044.safetensors",
|
347 |
+
"model.layers.47.self_attn.k_proj.weight": "model-00033-of-00044.safetensors",
|
348 |
+
"model.layers.47.self_attn.o_proj.weight": "model-00033-of-00044.safetensors",
|
349 |
+
"model.layers.47.self_attn.q_proj.weight": "model-00033-of-00044.safetensors",
|
350 |
+
"model.layers.47.self_attn.v_proj.weight": "model-00033-of-00044.safetensors",
|
351 |
+
"model.layers.48.input_layernorm.weight": "model-00034-of-00044.safetensors",
|
352 |
+
"model.layers.48.mlp.down_proj.weight": "model-00034-of-00044.safetensors",
|
353 |
+
"model.layers.48.mlp.gate_proj.weight": "model-00034-of-00044.safetensors",
|
354 |
+
"model.layers.48.mlp.up_proj.weight": "model-00034-of-00044.safetensors",
|
355 |
+
"model.layers.48.self_attn.k_proj.weight": "model-00034-of-00044.safetensors",
|
356 |
+
"model.layers.48.self_attn.o_proj.weight": "model-00034-of-00044.safetensors",
|
357 |
+
"model.layers.48.self_attn.q_proj.weight": "model-00034-of-00044.safetensors",
|
358 |
+
"model.layers.48.self_attn.v_proj.weight": "model-00034-of-00044.safetensors",
|
359 |
+
"model.layers.49.input_layernorm.weight": "model-00035-of-00044.safetensors",
|
360 |
+
"model.layers.49.mlp.down_proj.weight": "model-00035-of-00044.safetensors",
|
361 |
+
"model.layers.49.mlp.gate_proj.weight": "model-00034-of-00044.safetensors",
|
362 |
+
"model.layers.49.mlp.up_proj.weight": "model-00035-of-00044.safetensors",
|
363 |
+
"model.layers.49.self_attn.k_proj.weight": "model-00034-of-00044.safetensors",
|
364 |
+
"model.layers.49.self_attn.o_proj.weight": "model-00034-of-00044.safetensors",
|
365 |
+
"model.layers.49.self_attn.q_proj.weight": "model-00034-of-00044.safetensors",
|
366 |
+
"model.layers.49.self_attn.v_proj.weight": "model-00034-of-00044.safetensors",
|
367 |
+
"model.layers.5.input_layernorm.weight": "model-00005-of-00044.safetensors",
|
368 |
+
"model.layers.5.mlp.down_proj.weight": "model-00005-of-00044.safetensors",
|
369 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00005-of-00044.safetensors",
|
370 |
+
"model.layers.5.mlp.up_proj.weight": "model-00005-of-00044.safetensors",
|
371 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00005-of-00044.safetensors",
|
372 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00005-of-00044.safetensors",
|
373 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00005-of-00044.safetensors",
|
374 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00005-of-00044.safetensors",
|
375 |
+
"model.layers.50.input_layernorm.weight": "model-00035-of-00044.safetensors",
|
376 |
+
"model.layers.50.mlp.down_proj.weight": "model-00035-of-00044.safetensors",
|
377 |
+
"model.layers.50.mlp.gate_proj.weight": "model-00035-of-00044.safetensors",
|
378 |
+
"model.layers.50.mlp.up_proj.weight": "model-00035-of-00044.safetensors",
|
379 |
+
"model.layers.50.self_attn.k_proj.weight": "model-00035-of-00044.safetensors",
|
380 |
+
"model.layers.50.self_attn.o_proj.weight": "model-00035-of-00044.safetensors",
|
381 |
+
"model.layers.50.self_attn.q_proj.weight": "model-00035-of-00044.safetensors",
|
382 |
+
"model.layers.50.self_attn.v_proj.weight": "model-00035-of-00044.safetensors",
|
383 |
+
"model.layers.51.input_layernorm.weight": "model-00036-of-00044.safetensors",
|
384 |
+
"model.layers.51.mlp.down_proj.weight": "model-00036-of-00044.safetensors",
|
385 |
+
"model.layers.51.mlp.gate_proj.weight": "model-00036-of-00044.safetensors",
|
386 |
+
"model.layers.51.mlp.up_proj.weight": "model-00036-of-00044.safetensors",
|
387 |
+
"model.layers.51.self_attn.k_proj.weight": "model-00036-of-00044.safetensors",
|
388 |
+
"model.layers.51.self_attn.o_proj.weight": "model-00036-of-00044.safetensors",
|
389 |
+
"model.layers.51.self_attn.q_proj.weight": "model-00036-of-00044.safetensors",
|
390 |
+
"model.layers.51.self_attn.v_proj.weight": "model-00036-of-00044.safetensors",
|
391 |
+
"model.layers.52.input_layernorm.weight": "model-00037-of-00044.safetensors",
|
392 |
+
"model.layers.52.mlp.down_proj.weight": "model-00037-of-00044.safetensors",
|
393 |
+
"model.layers.52.mlp.gate_proj.weight": "model-00036-of-00044.safetensors",
|
394 |
+
"model.layers.52.mlp.up_proj.weight": "model-00037-of-00044.safetensors",
|
395 |
+
"model.layers.52.self_attn.k_proj.weight": "model-00036-of-00044.safetensors",
|
396 |
+
"model.layers.52.self_attn.o_proj.weight": "model-00036-of-00044.safetensors",
|
397 |
+
"model.layers.52.self_attn.q_proj.weight": "model-00036-of-00044.safetensors",
|
398 |
+
"model.layers.52.self_attn.v_proj.weight": "model-00036-of-00044.safetensors",
|
399 |
+
"model.layers.53.input_layernorm.weight": "model-00037-of-00044.safetensors",
|
400 |
+
"model.layers.53.mlp.down_proj.weight": "model-00037-of-00044.safetensors",
|
401 |
+
"model.layers.53.mlp.gate_proj.weight": "model-00037-of-00044.safetensors",
|
402 |
+
"model.layers.53.mlp.up_proj.weight": "model-00037-of-00044.safetensors",
|
403 |
+
"model.layers.53.self_attn.k_proj.weight": "model-00037-of-00044.safetensors",
|
404 |
+
"model.layers.53.self_attn.o_proj.weight": "model-00037-of-00044.safetensors",
|
405 |
+
"model.layers.53.self_attn.q_proj.weight": "model-00037-of-00044.safetensors",
|
406 |
+
"model.layers.53.self_attn.v_proj.weight": "model-00037-of-00044.safetensors",
|
407 |
+
"model.layers.54.input_layernorm.weight": "model-00038-of-00044.safetensors",
|
408 |
+
"model.layers.54.mlp.down_proj.weight": "model-00038-of-00044.safetensors",
|
409 |
+
"model.layers.54.mlp.gate_proj.weight": "model-00038-of-00044.safetensors",
|
410 |
+
"model.layers.54.mlp.up_proj.weight": "model-00038-of-00044.safetensors",
|
411 |
+
"model.layers.54.self_attn.k_proj.weight": "model-00038-of-00044.safetensors",
|
412 |
+
"model.layers.54.self_attn.o_proj.weight": "model-00038-of-00044.safetensors",
|
413 |
+
"model.layers.54.self_attn.q_proj.weight": "model-00038-of-00044.safetensors",
|
414 |
+
"model.layers.54.self_attn.v_proj.weight": "model-00038-of-00044.safetensors",
|
415 |
+
"model.layers.55.input_layernorm.weight": "model-00039-of-00044.safetensors",
|
416 |
+
"model.layers.55.mlp.down_proj.weight": "model-00039-of-00044.safetensors",
|
417 |
+
"model.layers.55.mlp.gate_proj.weight": "model-00038-of-00044.safetensors",
|
418 |
+
"model.layers.55.mlp.up_proj.weight": "model-00039-of-00044.safetensors",
|
419 |
+
"model.layers.55.self_attn.k_proj.weight": "model-00038-of-00044.safetensors",
|
420 |
+
"model.layers.55.self_attn.o_proj.weight": "model-00038-of-00044.safetensors",
|
421 |
+
"model.layers.55.self_attn.q_proj.weight": "model-00038-of-00044.safetensors",
|
422 |
+
"model.layers.55.self_attn.v_proj.weight": "model-00038-of-00044.safetensors",
|
423 |
+
"model.layers.56.input_layernorm.weight": "model-00039-of-00044.safetensors",
|
424 |
+
"model.layers.56.mlp.down_proj.weight": "model-00039-of-00044.safetensors",
|
425 |
+
"model.layers.56.mlp.gate_proj.weight": "model-00039-of-00044.safetensors",
|
426 |
+
"model.layers.56.mlp.up_proj.weight": "model-00039-of-00044.safetensors",
|
427 |
+
"model.layers.56.self_attn.k_proj.weight": "model-00039-of-00044.safetensors",
|
428 |
+
"model.layers.56.self_attn.o_proj.weight": "model-00039-of-00044.safetensors",
|
429 |
+
"model.layers.56.self_attn.q_proj.weight": "model-00039-of-00044.safetensors",
|
430 |
+
"model.layers.56.self_attn.v_proj.weight": "model-00039-of-00044.safetensors",
|
431 |
+
"model.layers.57.input_layernorm.weight": "model-00040-of-00044.safetensors",
|
432 |
+
"model.layers.57.mlp.down_proj.weight": "model-00040-of-00044.safetensors",
|
433 |
+
"model.layers.57.mlp.gate_proj.weight": "model-00040-of-00044.safetensors",
|
434 |
+
"model.layers.57.mlp.up_proj.weight": "model-00040-of-00044.safetensors",
|
435 |
+
"model.layers.57.self_attn.k_proj.weight": "model-00040-of-00044.safetensors",
|
436 |
+
"model.layers.57.self_attn.o_proj.weight": "model-00040-of-00044.safetensors",
|
437 |
+
"model.layers.57.self_attn.q_proj.weight": "model-00040-of-00044.safetensors",
|
438 |
+
"model.layers.57.self_attn.v_proj.weight": "model-00040-of-00044.safetensors",
|
439 |
+
"model.layers.58.input_layernorm.weight": "model-00041-of-00044.safetensors",
|
440 |
+
"model.layers.58.mlp.down_proj.weight": "model-00041-of-00044.safetensors",
|
441 |
+
"model.layers.58.mlp.gate_proj.weight": "model-00040-of-00044.safetensors",
|
442 |
+
"model.layers.58.mlp.up_proj.weight": "model-00041-of-00044.safetensors",
|
443 |
+
"model.layers.58.self_attn.k_proj.weight": "model-00040-of-00044.safetensors",
|
444 |
+
"model.layers.58.self_attn.o_proj.weight": "model-00040-of-00044.safetensors",
|
445 |
+
"model.layers.58.self_attn.q_proj.weight": "model-00040-of-00044.safetensors",
|
446 |
+
"model.layers.58.self_attn.v_proj.weight": "model-00040-of-00044.safetensors",
|
447 |
+
"model.layers.59.input_layernorm.weight": "model-00041-of-00044.safetensors",
|
448 |
+
"model.layers.59.mlp.down_proj.weight": "model-00041-of-00044.safetensors",
|
449 |
+
"model.layers.59.mlp.gate_proj.weight": "model-00041-of-00044.safetensors",
|
450 |
+
"model.layers.59.mlp.up_proj.weight": "model-00041-of-00044.safetensors",
|
451 |
+
"model.layers.59.self_attn.k_proj.weight": "model-00041-of-00044.safetensors",
|
452 |
+
"model.layers.59.self_attn.o_proj.weight": "model-00041-of-00044.safetensors",
|
453 |
+
"model.layers.59.self_attn.q_proj.weight": "model-00041-of-00044.safetensors",
|
454 |
+
"model.layers.59.self_attn.v_proj.weight": "model-00041-of-00044.safetensors",
|
455 |
+
"model.layers.6.input_layernorm.weight": "model-00006-of-00044.safetensors",
|
456 |
+
"model.layers.6.mlp.down_proj.weight": "model-00006-of-00044.safetensors",
|
457 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00006-of-00044.safetensors",
|
458 |
+
"model.layers.6.mlp.up_proj.weight": "model-00006-of-00044.safetensors",
|
459 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00006-of-00044.safetensors",
|
460 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00006-of-00044.safetensors",
|
461 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00006-of-00044.safetensors",
|
462 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00006-of-00044.safetensors",
|
463 |
+
"model.layers.60.input_layernorm.weight": "model-00042-of-00044.safetensors",
|
464 |
+
"model.layers.60.mlp.down_proj.weight": "model-00042-of-00044.safetensors",
|
465 |
+
"model.layers.60.mlp.gate_proj.weight": "model-00042-of-00044.safetensors",
|
466 |
+
"model.layers.60.mlp.up_proj.weight": "model-00042-of-00044.safetensors",
|
467 |
+
"model.layers.60.self_attn.k_proj.weight": "model-00042-of-00044.safetensors",
|
468 |
+
"model.layers.60.self_attn.o_proj.weight": "model-00042-of-00044.safetensors",
|
469 |
+
"model.layers.60.self_attn.q_proj.weight": "model-00042-of-00044.safetensors",
|
470 |
+
"model.layers.60.self_attn.v_proj.weight": "model-00042-of-00044.safetensors",
|
471 |
+
"model.layers.61.input_layernorm.weight": "model-00043-of-00044.safetensors",
|
472 |
+
"model.layers.61.mlp.down_proj.weight": "model-00043-of-00044.safetensors",
|
473 |
+
"model.layers.61.mlp.gate_proj.weight": "model-00042-of-00044.safetensors",
|
474 |
+
"model.layers.61.mlp.up_proj.weight": "model-00043-of-00044.safetensors",
|
475 |
+
"model.layers.61.self_attn.k_proj.weight": "model-00042-of-00044.safetensors",
|
476 |
+
"model.layers.61.self_attn.o_proj.weight": "model-00042-of-00044.safetensors",
|
477 |
+
"model.layers.61.self_attn.q_proj.weight": "model-00042-of-00044.safetensors",
|
478 |
+
"model.layers.61.self_attn.v_proj.weight": "model-00042-of-00044.safetensors",
|
479 |
+
"model.layers.62.input_layernorm.weight": "model-00043-of-00044.safetensors",
|
480 |
+
"model.layers.62.mlp.down_proj.weight": "model-00043-of-00044.safetensors",
|
481 |
+
"model.layers.62.mlp.gate_proj.weight": "model-00043-of-00044.safetensors",
|
482 |
+
"model.layers.62.mlp.up_proj.weight": "model-00043-of-00044.safetensors",
|
483 |
+
"model.layers.62.self_attn.k_proj.weight": "model-00043-of-00044.safetensors",
|
484 |
+
"model.layers.62.self_attn.o_proj.weight": "model-00043-of-00044.safetensors",
|
485 |
+
"model.layers.62.self_attn.q_proj.weight": "model-00043-of-00044.safetensors",
|
486 |
+
"model.layers.62.self_attn.v_proj.weight": "model-00043-of-00044.safetensors",
|
487 |
+
"model.layers.63.input_layernorm.weight": "model-00044-of-00044.safetensors",
|
488 |
+
"model.layers.63.mlp.down_proj.weight": "model-00044-of-00044.safetensors",
|
489 |
+
"model.layers.63.mlp.gate_proj.weight": "model-00044-of-00044.safetensors",
|
490 |
+
"model.layers.63.mlp.up_proj.weight": "model-00044-of-00044.safetensors",
|
491 |
+
"model.layers.63.self_attn.k_proj.weight": "model-00044-of-00044.safetensors",
|
492 |
+
"model.layers.63.self_attn.o_proj.weight": "model-00044-of-00044.safetensors",
|
493 |
+
"model.layers.63.self_attn.q_proj.weight": "model-00044-of-00044.safetensors",
|
494 |
+
"model.layers.63.self_attn.v_proj.weight": "model-00044-of-00044.safetensors",
|
495 |
+
"model.layers.7.input_layernorm.weight": "model-00007-of-00044.safetensors",
|
496 |
+
"model.layers.7.mlp.down_proj.weight": "model-00007-of-00044.safetensors",
|
497 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00006-of-00044.safetensors",
|
498 |
+
"model.layers.7.mlp.up_proj.weight": "model-00007-of-00044.safetensors",
|
499 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00006-of-00044.safetensors",
|
500 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00006-of-00044.safetensors",
|
501 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00006-of-00044.safetensors",
|
502 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00006-of-00044.safetensors",
|
503 |
+
"model.layers.8.input_layernorm.weight": "model-00007-of-00044.safetensors",
|
504 |
+
"model.layers.8.mlp.down_proj.weight": "model-00007-of-00044.safetensors",
|
505 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00007-of-00044.safetensors",
|
506 |
+
"model.layers.8.mlp.up_proj.weight": "model-00007-of-00044.safetensors",
|
507 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00007-of-00044.safetensors",
|
508 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00007-of-00044.safetensors",
|
509 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00007-of-00044.safetensors",
|
510 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00007-of-00044.safetensors",
|
511 |
+
"model.layers.9.input_layernorm.weight": "model-00008-of-00044.safetensors",
|
512 |
+
"model.layers.9.mlp.down_proj.weight": "model-00008-of-00044.safetensors",
|
513 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00008-of-00044.safetensors",
|
514 |
+
"model.layers.9.mlp.up_proj.weight": "model-00008-of-00044.safetensors",
|
515 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00008-of-00044.safetensors",
|
516 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00008-of-00044.safetensors",
|
517 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00008-of-00044.safetensors",
|
518 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00008-of-00044.safetensors",
|
519 |
+
"model.norm.weight": "model-00044-of-00044.safetensors"
|
520 |
+
}
|
521 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<BOS_TOKEN>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|END_OF_TURN_TOKEN|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<PAD>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
}
|
23 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6445161e1d288233dd401927b66ba44b2c987ae27150fbf2f6b54237833d2ce9
|
3 |
+
size 12777504
|