Upload folder using huggingface_hub (#1)
Browse files- 8af35d1b9f36e2c9c10718994e56df3ef6409c5075ff060dfc64ec3aa7356962 (9489dc968eba1ede73a1f4adddc480d3ef75b015)
- 3ebb0a95f84ebded096a295f3d0422c7e2fedfbc2e60bfe6f39c1efd54276778 (a782396b219bab77f4996fa4cb7c1ad1117a74a5)
- 09de38a552c6a312e3f5139e2aaa69646831a7160db2d8812e9e8b01d28282e4 (4a99e311f78557640cb7c5973de43791548ca64b)
- 66a9d89306cbd679b4f2cc9389f4cd9e1a344aa39f8a8c924d36a2301529e874 (485b6c25e1a2df0d30156fa33cd98dd02638e99f)
- 4410429f6963b326384d43ac5188f9946f11a48c596855551478b3aba0b47fb7 (f0d2d0aaa9cc3a32606b3135547d988ac8903cb3)
- 62d62a8c3d9928bf92769b6709feb584d23721ea6dff5500f903fc02bfaee720 (ab39b5e2549eb3586f0c64d281c207e7a56eb895)
- README.md +40 -0
- added_tokens.json +130 -0
- config.json +34 -0
- model-00001-of-00006.safetensors +3 -0
- model-00002-of-00006.safetensors +3 -0
- model-00003-of-00006.safetensors +3 -0
- model-00004-of-00006.safetensors +3 -0
- model-00005-of-00006.safetensors +3 -0
- model-00006-of-00006.safetensors +3 -0
- model.safetensors.index.json +846 -0
- special_tokens_map.json +153 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +1210 -0
README.md
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: tokyotech-llm/Swallow-MX-8x7b-NVE-v0.1
|
3 |
+
datasets:
|
4 |
+
- databricks/databricks-dolly-15k
|
5 |
+
- glaiveai/glaive-code-assistant-v3
|
6 |
+
- glaiveai/glaive-function-calling-v2
|
7 |
+
- gretelai/synthetic_text_to_sql
|
8 |
+
- meta-math/MetaMathQA
|
9 |
+
- microsoft/orca-math-word-problems-200k
|
10 |
+
- neural-bridge/rag-dataset-12000
|
11 |
+
- neural-bridge/rag-hallucination-dataset-1000
|
12 |
+
- nvidia/HelpSteer
|
13 |
+
- OpenAssistant/oasst2
|
14 |
+
language:
|
15 |
+
- en
|
16 |
+
- ja
|
17 |
+
library_name: transformers
|
18 |
+
license: apache-2.0
|
19 |
+
tags:
|
20 |
+
- mixtral
|
21 |
+
- steerlm
|
22 |
+
- mlx
|
23 |
+
---
|
24 |
+
|
25 |
+
# shi3z/mlx-karakuri-lm-8x7b-instruct-v0.1
|
26 |
+
|
27 |
+
The Model [shi3z/mlx-karakuri-lm-8x7b-instruct-v0.1](https://huggingface.co/shi3z/mlx-karakuri-lm-8x7b-instruct-v0.1) was converted to MLX format from [karakuri-ai/karakuri-lm-8x7b-instruct-v0.1](https://huggingface.co/karakuri-ai/karakuri-lm-8x7b-instruct-v0.1) using mlx-lm version **0.17.0**.
|
28 |
+
|
29 |
+
## Use with mlx
|
30 |
+
|
31 |
+
```bash
|
32 |
+
pip install mlx-lm
|
33 |
+
```
|
34 |
+
|
35 |
+
```python
|
36 |
+
from mlx_lm import load, generate
|
37 |
+
|
38 |
+
model, tokenizer = load("shi3z/mlx-karakuri-lm-8x7b-instruct-v0.1")
|
39 |
+
response = generate(model, tokenizer, prompt="hello", verbose=True)
|
40 |
+
```
|
added_tokens.json
ADDED
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|CHATBOT_TOKEN|>": 32003,
|
3 |
+
"<|END_OF_TURN_TOKEN|>": 32001,
|
4 |
+
"<|EXTRA_100_TOKEN|>": 32100,
|
5 |
+
"<|EXTRA_101_TOKEN|>": 32101,
|
6 |
+
"<|EXTRA_102_TOKEN|>": 32102,
|
7 |
+
"<|EXTRA_103_TOKEN|>": 32103,
|
8 |
+
"<|EXTRA_104_TOKEN|>": 32104,
|
9 |
+
"<|EXTRA_105_TOKEN|>": 32105,
|
10 |
+
"<|EXTRA_106_TOKEN|>": 32106,
|
11 |
+
"<|EXTRA_107_TOKEN|>": 32107,
|
12 |
+
"<|EXTRA_108_TOKEN|>": 32108,
|
13 |
+
"<|EXTRA_109_TOKEN|>": 32109,
|
14 |
+
"<|EXTRA_10_TOKEN|>": 32010,
|
15 |
+
"<|EXTRA_110_TOKEN|>": 32110,
|
16 |
+
"<|EXTRA_111_TOKEN|>": 32111,
|
17 |
+
"<|EXTRA_112_TOKEN|>": 32112,
|
18 |
+
"<|EXTRA_113_TOKEN|>": 32113,
|
19 |
+
"<|EXTRA_114_TOKEN|>": 32114,
|
20 |
+
"<|EXTRA_115_TOKEN|>": 32115,
|
21 |
+
"<|EXTRA_116_TOKEN|>": 32116,
|
22 |
+
"<|EXTRA_117_TOKEN|>": 32117,
|
23 |
+
"<|EXTRA_118_TOKEN|>": 32118,
|
24 |
+
"<|EXTRA_119_TOKEN|>": 32119,
|
25 |
+
"<|EXTRA_11_TOKEN|>": 32011,
|
26 |
+
"<|EXTRA_120_TOKEN|>": 32120,
|
27 |
+
"<|EXTRA_121_TOKEN|>": 32121,
|
28 |
+
"<|EXTRA_122_TOKEN|>": 32122,
|
29 |
+
"<|EXTRA_123_TOKEN|>": 32123,
|
30 |
+
"<|EXTRA_124_TOKEN|>": 32124,
|
31 |
+
"<|EXTRA_125_TOKEN|>": 32125,
|
32 |
+
"<|EXTRA_126_TOKEN|>": 32126,
|
33 |
+
"<|EXTRA_127_TOKEN|>": 32127,
|
34 |
+
"<|EXTRA_12_TOKEN|>": 32012,
|
35 |
+
"<|EXTRA_13_TOKEN|>": 32013,
|
36 |
+
"<|EXTRA_14_TOKEN|>": 32014,
|
37 |
+
"<|EXTRA_15_TOKEN|>": 32015,
|
38 |
+
"<|EXTRA_16_TOKEN|>": 32016,
|
39 |
+
"<|EXTRA_17_TOKEN|>": 32017,
|
40 |
+
"<|EXTRA_18_TOKEN|>": 32018,
|
41 |
+
"<|EXTRA_19_TOKEN|>": 32019,
|
42 |
+
"<|EXTRA_20_TOKEN|>": 32020,
|
43 |
+
"<|EXTRA_21_TOKEN|>": 32021,
|
44 |
+
"<|EXTRA_22_TOKEN|>": 32022,
|
45 |
+
"<|EXTRA_23_TOKEN|>": 32023,
|
46 |
+
"<|EXTRA_24_TOKEN|>": 32024,
|
47 |
+
"<|EXTRA_25_TOKEN|>": 32025,
|
48 |
+
"<|EXTRA_26_TOKEN|>": 32026,
|
49 |
+
"<|EXTRA_27_TOKEN|>": 32027,
|
50 |
+
"<|EXTRA_28_TOKEN|>": 32028,
|
51 |
+
"<|EXTRA_29_TOKEN|>": 32029,
|
52 |
+
"<|EXTRA_30_TOKEN|>": 32030,
|
53 |
+
"<|EXTRA_31_TOKEN|>": 32031,
|
54 |
+
"<|EXTRA_32_TOKEN|>": 32032,
|
55 |
+
"<|EXTRA_33_TOKEN|>": 32033,
|
56 |
+
"<|EXTRA_34_TOKEN|>": 32034,
|
57 |
+
"<|EXTRA_35_TOKEN|>": 32035,
|
58 |
+
"<|EXTRA_36_TOKEN|>": 32036,
|
59 |
+
"<|EXTRA_37_TOKEN|>": 32037,
|
60 |
+
"<|EXTRA_38_TOKEN|>": 32038,
|
61 |
+
"<|EXTRA_39_TOKEN|>": 32039,
|
62 |
+
"<|EXTRA_40_TOKEN|>": 32040,
|
63 |
+
"<|EXTRA_41_TOKEN|>": 32041,
|
64 |
+
"<|EXTRA_42_TOKEN|>": 32042,
|
65 |
+
"<|EXTRA_43_TOKEN|>": 32043,
|
66 |
+
"<|EXTRA_44_TOKEN|>": 32044,
|
67 |
+
"<|EXTRA_45_TOKEN|>": 32045,
|
68 |
+
"<|EXTRA_46_TOKEN|>": 32046,
|
69 |
+
"<|EXTRA_47_TOKEN|>": 32047,
|
70 |
+
"<|EXTRA_48_TOKEN|>": 32048,
|
71 |
+
"<|EXTRA_49_TOKEN|>": 32049,
|
72 |
+
"<|EXTRA_50_TOKEN|>": 32050,
|
73 |
+
"<|EXTRA_51_TOKEN|>": 32051,
|
74 |
+
"<|EXTRA_52_TOKEN|>": 32052,
|
75 |
+
"<|EXTRA_53_TOKEN|>": 32053,
|
76 |
+
"<|EXTRA_54_TOKEN|>": 32054,
|
77 |
+
"<|EXTRA_55_TOKEN|>": 32055,
|
78 |
+
"<|EXTRA_56_TOKEN|>": 32056,
|
79 |
+
"<|EXTRA_57_TOKEN|>": 32057,
|
80 |
+
"<|EXTRA_58_TOKEN|>": 32058,
|
81 |
+
"<|EXTRA_59_TOKEN|>": 32059,
|
82 |
+
"<|EXTRA_5_TOKEN|>": 32005,
|
83 |
+
"<|EXTRA_60_TOKEN|>": 32060,
|
84 |
+
"<|EXTRA_61_TOKEN|>": 32061,
|
85 |
+
"<|EXTRA_62_TOKEN|>": 32062,
|
86 |
+
"<|EXTRA_63_TOKEN|>": 32063,
|
87 |
+
"<|EXTRA_64_TOKEN|>": 32064,
|
88 |
+
"<|EXTRA_65_TOKEN|>": 32065,
|
89 |
+
"<|EXTRA_66_TOKEN|>": 32066,
|
90 |
+
"<|EXTRA_67_TOKEN|>": 32067,
|
91 |
+
"<|EXTRA_68_TOKEN|>": 32068,
|
92 |
+
"<|EXTRA_69_TOKEN|>": 32069,
|
93 |
+
"<|EXTRA_6_TOKEN|>": 32006,
|
94 |
+
"<|EXTRA_70_TOKEN|>": 32070,
|
95 |
+
"<|EXTRA_71_TOKEN|>": 32071,
|
96 |
+
"<|EXTRA_72_TOKEN|>": 32072,
|
97 |
+
"<|EXTRA_73_TOKEN|>": 32073,
|
98 |
+
"<|EXTRA_74_TOKEN|>": 32074,
|
99 |
+
"<|EXTRA_75_TOKEN|>": 32075,
|
100 |
+
"<|EXTRA_76_TOKEN|>": 32076,
|
101 |
+
"<|EXTRA_77_TOKEN|>": 32077,
|
102 |
+
"<|EXTRA_78_TOKEN|>": 32078,
|
103 |
+
"<|EXTRA_79_TOKEN|>": 32079,
|
104 |
+
"<|EXTRA_7_TOKEN|>": 32007,
|
105 |
+
"<|EXTRA_80_TOKEN|>": 32080,
|
106 |
+
"<|EXTRA_81_TOKEN|>": 32081,
|
107 |
+
"<|EXTRA_82_TOKEN|>": 32082,
|
108 |
+
"<|EXTRA_83_TOKEN|>": 32083,
|
109 |
+
"<|EXTRA_84_TOKEN|>": 32084,
|
110 |
+
"<|EXTRA_85_TOKEN|>": 32085,
|
111 |
+
"<|EXTRA_86_TOKEN|>": 32086,
|
112 |
+
"<|EXTRA_87_TOKEN|>": 32087,
|
113 |
+
"<|EXTRA_88_TOKEN|>": 32088,
|
114 |
+
"<|EXTRA_89_TOKEN|>": 32089,
|
115 |
+
"<|EXTRA_8_TOKEN|>": 32008,
|
116 |
+
"<|EXTRA_90_TOKEN|>": 32090,
|
117 |
+
"<|EXTRA_91_TOKEN|>": 32091,
|
118 |
+
"<|EXTRA_92_TOKEN|>": 32092,
|
119 |
+
"<|EXTRA_93_TOKEN|>": 32093,
|
120 |
+
"<|EXTRA_94_TOKEN|>": 32094,
|
121 |
+
"<|EXTRA_95_TOKEN|>": 32095,
|
122 |
+
"<|EXTRA_96_TOKEN|>": 32096,
|
123 |
+
"<|EXTRA_97_TOKEN|>": 32097,
|
124 |
+
"<|EXTRA_98_TOKEN|>": 32098,
|
125 |
+
"<|EXTRA_99_TOKEN|>": 32099,
|
126 |
+
"<|EXTRA_9_TOKEN|>": 32009,
|
127 |
+
"<|START_OF_TURN_TOKEN|>": 32000,
|
128 |
+
"<|SYSTEM_TOKEN|>": 32004,
|
129 |
+
"<|USER_TOKEN|>": 32002
|
130 |
+
}
|
config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"MixtralForCausalLM"
|
4 |
+
],
|
5 |
+
"attention_dropout": 0.0,
|
6 |
+
"bos_token_id": 1,
|
7 |
+
"eos_token_id": 32001,
|
8 |
+
"hidden_act": "silu",
|
9 |
+
"hidden_size": 4096,
|
10 |
+
"initializer_range": 0.02,
|
11 |
+
"intermediate_size": 14336,
|
12 |
+
"max_position_embeddings": 32768,
|
13 |
+
"model_type": "mixtral",
|
14 |
+
"num_attention_heads": 32,
|
15 |
+
"num_experts_per_tok": 2,
|
16 |
+
"num_hidden_layers": 32,
|
17 |
+
"num_key_value_heads": 8,
|
18 |
+
"num_local_experts": 8,
|
19 |
+
"output_router_logits": false,
|
20 |
+
"quantization": {
|
21 |
+
"group_size": 64,
|
22 |
+
"bits": 4
|
23 |
+
},
|
24 |
+
"rms_norm_eps": 1e-05,
|
25 |
+
"rope_theta": 1000000.0,
|
26 |
+
"router_aux_loss_coef": 0.02,
|
27 |
+
"router_jitter_noise": 0.0,
|
28 |
+
"sliding_window": null,
|
29 |
+
"tie_word_embeddings": false,
|
30 |
+
"torch_dtype": "bfloat16",
|
31 |
+
"transformers_version": "4.41.2",
|
32 |
+
"use_cache": true,
|
33 |
+
"vocab_size": 32128
|
34 |
+
}
|
model-00001-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48250b5808a16bb122912569f1718821a1f0465ed0352c53d49ffde7a3a56dcd
|
3 |
+
size 5260004373
|
model-00002-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e376ce051e17dc35363d72fad5e4cbb2f6de2aa4b85c94baebadf62bc0c6dd03
|
3 |
+
size 5162368126
|
model-00003-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f004956f0d741a811231b36e2f26904a066e7ce53b42cd90420dce60873b32c6
|
3 |
+
size 5185997917
|
model-00004-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da62dbb7f5b9aef894aa1a3ead0a3bbb4fe2eb4c1f4571c6ff35f67f11ce92fb
|
3 |
+
size 5162368162
|
model-00005-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d101e21968803ab025469724106dc36532bf6bdad4d7be86d2970701e9335afc
|
3 |
+
size 5162368202
|
model-00006-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0551e56d6ca147bd810dcd68cb726203e41cdd269dddaef200d2101c845ea793
|
3 |
+
size 338289648
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,846 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 26271293440
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.biases": "model-00006-of-00006.safetensors",
|
7 |
+
"lm_head.scales": "model-00006-of-00006.safetensors",
|
8 |
+
"lm_head.weight": "model-00006-of-00006.safetensors",
|
9 |
+
"model.embed_tokens.biases": "model-00001-of-00006.safetensors",
|
10 |
+
"model.embed_tokens.scales": "model-00001-of-00006.safetensors",
|
11 |
+
"model.embed_tokens.weight": "model-00001-of-00006.safetensors",
|
12 |
+
"model.layers.0.block_sparse_moe.gate.biases": "model-00001-of-00006.safetensors",
|
13 |
+
"model.layers.0.block_sparse_moe.gate.scales": "model-00001-of-00006.safetensors",
|
14 |
+
"model.layers.0.block_sparse_moe.gate.weight": "model-00001-of-00006.safetensors",
|
15 |
+
"model.layers.0.block_sparse_moe.switch_mlp.down_proj.biases": "model-00001-of-00006.safetensors",
|
16 |
+
"model.layers.0.block_sparse_moe.switch_mlp.down_proj.scales": "model-00001-of-00006.safetensors",
|
17 |
+
"model.layers.0.block_sparse_moe.switch_mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
18 |
+
"model.layers.0.block_sparse_moe.switch_mlp.gate_proj.biases": "model-00001-of-00006.safetensors",
|
19 |
+
"model.layers.0.block_sparse_moe.switch_mlp.gate_proj.scales": "model-00001-of-00006.safetensors",
|
20 |
+
"model.layers.0.block_sparse_moe.switch_mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
21 |
+
"model.layers.0.block_sparse_moe.switch_mlp.up_proj.biases": "model-00001-of-00006.safetensors",
|
22 |
+
"model.layers.0.block_sparse_moe.switch_mlp.up_proj.scales": "model-00001-of-00006.safetensors",
|
23 |
+
"model.layers.0.block_sparse_moe.switch_mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
24 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
25 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
26 |
+
"model.layers.0.self_attn.k_proj.biases": "model-00001-of-00006.safetensors",
|
27 |
+
"model.layers.0.self_attn.k_proj.scales": "model-00001-of-00006.safetensors",
|
28 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
29 |
+
"model.layers.0.self_attn.o_proj.biases": "model-00001-of-00006.safetensors",
|
30 |
+
"model.layers.0.self_attn.o_proj.scales": "model-00001-of-00006.safetensors",
|
31 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
32 |
+
"model.layers.0.self_attn.q_proj.biases": "model-00001-of-00006.safetensors",
|
33 |
+
"model.layers.0.self_attn.q_proj.scales": "model-00001-of-00006.safetensors",
|
34 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
35 |
+
"model.layers.0.self_attn.v_proj.biases": "model-00001-of-00006.safetensors",
|
36 |
+
"model.layers.0.self_attn.v_proj.scales": "model-00001-of-00006.safetensors",
|
37 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
38 |
+
"model.layers.1.block_sparse_moe.gate.biases": "model-00001-of-00006.safetensors",
|
39 |
+
"model.layers.1.block_sparse_moe.gate.scales": "model-00001-of-00006.safetensors",
|
40 |
+
"model.layers.1.block_sparse_moe.gate.weight": "model-00001-of-00006.safetensors",
|
41 |
+
"model.layers.1.block_sparse_moe.switch_mlp.down_proj.biases": "model-00001-of-00006.safetensors",
|
42 |
+
"model.layers.1.block_sparse_moe.switch_mlp.down_proj.scales": "model-00001-of-00006.safetensors",
|
43 |
+
"model.layers.1.block_sparse_moe.switch_mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
44 |
+
"model.layers.1.block_sparse_moe.switch_mlp.gate_proj.biases": "model-00001-of-00006.safetensors",
|
45 |
+
"model.layers.1.block_sparse_moe.switch_mlp.gate_proj.scales": "model-00001-of-00006.safetensors",
|
46 |
+
"model.layers.1.block_sparse_moe.switch_mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
47 |
+
"model.layers.1.block_sparse_moe.switch_mlp.up_proj.biases": "model-00001-of-00006.safetensors",
|
48 |
+
"model.layers.1.block_sparse_moe.switch_mlp.up_proj.scales": "model-00001-of-00006.safetensors",
|
49 |
+
"model.layers.1.block_sparse_moe.switch_mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
50 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
51 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
52 |
+
"model.layers.1.self_attn.k_proj.biases": "model-00001-of-00006.safetensors",
|
53 |
+
"model.layers.1.self_attn.k_proj.scales": "model-00001-of-00006.safetensors",
|
54 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
55 |
+
"model.layers.1.self_attn.o_proj.biases": "model-00001-of-00006.safetensors",
|
56 |
+
"model.layers.1.self_attn.o_proj.scales": "model-00001-of-00006.safetensors",
|
57 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
58 |
+
"model.layers.1.self_attn.q_proj.biases": "model-00001-of-00006.safetensors",
|
59 |
+
"model.layers.1.self_attn.q_proj.scales": "model-00001-of-00006.safetensors",
|
60 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
61 |
+
"model.layers.1.self_attn.v_proj.biases": "model-00001-of-00006.safetensors",
|
62 |
+
"model.layers.1.self_attn.v_proj.scales": "model-00001-of-00006.safetensors",
|
63 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
64 |
+
"model.layers.10.block_sparse_moe.gate.biases": "model-00002-of-00006.safetensors",
|
65 |
+
"model.layers.10.block_sparse_moe.gate.scales": "model-00002-of-00006.safetensors",
|
66 |
+
"model.layers.10.block_sparse_moe.gate.weight": "model-00002-of-00006.safetensors",
|
67 |
+
"model.layers.10.block_sparse_moe.switch_mlp.down_proj.biases": "model-00002-of-00006.safetensors",
|
68 |
+
"model.layers.10.block_sparse_moe.switch_mlp.down_proj.scales": "model-00002-of-00006.safetensors",
|
69 |
+
"model.layers.10.block_sparse_moe.switch_mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
70 |
+
"model.layers.10.block_sparse_moe.switch_mlp.gate_proj.biases": "model-00002-of-00006.safetensors",
|
71 |
+
"model.layers.10.block_sparse_moe.switch_mlp.gate_proj.scales": "model-00002-of-00006.safetensors",
|
72 |
+
"model.layers.10.block_sparse_moe.switch_mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
73 |
+
"model.layers.10.block_sparse_moe.switch_mlp.up_proj.biases": "model-00002-of-00006.safetensors",
|
74 |
+
"model.layers.10.block_sparse_moe.switch_mlp.up_proj.scales": "model-00002-of-00006.safetensors",
|
75 |
+
"model.layers.10.block_sparse_moe.switch_mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
76 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
77 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
78 |
+
"model.layers.10.self_attn.k_proj.biases": "model-00002-of-00006.safetensors",
|
79 |
+
"model.layers.10.self_attn.k_proj.scales": "model-00002-of-00006.safetensors",
|
80 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
81 |
+
"model.layers.10.self_attn.o_proj.biases": "model-00002-of-00006.safetensors",
|
82 |
+
"model.layers.10.self_attn.o_proj.scales": "model-00002-of-00006.safetensors",
|
83 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
84 |
+
"model.layers.10.self_attn.q_proj.biases": "model-00002-of-00006.safetensors",
|
85 |
+
"model.layers.10.self_attn.q_proj.scales": "model-00002-of-00006.safetensors",
|
86 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
87 |
+
"model.layers.10.self_attn.v_proj.biases": "model-00002-of-00006.safetensors",
|
88 |
+
"model.layers.10.self_attn.v_proj.scales": "model-00002-of-00006.safetensors",
|
89 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
90 |
+
"model.layers.11.block_sparse_moe.gate.biases": "model-00002-of-00006.safetensors",
|
91 |
+
"model.layers.11.block_sparse_moe.gate.scales": "model-00002-of-00006.safetensors",
|
92 |
+
"model.layers.11.block_sparse_moe.gate.weight": "model-00002-of-00006.safetensors",
|
93 |
+
"model.layers.11.block_sparse_moe.switch_mlp.down_proj.biases": "model-00002-of-00006.safetensors",
|
94 |
+
"model.layers.11.block_sparse_moe.switch_mlp.down_proj.scales": "model-00002-of-00006.safetensors",
|
95 |
+
"model.layers.11.block_sparse_moe.switch_mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
96 |
+
"model.layers.11.block_sparse_moe.switch_mlp.gate_proj.biases": "model-00002-of-00006.safetensors",
|
97 |
+
"model.layers.11.block_sparse_moe.switch_mlp.gate_proj.scales": "model-00002-of-00006.safetensors",
|
98 |
+
"model.layers.11.block_sparse_moe.switch_mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
99 |
+
"model.layers.11.block_sparse_moe.switch_mlp.up_proj.biases": "model-00002-of-00006.safetensors",
|
100 |
+
"model.layers.11.block_sparse_moe.switch_mlp.up_proj.scales": "model-00002-of-00006.safetensors",
|
101 |
+
"model.layers.11.block_sparse_moe.switch_mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
102 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
103 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
104 |
+
"model.layers.11.self_attn.k_proj.biases": "model-00002-of-00006.safetensors",
|
105 |
+
"model.layers.11.self_attn.k_proj.scales": "model-00002-of-00006.safetensors",
|
106 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
107 |
+
"model.layers.11.self_attn.o_proj.biases": "model-00002-of-00006.safetensors",
|
108 |
+
"model.layers.11.self_attn.o_proj.scales": "model-00002-of-00006.safetensors",
|
109 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
110 |
+
"model.layers.11.self_attn.q_proj.biases": "model-00002-of-00006.safetensors",
|
111 |
+
"model.layers.11.self_attn.q_proj.scales": "model-00002-of-00006.safetensors",
|
112 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
113 |
+
"model.layers.11.self_attn.v_proj.biases": "model-00002-of-00006.safetensors",
|
114 |
+
"model.layers.11.self_attn.v_proj.scales": "model-00002-of-00006.safetensors",
|
115 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
116 |
+
"model.layers.12.block_sparse_moe.gate.biases": "model-00002-of-00006.safetensors",
|
117 |
+
"model.layers.12.block_sparse_moe.gate.scales": "model-00002-of-00006.safetensors",
|
118 |
+
"model.layers.12.block_sparse_moe.gate.weight": "model-00002-of-00006.safetensors",
|
119 |
+
"model.layers.12.block_sparse_moe.switch_mlp.down_proj.biases": "model-00003-of-00006.safetensors",
|
120 |
+
"model.layers.12.block_sparse_moe.switch_mlp.down_proj.scales": "model-00003-of-00006.safetensors",
|
121 |
+
"model.layers.12.block_sparse_moe.switch_mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
122 |
+
"model.layers.12.block_sparse_moe.switch_mlp.gate_proj.biases": "model-00002-of-00006.safetensors",
|
123 |
+
"model.layers.12.block_sparse_moe.switch_mlp.gate_proj.scales": "model-00002-of-00006.safetensors",
|
124 |
+
"model.layers.12.block_sparse_moe.switch_mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
125 |
+
"model.layers.12.block_sparse_moe.switch_mlp.up_proj.biases": "model-00002-of-00006.safetensors",
|
126 |
+
"model.layers.12.block_sparse_moe.switch_mlp.up_proj.scales": "model-00002-of-00006.safetensors",
|
127 |
+
"model.layers.12.block_sparse_moe.switch_mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
128 |
+
"model.layers.12.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
129 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
130 |
+
"model.layers.12.self_attn.k_proj.biases": "model-00002-of-00006.safetensors",
|
131 |
+
"model.layers.12.self_attn.k_proj.scales": "model-00002-of-00006.safetensors",
|
132 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
133 |
+
"model.layers.12.self_attn.o_proj.biases": "model-00002-of-00006.safetensors",
|
134 |
+
"model.layers.12.self_attn.o_proj.scales": "model-00002-of-00006.safetensors",
|
135 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
136 |
+
"model.layers.12.self_attn.q_proj.biases": "model-00002-of-00006.safetensors",
|
137 |
+
"model.layers.12.self_attn.q_proj.scales": "model-00002-of-00006.safetensors",
|
138 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
139 |
+
"model.layers.12.self_attn.v_proj.biases": "model-00002-of-00006.safetensors",
|
140 |
+
"model.layers.12.self_attn.v_proj.scales": "model-00002-of-00006.safetensors",
|
141 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
142 |
+
"model.layers.13.block_sparse_moe.gate.biases": "model-00003-of-00006.safetensors",
|
143 |
+
"model.layers.13.block_sparse_moe.gate.scales": "model-00003-of-00006.safetensors",
|
144 |
+
"model.layers.13.block_sparse_moe.gate.weight": "model-00003-of-00006.safetensors",
|
145 |
+
"model.layers.13.block_sparse_moe.switch_mlp.down_proj.biases": "model-00003-of-00006.safetensors",
|
146 |
+
"model.layers.13.block_sparse_moe.switch_mlp.down_proj.scales": "model-00003-of-00006.safetensors",
|
147 |
+
"model.layers.13.block_sparse_moe.switch_mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
148 |
+
"model.layers.13.block_sparse_moe.switch_mlp.gate_proj.biases": "model-00003-of-00006.safetensors",
|
149 |
+
"model.layers.13.block_sparse_moe.switch_mlp.gate_proj.scales": "model-00003-of-00006.safetensors",
|
150 |
+
"model.layers.13.block_sparse_moe.switch_mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
151 |
+
"model.layers.13.block_sparse_moe.switch_mlp.up_proj.biases": "model-00003-of-00006.safetensors",
|
152 |
+
"model.layers.13.block_sparse_moe.switch_mlp.up_proj.scales": "model-00003-of-00006.safetensors",
|
153 |
+
"model.layers.13.block_sparse_moe.switch_mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
154 |
+
"model.layers.13.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
155 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
156 |
+
"model.layers.13.self_attn.k_proj.biases": "model-00003-of-00006.safetensors",
|
157 |
+
"model.layers.13.self_attn.k_proj.scales": "model-00003-of-00006.safetensors",
|
158 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
159 |
+
"model.layers.13.self_attn.o_proj.biases": "model-00003-of-00006.safetensors",
|
160 |
+
"model.layers.13.self_attn.o_proj.scales": "model-00003-of-00006.safetensors",
|
161 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
162 |
+
"model.layers.13.self_attn.q_proj.biases": "model-00003-of-00006.safetensors",
|
163 |
+
"model.layers.13.self_attn.q_proj.scales": "model-00003-of-00006.safetensors",
|
164 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
165 |
+
"model.layers.13.self_attn.v_proj.biases": "model-00003-of-00006.safetensors",
|
166 |
+
"model.layers.13.self_attn.v_proj.scales": "model-00003-of-00006.safetensors",
|
167 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
168 |
+
"model.layers.14.block_sparse_moe.gate.biases": "model-00003-of-00006.safetensors",
|
169 |
+
"model.layers.14.block_sparse_moe.gate.scales": "model-00003-of-00006.safetensors",
|
170 |
+
"model.layers.14.block_sparse_moe.gate.weight": "model-00003-of-00006.safetensors",
|
171 |
+
"model.layers.14.block_sparse_moe.switch_mlp.down_proj.biases": "model-00003-of-00006.safetensors",
|
172 |
+
"model.layers.14.block_sparse_moe.switch_mlp.down_proj.scales": "model-00003-of-00006.safetensors",
|
173 |
+
"model.layers.14.block_sparse_moe.switch_mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
174 |
+
"model.layers.14.block_sparse_moe.switch_mlp.gate_proj.biases": "model-00003-of-00006.safetensors",
|
175 |
+
"model.layers.14.block_sparse_moe.switch_mlp.gate_proj.scales": "model-00003-of-00006.safetensors",
|
176 |
+
"model.layers.14.block_sparse_moe.switch_mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
177 |
+
"model.layers.14.block_sparse_moe.switch_mlp.up_proj.biases": "model-00003-of-00006.safetensors",
|
178 |
+
"model.layers.14.block_sparse_moe.switch_mlp.up_proj.scales": "model-00003-of-00006.safetensors",
|
179 |
+
"model.layers.14.block_sparse_moe.switch_mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
180 |
+
"model.layers.14.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
181 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
182 |
+
"model.layers.14.self_attn.k_proj.biases": "model-00003-of-00006.safetensors",
|
183 |
+
"model.layers.14.self_attn.k_proj.scales": "model-00003-of-00006.safetensors",
|
184 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
185 |
+
"model.layers.14.self_attn.o_proj.biases": "model-00003-of-00006.safetensors",
|
186 |
+
"model.layers.14.self_attn.o_proj.scales": "model-00003-of-00006.safetensors",
|
187 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
188 |
+
"model.layers.14.self_attn.q_proj.biases": "model-00003-of-00006.safetensors",
|
189 |
+
"model.layers.14.self_attn.q_proj.scales": "model-00003-of-00006.safetensors",
|
190 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
191 |
+
"model.layers.14.self_attn.v_proj.biases": "model-00003-of-00006.safetensors",
|
192 |
+
"model.layers.14.self_attn.v_proj.scales": "model-00003-of-00006.safetensors",
|
193 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
194 |
+
"model.layers.15.block_sparse_moe.gate.biases": "model-00003-of-00006.safetensors",
|
195 |
+
"model.layers.15.block_sparse_moe.gate.scales": "model-00003-of-00006.safetensors",
|
196 |
+
"model.layers.15.block_sparse_moe.gate.weight": "model-00003-of-00006.safetensors",
|
197 |
+
"model.layers.15.block_sparse_moe.switch_mlp.down_proj.biases": "model-00003-of-00006.safetensors",
|
198 |
+
"model.layers.15.block_sparse_moe.switch_mlp.down_proj.scales": "model-00003-of-00006.safetensors",
|
199 |
+
"model.layers.15.block_sparse_moe.switch_mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
200 |
+
"model.layers.15.block_sparse_moe.switch_mlp.gate_proj.biases": "model-00003-of-00006.safetensors",
|
201 |
+
"model.layers.15.block_sparse_moe.switch_mlp.gate_proj.scales": "model-00003-of-00006.safetensors",
|
202 |
+
"model.layers.15.block_sparse_moe.switch_mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
203 |
+
"model.layers.15.block_sparse_moe.switch_mlp.up_proj.biases": "model-00003-of-00006.safetensors",
|
204 |
+
"model.layers.15.block_sparse_moe.switch_mlp.up_proj.scales": "model-00003-of-00006.safetensors",
|
205 |
+
"model.layers.15.block_sparse_moe.switch_mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
206 |
+
"model.layers.15.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
207 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
208 |
+
"model.layers.15.self_attn.k_proj.biases": "model-00003-of-00006.safetensors",
|
209 |
+
"model.layers.15.self_attn.k_proj.scales": "model-00003-of-00006.safetensors",
|
210 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
211 |
+
"model.layers.15.self_attn.o_proj.biases": "model-00003-of-00006.safetensors",
|
212 |
+
"model.layers.15.self_attn.o_proj.scales": "model-00003-of-00006.safetensors",
|
213 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
214 |
+
"model.layers.15.self_attn.q_proj.biases": "model-00003-of-00006.safetensors",
|
215 |
+
"model.layers.15.self_attn.q_proj.scales": "model-00003-of-00006.safetensors",
|
216 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
217 |
+
"model.layers.15.self_attn.v_proj.biases": "model-00003-of-00006.safetensors",
|
218 |
+
"model.layers.15.self_attn.v_proj.scales": "model-00003-of-00006.safetensors",
|
219 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
220 |
+
"model.layers.16.block_sparse_moe.gate.biases": "model-00003-of-00006.safetensors",
|
221 |
+
"model.layers.16.block_sparse_moe.gate.scales": "model-00003-of-00006.safetensors",
|
222 |
+
"model.layers.16.block_sparse_moe.gate.weight": "model-00003-of-00006.safetensors",
|
223 |
+
"model.layers.16.block_sparse_moe.switch_mlp.down_proj.biases": "model-00003-of-00006.safetensors",
|
224 |
+
"model.layers.16.block_sparse_moe.switch_mlp.down_proj.scales": "model-00003-of-00006.safetensors",
|
225 |
+
"model.layers.16.block_sparse_moe.switch_mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
226 |
+
"model.layers.16.block_sparse_moe.switch_mlp.gate_proj.biases": "model-00003-of-00006.safetensors",
|
227 |
+
"model.layers.16.block_sparse_moe.switch_mlp.gate_proj.scales": "model-00003-of-00006.safetensors",
|
228 |
+
"model.layers.16.block_sparse_moe.switch_mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
229 |
+
"model.layers.16.block_sparse_moe.switch_mlp.up_proj.biases": "model-00003-of-00006.safetensors",
|
230 |
+
"model.layers.16.block_sparse_moe.switch_mlp.up_proj.scales": "model-00003-of-00006.safetensors",
|
231 |
+
"model.layers.16.block_sparse_moe.switch_mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
232 |
+
"model.layers.16.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
233 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
234 |
+
"model.layers.16.self_attn.k_proj.biases": "model-00003-of-00006.safetensors",
|
235 |
+
"model.layers.16.self_attn.k_proj.scales": "model-00003-of-00006.safetensors",
|
236 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
237 |
+
"model.layers.16.self_attn.o_proj.biases": "model-00003-of-00006.safetensors",
|
238 |
+
"model.layers.16.self_attn.o_proj.scales": "model-00003-of-00006.safetensors",
|
239 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
240 |
+
"model.layers.16.self_attn.q_proj.biases": "model-00003-of-00006.safetensors",
|
241 |
+
"model.layers.16.self_attn.q_proj.scales": "model-00003-of-00006.safetensors",
|
242 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
243 |
+
"model.layers.16.self_attn.v_proj.biases": "model-00003-of-00006.safetensors",
|
244 |
+
"model.layers.16.self_attn.v_proj.scales": "model-00003-of-00006.safetensors",
|
245 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
246 |
+
"model.layers.17.block_sparse_moe.gate.biases": "model-00003-of-00006.safetensors",
|
247 |
+
"model.layers.17.block_sparse_moe.gate.scales": "model-00003-of-00006.safetensors",
|
248 |
+
"model.layers.17.block_sparse_moe.gate.weight": "model-00003-of-00006.safetensors",
|
249 |
+
"model.layers.17.block_sparse_moe.switch_mlp.down_proj.biases": "model-00003-of-00006.safetensors",
|
250 |
+
"model.layers.17.block_sparse_moe.switch_mlp.down_proj.scales": "model-00003-of-00006.safetensors",
|
251 |
+
"model.layers.17.block_sparse_moe.switch_mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
252 |
+
"model.layers.17.block_sparse_moe.switch_mlp.gate_proj.biases": "model-00003-of-00006.safetensors",
|
253 |
+
"model.layers.17.block_sparse_moe.switch_mlp.gate_proj.scales": "model-00003-of-00006.safetensors",
|
254 |
+
"model.layers.17.block_sparse_moe.switch_mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
255 |
+
"model.layers.17.block_sparse_moe.switch_mlp.up_proj.biases": "model-00003-of-00006.safetensors",
|
256 |
+
"model.layers.17.block_sparse_moe.switch_mlp.up_proj.scales": "model-00003-of-00006.safetensors",
|
257 |
+
"model.layers.17.block_sparse_moe.switch_mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
258 |
+
"model.layers.17.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
259 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
260 |
+
"model.layers.17.self_attn.k_proj.biases": "model-00003-of-00006.safetensors",
|
261 |
+
"model.layers.17.self_attn.k_proj.scales": "model-00003-of-00006.safetensors",
|
262 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
263 |
+
"model.layers.17.self_attn.o_proj.biases": "model-00003-of-00006.safetensors",
|
264 |
+
"model.layers.17.self_attn.o_proj.scales": "model-00003-of-00006.safetensors",
|
265 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
266 |
+
"model.layers.17.self_attn.q_proj.biases": "model-00003-of-00006.safetensors",
|
267 |
+
"model.layers.17.self_attn.q_proj.scales": "model-00003-of-00006.safetensors",
|
268 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
269 |
+
"model.layers.17.self_attn.v_proj.biases": "model-00003-of-00006.safetensors",
|
270 |
+
"model.layers.17.self_attn.v_proj.scales": "model-00003-of-00006.safetensors",
|
271 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
272 |
+
"model.layers.18.block_sparse_moe.gate.biases": "model-00003-of-00006.safetensors",
|
273 |
+
"model.layers.18.block_sparse_moe.gate.scales": "model-00003-of-00006.safetensors",
|
274 |
+
"model.layers.18.block_sparse_moe.gate.weight": "model-00003-of-00006.safetensors",
|
275 |
+
"model.layers.18.block_sparse_moe.switch_mlp.down_proj.biases": "model-00003-of-00006.safetensors",
|
276 |
+
"model.layers.18.block_sparse_moe.switch_mlp.down_proj.scales": "model-00003-of-00006.safetensors",
|
277 |
+
"model.layers.18.block_sparse_moe.switch_mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
278 |
+
"model.layers.18.block_sparse_moe.switch_mlp.gate_proj.biases": "model-00003-of-00006.safetensors",
|
279 |
+
"model.layers.18.block_sparse_moe.switch_mlp.gate_proj.scales": "model-00003-of-00006.safetensors",
|
280 |
+
"model.layers.18.block_sparse_moe.switch_mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
281 |
+
"model.layers.18.block_sparse_moe.switch_mlp.up_proj.biases": "model-00003-of-00006.safetensors",
|
282 |
+
"model.layers.18.block_sparse_moe.switch_mlp.up_proj.scales": "model-00003-of-00006.safetensors",
|
283 |
+
"model.layers.18.block_sparse_moe.switch_mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
284 |
+
"model.layers.18.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
285 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
286 |
+
"model.layers.18.self_attn.k_proj.biases": "model-00003-of-00006.safetensors",
|
287 |
+
"model.layers.18.self_attn.k_proj.scales": "model-00003-of-00006.safetensors",
|
288 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
289 |
+
"model.layers.18.self_attn.o_proj.biases": "model-00003-of-00006.safetensors",
|
290 |
+
"model.layers.18.self_attn.o_proj.scales": "model-00003-of-00006.safetensors",
|
291 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
292 |
+
"model.layers.18.self_attn.q_proj.biases": "model-00003-of-00006.safetensors",
|
293 |
+
"model.layers.18.self_attn.q_proj.scales": "model-00003-of-00006.safetensors",
|
294 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
295 |
+
"model.layers.18.self_attn.v_proj.biases": "model-00003-of-00006.safetensors",
|
296 |
+
"model.layers.18.self_attn.v_proj.scales": "model-00003-of-00006.safetensors",
|
297 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
298 |
+
"model.layers.19.block_sparse_moe.gate.biases": "model-00003-of-00006.safetensors",
|
299 |
+
"model.layers.19.block_sparse_moe.gate.scales": "model-00003-of-00006.safetensors",
|
300 |
+
"model.layers.19.block_sparse_moe.gate.weight": "model-00003-of-00006.safetensors",
|
301 |
+
"model.layers.19.block_sparse_moe.switch_mlp.down_proj.biases": "model-00004-of-00006.safetensors",
|
302 |
+
"model.layers.19.block_sparse_moe.switch_mlp.down_proj.scales": "model-00004-of-00006.safetensors",
|
303 |
+
"model.layers.19.block_sparse_moe.switch_mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
304 |
+
"model.layers.19.block_sparse_moe.switch_mlp.gate_proj.biases": "model-00004-of-00006.safetensors",
|
305 |
+
"model.layers.19.block_sparse_moe.switch_mlp.gate_proj.scales": "model-00004-of-00006.safetensors",
|
306 |
+
"model.layers.19.block_sparse_moe.switch_mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
307 |
+
"model.layers.19.block_sparse_moe.switch_mlp.up_proj.biases": "model-00004-of-00006.safetensors",
|
308 |
+
"model.layers.19.block_sparse_moe.switch_mlp.up_proj.scales": "model-00004-of-00006.safetensors",
|
309 |
+
"model.layers.19.block_sparse_moe.switch_mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
310 |
+
"model.layers.19.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
311 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
312 |
+
"model.layers.19.self_attn.k_proj.biases": "model-00003-of-00006.safetensors",
|
313 |
+
"model.layers.19.self_attn.k_proj.scales": "model-00003-of-00006.safetensors",
|
314 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
315 |
+
"model.layers.19.self_attn.o_proj.biases": "model-00003-of-00006.safetensors",
|
316 |
+
"model.layers.19.self_attn.o_proj.scales": "model-00003-of-00006.safetensors",
|
317 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
318 |
+
"model.layers.19.self_attn.q_proj.biases": "model-00003-of-00006.safetensors",
|
319 |
+
"model.layers.19.self_attn.q_proj.scales": "model-00003-of-00006.safetensors",
|
320 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
321 |
+
"model.layers.19.self_attn.v_proj.biases": "model-00003-of-00006.safetensors",
|
322 |
+
"model.layers.19.self_attn.v_proj.scales": "model-00003-of-00006.safetensors",
|
323 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
324 |
+
"model.layers.2.block_sparse_moe.gate.biases": "model-00001-of-00006.safetensors",
|
325 |
+
"model.layers.2.block_sparse_moe.gate.scales": "model-00001-of-00006.safetensors",
|
326 |
+
"model.layers.2.block_sparse_moe.gate.weight": "model-00001-of-00006.safetensors",
|
327 |
+
"model.layers.2.block_sparse_moe.switch_mlp.down_proj.biases": "model-00001-of-00006.safetensors",
|
328 |
+
"model.layers.2.block_sparse_moe.switch_mlp.down_proj.scales": "model-00001-of-00006.safetensors",
|
329 |
+
"model.layers.2.block_sparse_moe.switch_mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
330 |
+
"model.layers.2.block_sparse_moe.switch_mlp.gate_proj.biases": "model-00001-of-00006.safetensors",
|
331 |
+
"model.layers.2.block_sparse_moe.switch_mlp.gate_proj.scales": "model-00001-of-00006.safetensors",
|
332 |
+
"model.layers.2.block_sparse_moe.switch_mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
333 |
+
"model.layers.2.block_sparse_moe.switch_mlp.up_proj.biases": "model-00001-of-00006.safetensors",
|
334 |
+
"model.layers.2.block_sparse_moe.switch_mlp.up_proj.scales": "model-00001-of-00006.safetensors",
|
335 |
+
"model.layers.2.block_sparse_moe.switch_mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
336 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
337 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
338 |
+
"model.layers.2.self_attn.k_proj.biases": "model-00001-of-00006.safetensors",
|
339 |
+
"model.layers.2.self_attn.k_proj.scales": "model-00001-of-00006.safetensors",
|
340 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
341 |
+
"model.layers.2.self_attn.o_proj.biases": "model-00001-of-00006.safetensors",
|
342 |
+
"model.layers.2.self_attn.o_proj.scales": "model-00001-of-00006.safetensors",
|
343 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
344 |
+
"model.layers.2.self_attn.q_proj.biases": "model-00001-of-00006.safetensors",
|
345 |
+
"model.layers.2.self_attn.q_proj.scales": "model-00001-of-00006.safetensors",
|
346 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
347 |
+
"model.layers.2.self_attn.v_proj.biases": "model-00001-of-00006.safetensors",
|
348 |
+
"model.layers.2.self_attn.v_proj.scales": "model-00001-of-00006.safetensors",
|
349 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
350 |
+
"model.layers.20.block_sparse_moe.gate.biases": "model-00004-of-00006.safetensors",
|
351 |
+
"model.layers.20.block_sparse_moe.gate.scales": "model-00004-of-00006.safetensors",
|
352 |
+
"model.layers.20.block_sparse_moe.gate.weight": "model-00004-of-00006.safetensors",
|
353 |
+
"model.layers.20.block_sparse_moe.switch_mlp.down_proj.biases": "model-00004-of-00006.safetensors",
|
354 |
+
"model.layers.20.block_sparse_moe.switch_mlp.down_proj.scales": "model-00004-of-00006.safetensors",
|
355 |
+
"model.layers.20.block_sparse_moe.switch_mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
356 |
+
"model.layers.20.block_sparse_moe.switch_mlp.gate_proj.biases": "model-00004-of-00006.safetensors",
|
357 |
+
"model.layers.20.block_sparse_moe.switch_mlp.gate_proj.scales": "model-00004-of-00006.safetensors",
|
358 |
+
"model.layers.20.block_sparse_moe.switch_mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
359 |
+
"model.layers.20.block_sparse_moe.switch_mlp.up_proj.biases": "model-00004-of-00006.safetensors",
|
360 |
+
"model.layers.20.block_sparse_moe.switch_mlp.up_proj.scales": "model-00004-of-00006.safetensors",
|
361 |
+
"model.layers.20.block_sparse_moe.switch_mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
362 |
+
"model.layers.20.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
363 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
364 |
+
"model.layers.20.self_attn.k_proj.biases": "model-00004-of-00006.safetensors",
|
365 |
+
"model.layers.20.self_attn.k_proj.scales": "model-00004-of-00006.safetensors",
|
366 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
367 |
+
"model.layers.20.self_attn.o_proj.biases": "model-00004-of-00006.safetensors",
|
368 |
+
"model.layers.20.self_attn.o_proj.scales": "model-00004-of-00006.safetensors",
|
369 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
370 |
+
"model.layers.20.self_attn.q_proj.biases": "model-00004-of-00006.safetensors",
|
371 |
+
"model.layers.20.self_attn.q_proj.scales": "model-00004-of-00006.safetensors",
|
372 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
373 |
+
"model.layers.20.self_attn.v_proj.biases": "model-00004-of-00006.safetensors",
|
374 |
+
"model.layers.20.self_attn.v_proj.scales": "model-00004-of-00006.safetensors",
|
375 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
376 |
+
"model.layers.21.block_sparse_moe.gate.biases": "model-00004-of-00006.safetensors",
|
377 |
+
"model.layers.21.block_sparse_moe.gate.scales": "model-00004-of-00006.safetensors",
|
378 |
+
"model.layers.21.block_sparse_moe.gate.weight": "model-00004-of-00006.safetensors",
|
379 |
+
"model.layers.21.block_sparse_moe.switch_mlp.down_proj.biases": "model-00004-of-00006.safetensors",
|
380 |
+
"model.layers.21.block_sparse_moe.switch_mlp.down_proj.scales": "model-00004-of-00006.safetensors",
|
381 |
+
"model.layers.21.block_sparse_moe.switch_mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
382 |
+
"model.layers.21.block_sparse_moe.switch_mlp.gate_proj.biases": "model-00004-of-00006.safetensors",
|
383 |
+
"model.layers.21.block_sparse_moe.switch_mlp.gate_proj.scales": "model-00004-of-00006.safetensors",
|
384 |
+
"model.layers.21.block_sparse_moe.switch_mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
385 |
+
"model.layers.21.block_sparse_moe.switch_mlp.up_proj.biases": "model-00004-of-00006.safetensors",
|
386 |
+
"model.layers.21.block_sparse_moe.switch_mlp.up_proj.scales": "model-00004-of-00006.safetensors",
|
387 |
+
"model.layers.21.block_sparse_moe.switch_mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
388 |
+
"model.layers.21.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
389 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
390 |
+
"model.layers.21.self_attn.k_proj.biases": "model-00004-of-00006.safetensors",
|
391 |
+
"model.layers.21.self_attn.k_proj.scales": "model-00004-of-00006.safetensors",
|
392 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
393 |
+
"model.layers.21.self_attn.o_proj.biases": "model-00004-of-00006.safetensors",
|
394 |
+
"model.layers.21.self_attn.o_proj.scales": "model-00004-of-00006.safetensors",
|
395 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
396 |
+
"model.layers.21.self_attn.q_proj.biases": "model-00004-of-00006.safetensors",
|
397 |
+
"model.layers.21.self_attn.q_proj.scales": "model-00004-of-00006.safetensors",
|
398 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
399 |
+
"model.layers.21.self_attn.v_proj.biases": "model-00004-of-00006.safetensors",
|
400 |
+
"model.layers.21.self_attn.v_proj.scales": "model-00004-of-00006.safetensors",
|
401 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
402 |
+
"model.layers.22.block_sparse_moe.gate.biases": "model-00004-of-00006.safetensors",
|
403 |
+
"model.layers.22.block_sparse_moe.gate.scales": "model-00004-of-00006.safetensors",
|
404 |
+
"model.layers.22.block_sparse_moe.gate.weight": "model-00004-of-00006.safetensors",
|
405 |
+
"model.layers.22.block_sparse_moe.switch_mlp.down_proj.biases": "model-00004-of-00006.safetensors",
|
406 |
+
"model.layers.22.block_sparse_moe.switch_mlp.down_proj.scales": "model-00004-of-00006.safetensors",
|
407 |
+
"model.layers.22.block_sparse_moe.switch_mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
408 |
+
"model.layers.22.block_sparse_moe.switch_mlp.gate_proj.biases": "model-00004-of-00006.safetensors",
|
409 |
+
"model.layers.22.block_sparse_moe.switch_mlp.gate_proj.scales": "model-00004-of-00006.safetensors",
|
410 |
+
"model.layers.22.block_sparse_moe.switch_mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
411 |
+
"model.layers.22.block_sparse_moe.switch_mlp.up_proj.biases": "model-00004-of-00006.safetensors",
|
412 |
+
"model.layers.22.block_sparse_moe.switch_mlp.up_proj.scales": "model-00004-of-00006.safetensors",
|
413 |
+
"model.layers.22.block_sparse_moe.switch_mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
414 |
+
"model.layers.22.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
415 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
416 |
+
"model.layers.22.self_attn.k_proj.biases": "model-00004-of-00006.safetensors",
|
417 |
+
"model.layers.22.self_attn.k_proj.scales": "model-00004-of-00006.safetensors",
|
418 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
419 |
+
"model.layers.22.self_attn.o_proj.biases": "model-00004-of-00006.safetensors",
|
420 |
+
"model.layers.22.self_attn.o_proj.scales": "model-00004-of-00006.safetensors",
|
421 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
422 |
+
"model.layers.22.self_attn.q_proj.biases": "model-00004-of-00006.safetensors",
|
423 |
+
"model.layers.22.self_attn.q_proj.scales": "model-00004-of-00006.safetensors",
|
424 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
425 |
+
"model.layers.22.self_attn.v_proj.biases": "model-00004-of-00006.safetensors",
|
426 |
+
"model.layers.22.self_attn.v_proj.scales": "model-00004-of-00006.safetensors",
|
427 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
428 |
+
"model.layers.23.block_sparse_moe.gate.biases": "model-00004-of-00006.safetensors",
|
429 |
+
"model.layers.23.block_sparse_moe.gate.scales": "model-00004-of-00006.safetensors",
|
430 |
+
"model.layers.23.block_sparse_moe.gate.weight": "model-00004-of-00006.safetensors",
|
431 |
+
"model.layers.23.block_sparse_moe.switch_mlp.down_proj.biases": "model-00004-of-00006.safetensors",
|
432 |
+
"model.layers.23.block_sparse_moe.switch_mlp.down_proj.scales": "model-00004-of-00006.safetensors",
|
433 |
+
"model.layers.23.block_sparse_moe.switch_mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
434 |
+
"model.layers.23.block_sparse_moe.switch_mlp.gate_proj.biases": "model-00004-of-00006.safetensors",
|
435 |
+
"model.layers.23.block_sparse_moe.switch_mlp.gate_proj.scales": "model-00004-of-00006.safetensors",
|
436 |
+
"model.layers.23.block_sparse_moe.switch_mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
437 |
+
"model.layers.23.block_sparse_moe.switch_mlp.up_proj.biases": "model-00004-of-00006.safetensors",
|
438 |
+
"model.layers.23.block_sparse_moe.switch_mlp.up_proj.scales": "model-00004-of-00006.safetensors",
|
439 |
+
"model.layers.23.block_sparse_moe.switch_mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
440 |
+
"model.layers.23.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
441 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
442 |
+
"model.layers.23.self_attn.k_proj.biases": "model-00004-of-00006.safetensors",
|
443 |
+
"model.layers.23.self_attn.k_proj.scales": "model-00004-of-00006.safetensors",
|
444 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
445 |
+
"model.layers.23.self_attn.o_proj.biases": "model-00004-of-00006.safetensors",
|
446 |
+
"model.layers.23.self_attn.o_proj.scales": "model-00004-of-00006.safetensors",
|
447 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
448 |
+
"model.layers.23.self_attn.q_proj.biases": "model-00004-of-00006.safetensors",
|
449 |
+
"model.layers.23.self_attn.q_proj.scales": "model-00004-of-00006.safetensors",
|
450 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
451 |
+
"model.layers.23.self_attn.v_proj.biases": "model-00004-of-00006.safetensors",
|
452 |
+
"model.layers.23.self_attn.v_proj.scales": "model-00004-of-00006.safetensors",
|
453 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
454 |
+
"model.layers.24.block_sparse_moe.gate.biases": "model-00004-of-00006.safetensors",
|
455 |
+
"model.layers.24.block_sparse_moe.gate.scales": "model-00004-of-00006.safetensors",
|
456 |
+
"model.layers.24.block_sparse_moe.gate.weight": "model-00004-of-00006.safetensors",
|
457 |
+
"model.layers.24.block_sparse_moe.switch_mlp.down_proj.biases": "model-00004-of-00006.safetensors",
|
458 |
+
"model.layers.24.block_sparse_moe.switch_mlp.down_proj.scales": "model-00004-of-00006.safetensors",
|
459 |
+
"model.layers.24.block_sparse_moe.switch_mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
460 |
+
"model.layers.24.block_sparse_moe.switch_mlp.gate_proj.biases": "model-00004-of-00006.safetensors",
|
461 |
+
"model.layers.24.block_sparse_moe.switch_mlp.gate_proj.scales": "model-00004-of-00006.safetensors",
|
462 |
+
"model.layers.24.block_sparse_moe.switch_mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
463 |
+
"model.layers.24.block_sparse_moe.switch_mlp.up_proj.biases": "model-00004-of-00006.safetensors",
|
464 |
+
"model.layers.24.block_sparse_moe.switch_mlp.up_proj.scales": "model-00004-of-00006.safetensors",
|
465 |
+
"model.layers.24.block_sparse_moe.switch_mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
466 |
+
"model.layers.24.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
467 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
468 |
+
"model.layers.24.self_attn.k_proj.biases": "model-00004-of-00006.safetensors",
|
469 |
+
"model.layers.24.self_attn.k_proj.scales": "model-00004-of-00006.safetensors",
|
470 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
471 |
+
"model.layers.24.self_attn.o_proj.biases": "model-00004-of-00006.safetensors",
|
472 |
+
"model.layers.24.self_attn.o_proj.scales": "model-00004-of-00006.safetensors",
|
473 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
474 |
+
"model.layers.24.self_attn.q_proj.biases": "model-00004-of-00006.safetensors",
|
475 |
+
"model.layers.24.self_attn.q_proj.scales": "model-00004-of-00006.safetensors",
|
476 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
477 |
+
"model.layers.24.self_attn.v_proj.biases": "model-00004-of-00006.safetensors",
|
478 |
+
"model.layers.24.self_attn.v_proj.scales": "model-00004-of-00006.safetensors",
|
479 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
480 |
+
"model.layers.25.block_sparse_moe.gate.biases": "model-00004-of-00006.safetensors",
|
481 |
+
"model.layers.25.block_sparse_moe.gate.scales": "model-00004-of-00006.safetensors",
|
482 |
+
"model.layers.25.block_sparse_moe.gate.weight": "model-00004-of-00006.safetensors",
|
483 |
+
"model.layers.25.block_sparse_moe.switch_mlp.down_proj.biases": "model-00005-of-00006.safetensors",
|
484 |
+
"model.layers.25.block_sparse_moe.switch_mlp.down_proj.scales": "model-00005-of-00006.safetensors",
|
485 |
+
"model.layers.25.block_sparse_moe.switch_mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
486 |
+
"model.layers.25.block_sparse_moe.switch_mlp.gate_proj.biases": "model-00004-of-00006.safetensors",
|
487 |
+
"model.layers.25.block_sparse_moe.switch_mlp.gate_proj.scales": "model-00004-of-00006.safetensors",
|
488 |
+
"model.layers.25.block_sparse_moe.switch_mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
489 |
+
"model.layers.25.block_sparse_moe.switch_mlp.up_proj.biases": "model-00005-of-00006.safetensors",
|
490 |
+
"model.layers.25.block_sparse_moe.switch_mlp.up_proj.scales": "model-00005-of-00006.safetensors",
|
491 |
+
"model.layers.25.block_sparse_moe.switch_mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
492 |
+
"model.layers.25.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
493 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
494 |
+
"model.layers.25.self_attn.k_proj.biases": "model-00004-of-00006.safetensors",
|
495 |
+
"model.layers.25.self_attn.k_proj.scales": "model-00004-of-00006.safetensors",
|
496 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
497 |
+
"model.layers.25.self_attn.o_proj.biases": "model-00004-of-00006.safetensors",
|
498 |
+
"model.layers.25.self_attn.o_proj.scales": "model-00004-of-00006.safetensors",
|
499 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
500 |
+
"model.layers.25.self_attn.q_proj.biases": "model-00004-of-00006.safetensors",
|
501 |
+
"model.layers.25.self_attn.q_proj.scales": "model-00004-of-00006.safetensors",
|
502 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
503 |
+
"model.layers.25.self_attn.v_proj.biases": "model-00004-of-00006.safetensors",
|
504 |
+
"model.layers.25.self_attn.v_proj.scales": "model-00004-of-00006.safetensors",
|
505 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
506 |
+
"model.layers.26.block_sparse_moe.gate.biases": "model-00005-of-00006.safetensors",
|
507 |
+
"model.layers.26.block_sparse_moe.gate.scales": "model-00005-of-00006.safetensors",
|
508 |
+
"model.layers.26.block_sparse_moe.gate.weight": "model-00005-of-00006.safetensors",
|
509 |
+
"model.layers.26.block_sparse_moe.switch_mlp.down_proj.biases": "model-00005-of-00006.safetensors",
|
510 |
+
"model.layers.26.block_sparse_moe.switch_mlp.down_proj.scales": "model-00005-of-00006.safetensors",
|
511 |
+
"model.layers.26.block_sparse_moe.switch_mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
512 |
+
"model.layers.26.block_sparse_moe.switch_mlp.gate_proj.biases": "model-00005-of-00006.safetensors",
|
513 |
+
"model.layers.26.block_sparse_moe.switch_mlp.gate_proj.scales": "model-00005-of-00006.safetensors",
|
514 |
+
"model.layers.26.block_sparse_moe.switch_mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
515 |
+
"model.layers.26.block_sparse_moe.switch_mlp.up_proj.biases": "model-00005-of-00006.safetensors",
|
516 |
+
"model.layers.26.block_sparse_moe.switch_mlp.up_proj.scales": "model-00005-of-00006.safetensors",
|
517 |
+
"model.layers.26.block_sparse_moe.switch_mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
518 |
+
"model.layers.26.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
519 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
520 |
+
"model.layers.26.self_attn.k_proj.biases": "model-00005-of-00006.safetensors",
|
521 |
+
"model.layers.26.self_attn.k_proj.scales": "model-00005-of-00006.safetensors",
|
522 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
523 |
+
"model.layers.26.self_attn.o_proj.biases": "model-00005-of-00006.safetensors",
|
524 |
+
"model.layers.26.self_attn.o_proj.scales": "model-00005-of-00006.safetensors",
|
525 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
526 |
+
"model.layers.26.self_attn.q_proj.biases": "model-00005-of-00006.safetensors",
|
527 |
+
"model.layers.26.self_attn.q_proj.scales": "model-00005-of-00006.safetensors",
|
528 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
529 |
+
"model.layers.26.self_attn.v_proj.biases": "model-00005-of-00006.safetensors",
|
530 |
+
"model.layers.26.self_attn.v_proj.scales": "model-00005-of-00006.safetensors",
|
531 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
532 |
+
"model.layers.27.block_sparse_moe.gate.biases": "model-00005-of-00006.safetensors",
|
533 |
+
"model.layers.27.block_sparse_moe.gate.scales": "model-00005-of-00006.safetensors",
|
534 |
+
"model.layers.27.block_sparse_moe.gate.weight": "model-00005-of-00006.safetensors",
|
535 |
+
"model.layers.27.block_sparse_moe.switch_mlp.down_proj.biases": "model-00005-of-00006.safetensors",
|
536 |
+
"model.layers.27.block_sparse_moe.switch_mlp.down_proj.scales": "model-00005-of-00006.safetensors",
|
537 |
+
"model.layers.27.block_sparse_moe.switch_mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
538 |
+
"model.layers.27.block_sparse_moe.switch_mlp.gate_proj.biases": "model-00005-of-00006.safetensors",
|
539 |
+
"model.layers.27.block_sparse_moe.switch_mlp.gate_proj.scales": "model-00005-of-00006.safetensors",
|
540 |
+
"model.layers.27.block_sparse_moe.switch_mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
541 |
+
"model.layers.27.block_sparse_moe.switch_mlp.up_proj.biases": "model-00005-of-00006.safetensors",
|
542 |
+
"model.layers.27.block_sparse_moe.switch_mlp.up_proj.scales": "model-00005-of-00006.safetensors",
|
543 |
+
"model.layers.27.block_sparse_moe.switch_mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
544 |
+
"model.layers.27.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
545 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
546 |
+
"model.layers.27.self_attn.k_proj.biases": "model-00005-of-00006.safetensors",
|
547 |
+
"model.layers.27.self_attn.k_proj.scales": "model-00005-of-00006.safetensors",
|
548 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
549 |
+
"model.layers.27.self_attn.o_proj.biases": "model-00005-of-00006.safetensors",
|
550 |
+
"model.layers.27.self_attn.o_proj.scales": "model-00005-of-00006.safetensors",
|
551 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
552 |
+
"model.layers.27.self_attn.q_proj.biases": "model-00005-of-00006.safetensors",
|
553 |
+
"model.layers.27.self_attn.q_proj.scales": "model-00005-of-00006.safetensors",
|
554 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
555 |
+
"model.layers.27.self_attn.v_proj.biases": "model-00005-of-00006.safetensors",
|
556 |
+
"model.layers.27.self_attn.v_proj.scales": "model-00005-of-00006.safetensors",
|
557 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
558 |
+
"model.layers.28.block_sparse_moe.gate.biases": "model-00005-of-00006.safetensors",
|
559 |
+
"model.layers.28.block_sparse_moe.gate.scales": "model-00005-of-00006.safetensors",
|
560 |
+
"model.layers.28.block_sparse_moe.gate.weight": "model-00005-of-00006.safetensors",
|
561 |
+
"model.layers.28.block_sparse_moe.switch_mlp.down_proj.biases": "model-00005-of-00006.safetensors",
|
562 |
+
"model.layers.28.block_sparse_moe.switch_mlp.down_proj.scales": "model-00005-of-00006.safetensors",
|
563 |
+
"model.layers.28.block_sparse_moe.switch_mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
564 |
+
"model.layers.28.block_sparse_moe.switch_mlp.gate_proj.biases": "model-00005-of-00006.safetensors",
|
565 |
+
"model.layers.28.block_sparse_moe.switch_mlp.gate_proj.scales": "model-00005-of-00006.safetensors",
|
566 |
+
"model.layers.28.block_sparse_moe.switch_mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
567 |
+
"model.layers.28.block_sparse_moe.switch_mlp.up_proj.biases": "model-00005-of-00006.safetensors",
|
568 |
+
"model.layers.28.block_sparse_moe.switch_mlp.up_proj.scales": "model-00005-of-00006.safetensors",
|
569 |
+
"model.layers.28.block_sparse_moe.switch_mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
570 |
+
"model.layers.28.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
571 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
572 |
+
"model.layers.28.self_attn.k_proj.biases": "model-00005-of-00006.safetensors",
|
573 |
+
"model.layers.28.self_attn.k_proj.scales": "model-00005-of-00006.safetensors",
|
574 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
575 |
+
"model.layers.28.self_attn.o_proj.biases": "model-00005-of-00006.safetensors",
|
576 |
+
"model.layers.28.self_attn.o_proj.scales": "model-00005-of-00006.safetensors",
|
577 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
578 |
+
"model.layers.28.self_attn.q_proj.biases": "model-00005-of-00006.safetensors",
|
579 |
+
"model.layers.28.self_attn.q_proj.scales": "model-00005-of-00006.safetensors",
|
580 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
581 |
+
"model.layers.28.self_attn.v_proj.biases": "model-00005-of-00006.safetensors",
|
582 |
+
"model.layers.28.self_attn.v_proj.scales": "model-00005-of-00006.safetensors",
|
583 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
584 |
+
"model.layers.29.block_sparse_moe.gate.biases": "model-00005-of-00006.safetensors",
|
585 |
+
"model.layers.29.block_sparse_moe.gate.scales": "model-00005-of-00006.safetensors",
|
586 |
+
"model.layers.29.block_sparse_moe.gate.weight": "model-00005-of-00006.safetensors",
|
587 |
+
"model.layers.29.block_sparse_moe.switch_mlp.down_proj.biases": "model-00005-of-00006.safetensors",
|
588 |
+
"model.layers.29.block_sparse_moe.switch_mlp.down_proj.scales": "model-00005-of-00006.safetensors",
|
589 |
+
"model.layers.29.block_sparse_moe.switch_mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
590 |
+
"model.layers.29.block_sparse_moe.switch_mlp.gate_proj.biases": "model-00005-of-00006.safetensors",
|
591 |
+
"model.layers.29.block_sparse_moe.switch_mlp.gate_proj.scales": "model-00005-of-00006.safetensors",
|
592 |
+
"model.layers.29.block_sparse_moe.switch_mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
593 |
+
"model.layers.29.block_sparse_moe.switch_mlp.up_proj.biases": "model-00005-of-00006.safetensors",
|
594 |
+
"model.layers.29.block_sparse_moe.switch_mlp.up_proj.scales": "model-00005-of-00006.safetensors",
|
595 |
+
"model.layers.29.block_sparse_moe.switch_mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
596 |
+
"model.layers.29.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
597 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
598 |
+
"model.layers.29.self_attn.k_proj.biases": "model-00005-of-00006.safetensors",
|
599 |
+
"model.layers.29.self_attn.k_proj.scales": "model-00005-of-00006.safetensors",
|
600 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
601 |
+
"model.layers.29.self_attn.o_proj.biases": "model-00005-of-00006.safetensors",
|
602 |
+
"model.layers.29.self_attn.o_proj.scales": "model-00005-of-00006.safetensors",
|
603 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
604 |
+
"model.layers.29.self_attn.q_proj.biases": "model-00005-of-00006.safetensors",
|
605 |
+
"model.layers.29.self_attn.q_proj.scales": "model-00005-of-00006.safetensors",
|
606 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
607 |
+
"model.layers.29.self_attn.v_proj.biases": "model-00005-of-00006.safetensors",
|
608 |
+
"model.layers.29.self_attn.v_proj.scales": "model-00005-of-00006.safetensors",
|
609 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
610 |
+
"model.layers.3.block_sparse_moe.gate.biases": "model-00001-of-00006.safetensors",
|
611 |
+
"model.layers.3.block_sparse_moe.gate.scales": "model-00001-of-00006.safetensors",
|
612 |
+
"model.layers.3.block_sparse_moe.gate.weight": "model-00001-of-00006.safetensors",
|
613 |
+
"model.layers.3.block_sparse_moe.switch_mlp.down_proj.biases": "model-00001-of-00006.safetensors",
|
614 |
+
"model.layers.3.block_sparse_moe.switch_mlp.down_proj.scales": "model-00001-of-00006.safetensors",
|
615 |
+
"model.layers.3.block_sparse_moe.switch_mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
616 |
+
"model.layers.3.block_sparse_moe.switch_mlp.gate_proj.biases": "model-00001-of-00006.safetensors",
|
617 |
+
"model.layers.3.block_sparse_moe.switch_mlp.gate_proj.scales": "model-00001-of-00006.safetensors",
|
618 |
+
"model.layers.3.block_sparse_moe.switch_mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
619 |
+
"model.layers.3.block_sparse_moe.switch_mlp.up_proj.biases": "model-00001-of-00006.safetensors",
|
620 |
+
"model.layers.3.block_sparse_moe.switch_mlp.up_proj.scales": "model-00001-of-00006.safetensors",
|
621 |
+
"model.layers.3.block_sparse_moe.switch_mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
622 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
623 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
624 |
+
"model.layers.3.self_attn.k_proj.biases": "model-00001-of-00006.safetensors",
|
625 |
+
"model.layers.3.self_attn.k_proj.scales": "model-00001-of-00006.safetensors",
|
626 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
627 |
+
"model.layers.3.self_attn.o_proj.biases": "model-00001-of-00006.safetensors",
|
628 |
+
"model.layers.3.self_attn.o_proj.scales": "model-00001-of-00006.safetensors",
|
629 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
630 |
+
"model.layers.3.self_attn.q_proj.biases": "model-00001-of-00006.safetensors",
|
631 |
+
"model.layers.3.self_attn.q_proj.scales": "model-00001-of-00006.safetensors",
|
632 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
633 |
+
"model.layers.3.self_attn.v_proj.biases": "model-00001-of-00006.safetensors",
|
634 |
+
"model.layers.3.self_attn.v_proj.scales": "model-00001-of-00006.safetensors",
|
635 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
636 |
+
"model.layers.30.block_sparse_moe.gate.biases": "model-00005-of-00006.safetensors",
|
637 |
+
"model.layers.30.block_sparse_moe.gate.scales": "model-00005-of-00006.safetensors",
|
638 |
+
"model.layers.30.block_sparse_moe.gate.weight": "model-00005-of-00006.safetensors",
|
639 |
+
"model.layers.30.block_sparse_moe.switch_mlp.down_proj.biases": "model-00005-of-00006.safetensors",
|
640 |
+
"model.layers.30.block_sparse_moe.switch_mlp.down_proj.scales": "model-00005-of-00006.safetensors",
|
641 |
+
"model.layers.30.block_sparse_moe.switch_mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
642 |
+
"model.layers.30.block_sparse_moe.switch_mlp.gate_proj.biases": "model-00005-of-00006.safetensors",
|
643 |
+
"model.layers.30.block_sparse_moe.switch_mlp.gate_proj.scales": "model-00005-of-00006.safetensors",
|
644 |
+
"model.layers.30.block_sparse_moe.switch_mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
645 |
+
"model.layers.30.block_sparse_moe.switch_mlp.up_proj.biases": "model-00005-of-00006.safetensors",
|
646 |
+
"model.layers.30.block_sparse_moe.switch_mlp.up_proj.scales": "model-00005-of-00006.safetensors",
|
647 |
+
"model.layers.30.block_sparse_moe.switch_mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
648 |
+
"model.layers.30.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
649 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
650 |
+
"model.layers.30.self_attn.k_proj.biases": "model-00005-of-00006.safetensors",
|
651 |
+
"model.layers.30.self_attn.k_proj.scales": "model-00005-of-00006.safetensors",
|
652 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
653 |
+
"model.layers.30.self_attn.o_proj.biases": "model-00005-of-00006.safetensors",
|
654 |
+
"model.layers.30.self_attn.o_proj.scales": "model-00005-of-00006.safetensors",
|
655 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
656 |
+
"model.layers.30.self_attn.q_proj.biases": "model-00005-of-00006.safetensors",
|
657 |
+
"model.layers.30.self_attn.q_proj.scales": "model-00005-of-00006.safetensors",
|
658 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
659 |
+
"model.layers.30.self_attn.v_proj.biases": "model-00005-of-00006.safetensors",
|
660 |
+
"model.layers.30.self_attn.v_proj.scales": "model-00005-of-00006.safetensors",
|
661 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
662 |
+
"model.layers.31.block_sparse_moe.gate.biases": "model-00005-of-00006.safetensors",
|
663 |
+
"model.layers.31.block_sparse_moe.gate.scales": "model-00005-of-00006.safetensors",
|
664 |
+
"model.layers.31.block_sparse_moe.gate.weight": "model-00005-of-00006.safetensors",
|
665 |
+
"model.layers.31.block_sparse_moe.switch_mlp.down_proj.biases": "model-00006-of-00006.safetensors",
|
666 |
+
"model.layers.31.block_sparse_moe.switch_mlp.down_proj.scales": "model-00006-of-00006.safetensors",
|
667 |
+
"model.layers.31.block_sparse_moe.switch_mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
668 |
+
"model.layers.31.block_sparse_moe.switch_mlp.gate_proj.biases": "model-00005-of-00006.safetensors",
|
669 |
+
"model.layers.31.block_sparse_moe.switch_mlp.gate_proj.scales": "model-00005-of-00006.safetensors",
|
670 |
+
"model.layers.31.block_sparse_moe.switch_mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
671 |
+
"model.layers.31.block_sparse_moe.switch_mlp.up_proj.biases": "model-00005-of-00006.safetensors",
|
672 |
+
"model.layers.31.block_sparse_moe.switch_mlp.up_proj.scales": "model-00005-of-00006.safetensors",
|
673 |
+
"model.layers.31.block_sparse_moe.switch_mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
674 |
+
"model.layers.31.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
675 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
676 |
+
"model.layers.31.self_attn.k_proj.biases": "model-00005-of-00006.safetensors",
|
677 |
+
"model.layers.31.self_attn.k_proj.scales": "model-00005-of-00006.safetensors",
|
678 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
679 |
+
"model.layers.31.self_attn.o_proj.biases": "model-00005-of-00006.safetensors",
|
680 |
+
"model.layers.31.self_attn.o_proj.scales": "model-00005-of-00006.safetensors",
|
681 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
682 |
+
"model.layers.31.self_attn.q_proj.biases": "model-00005-of-00006.safetensors",
|
683 |
+
"model.layers.31.self_attn.q_proj.scales": "model-00005-of-00006.safetensors",
|
684 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
685 |
+
"model.layers.31.self_attn.v_proj.biases": "model-00005-of-00006.safetensors",
|
686 |
+
"model.layers.31.self_attn.v_proj.scales": "model-00005-of-00006.safetensors",
|
687 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
688 |
+
"model.layers.4.block_sparse_moe.gate.biases": "model-00001-of-00006.safetensors",
|
689 |
+
"model.layers.4.block_sparse_moe.gate.scales": "model-00001-of-00006.safetensors",
|
690 |
+
"model.layers.4.block_sparse_moe.gate.weight": "model-00001-of-00006.safetensors",
|
691 |
+
"model.layers.4.block_sparse_moe.switch_mlp.down_proj.biases": "model-00001-of-00006.safetensors",
|
692 |
+
"model.layers.4.block_sparse_moe.switch_mlp.down_proj.scales": "model-00001-of-00006.safetensors",
|
693 |
+
"model.layers.4.block_sparse_moe.switch_mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
694 |
+
"model.layers.4.block_sparse_moe.switch_mlp.gate_proj.biases": "model-00001-of-00006.safetensors",
|
695 |
+
"model.layers.4.block_sparse_moe.switch_mlp.gate_proj.scales": "model-00001-of-00006.safetensors",
|
696 |
+
"model.layers.4.block_sparse_moe.switch_mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
697 |
+
"model.layers.4.block_sparse_moe.switch_mlp.up_proj.biases": "model-00001-of-00006.safetensors",
|
698 |
+
"model.layers.4.block_sparse_moe.switch_mlp.up_proj.scales": "model-00001-of-00006.safetensors",
|
699 |
+
"model.layers.4.block_sparse_moe.switch_mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
700 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
701 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
702 |
+
"model.layers.4.self_attn.k_proj.biases": "model-00001-of-00006.safetensors",
|
703 |
+
"model.layers.4.self_attn.k_proj.scales": "model-00001-of-00006.safetensors",
|
704 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
705 |
+
"model.layers.4.self_attn.o_proj.biases": "model-00001-of-00006.safetensors",
|
706 |
+
"model.layers.4.self_attn.o_proj.scales": "model-00001-of-00006.safetensors",
|
707 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
708 |
+
"model.layers.4.self_attn.q_proj.biases": "model-00001-of-00006.safetensors",
|
709 |
+
"model.layers.4.self_attn.q_proj.scales": "model-00001-of-00006.safetensors",
|
710 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
711 |
+
"model.layers.4.self_attn.v_proj.biases": "model-00001-of-00006.safetensors",
|
712 |
+
"model.layers.4.self_attn.v_proj.scales": "model-00001-of-00006.safetensors",
|
713 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
714 |
+
"model.layers.5.block_sparse_moe.gate.biases": "model-00001-of-00006.safetensors",
|
715 |
+
"model.layers.5.block_sparse_moe.gate.scales": "model-00001-of-00006.safetensors",
|
716 |
+
"model.layers.5.block_sparse_moe.gate.weight": "model-00001-of-00006.safetensors",
|
717 |
+
"model.layers.5.block_sparse_moe.switch_mlp.down_proj.biases": "model-00001-of-00006.safetensors",
|
718 |
+
"model.layers.5.block_sparse_moe.switch_mlp.down_proj.scales": "model-00001-of-00006.safetensors",
|
719 |
+
"model.layers.5.block_sparse_moe.switch_mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
720 |
+
"model.layers.5.block_sparse_moe.switch_mlp.gate_proj.biases": "model-00001-of-00006.safetensors",
|
721 |
+
"model.layers.5.block_sparse_moe.switch_mlp.gate_proj.scales": "model-00001-of-00006.safetensors",
|
722 |
+
"model.layers.5.block_sparse_moe.switch_mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
723 |
+
"model.layers.5.block_sparse_moe.switch_mlp.up_proj.biases": "model-00001-of-00006.safetensors",
|
724 |
+
"model.layers.5.block_sparse_moe.switch_mlp.up_proj.scales": "model-00001-of-00006.safetensors",
|
725 |
+
"model.layers.5.block_sparse_moe.switch_mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
726 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
727 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
728 |
+
"model.layers.5.self_attn.k_proj.biases": "model-00001-of-00006.safetensors",
|
729 |
+
"model.layers.5.self_attn.k_proj.scales": "model-00001-of-00006.safetensors",
|
730 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
731 |
+
"model.layers.5.self_attn.o_proj.biases": "model-00001-of-00006.safetensors",
|
732 |
+
"model.layers.5.self_attn.o_proj.scales": "model-00001-of-00006.safetensors",
|
733 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
734 |
+
"model.layers.5.self_attn.q_proj.biases": "model-00001-of-00006.safetensors",
|
735 |
+
"model.layers.5.self_attn.q_proj.scales": "model-00001-of-00006.safetensors",
|
736 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
737 |
+
"model.layers.5.self_attn.v_proj.biases": "model-00001-of-00006.safetensors",
|
738 |
+
"model.layers.5.self_attn.v_proj.scales": "model-00001-of-00006.safetensors",
|
739 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
740 |
+
"model.layers.6.block_sparse_moe.gate.biases": "model-00001-of-00006.safetensors",
|
741 |
+
"model.layers.6.block_sparse_moe.gate.scales": "model-00001-of-00006.safetensors",
|
742 |
+
"model.layers.6.block_sparse_moe.gate.weight": "model-00001-of-00006.safetensors",
|
743 |
+
"model.layers.6.block_sparse_moe.switch_mlp.down_proj.biases": "model-00002-of-00006.safetensors",
|
744 |
+
"model.layers.6.block_sparse_moe.switch_mlp.down_proj.scales": "model-00002-of-00006.safetensors",
|
745 |
+
"model.layers.6.block_sparse_moe.switch_mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
746 |
+
"model.layers.6.block_sparse_moe.switch_mlp.gate_proj.biases": "model-00001-of-00006.safetensors",
|
747 |
+
"model.layers.6.block_sparse_moe.switch_mlp.gate_proj.scales": "model-00001-of-00006.safetensors",
|
748 |
+
"model.layers.6.block_sparse_moe.switch_mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
749 |
+
"model.layers.6.block_sparse_moe.switch_mlp.up_proj.biases": "model-00002-of-00006.safetensors",
|
750 |
+
"model.layers.6.block_sparse_moe.switch_mlp.up_proj.scales": "model-00002-of-00006.safetensors",
|
751 |
+
"model.layers.6.block_sparse_moe.switch_mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
752 |
+
"model.layers.6.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
753 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
754 |
+
"model.layers.6.self_attn.k_proj.biases": "model-00001-of-00006.safetensors",
|
755 |
+
"model.layers.6.self_attn.k_proj.scales": "model-00001-of-00006.safetensors",
|
756 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
757 |
+
"model.layers.6.self_attn.o_proj.biases": "model-00001-of-00006.safetensors",
|
758 |
+
"model.layers.6.self_attn.o_proj.scales": "model-00001-of-00006.safetensors",
|
759 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
760 |
+
"model.layers.6.self_attn.q_proj.biases": "model-00001-of-00006.safetensors",
|
761 |
+
"model.layers.6.self_attn.q_proj.scales": "model-00001-of-00006.safetensors",
|
762 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
763 |
+
"model.layers.6.self_attn.v_proj.biases": "model-00001-of-00006.safetensors",
|
764 |
+
"model.layers.6.self_attn.v_proj.scales": "model-00001-of-00006.safetensors",
|
765 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
766 |
+
"model.layers.7.block_sparse_moe.gate.biases": "model-00002-of-00006.safetensors",
|
767 |
+
"model.layers.7.block_sparse_moe.gate.scales": "model-00002-of-00006.safetensors",
|
768 |
+
"model.layers.7.block_sparse_moe.gate.weight": "model-00002-of-00006.safetensors",
|
769 |
+
"model.layers.7.block_sparse_moe.switch_mlp.down_proj.biases": "model-00002-of-00006.safetensors",
|
770 |
+
"model.layers.7.block_sparse_moe.switch_mlp.down_proj.scales": "model-00002-of-00006.safetensors",
|
771 |
+
"model.layers.7.block_sparse_moe.switch_mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
772 |
+
"model.layers.7.block_sparse_moe.switch_mlp.gate_proj.biases": "model-00002-of-00006.safetensors",
|
773 |
+
"model.layers.7.block_sparse_moe.switch_mlp.gate_proj.scales": "model-00002-of-00006.safetensors",
|
774 |
+
"model.layers.7.block_sparse_moe.switch_mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
775 |
+
"model.layers.7.block_sparse_moe.switch_mlp.up_proj.biases": "model-00002-of-00006.safetensors",
|
776 |
+
"model.layers.7.block_sparse_moe.switch_mlp.up_proj.scales": "model-00002-of-00006.safetensors",
|
777 |
+
"model.layers.7.block_sparse_moe.switch_mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
778 |
+
"model.layers.7.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
779 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
780 |
+
"model.layers.7.self_attn.k_proj.biases": "model-00002-of-00006.safetensors",
|
781 |
+
"model.layers.7.self_attn.k_proj.scales": "model-00002-of-00006.safetensors",
|
782 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
783 |
+
"model.layers.7.self_attn.o_proj.biases": "model-00002-of-00006.safetensors",
|
784 |
+
"model.layers.7.self_attn.o_proj.scales": "model-00002-of-00006.safetensors",
|
785 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
786 |
+
"model.layers.7.self_attn.q_proj.biases": "model-00002-of-00006.safetensors",
|
787 |
+
"model.layers.7.self_attn.q_proj.scales": "model-00002-of-00006.safetensors",
|
788 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
789 |
+
"model.layers.7.self_attn.v_proj.biases": "model-00002-of-00006.safetensors",
|
790 |
+
"model.layers.7.self_attn.v_proj.scales": "model-00002-of-00006.safetensors",
|
791 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
792 |
+
"model.layers.8.block_sparse_moe.gate.biases": "model-00002-of-00006.safetensors",
|
793 |
+
"model.layers.8.block_sparse_moe.gate.scales": "model-00002-of-00006.safetensors",
|
794 |
+
"model.layers.8.block_sparse_moe.gate.weight": "model-00002-of-00006.safetensors",
|
795 |
+
"model.layers.8.block_sparse_moe.switch_mlp.down_proj.biases": "model-00002-of-00006.safetensors",
|
796 |
+
"model.layers.8.block_sparse_moe.switch_mlp.down_proj.scales": "model-00002-of-00006.safetensors",
|
797 |
+
"model.layers.8.block_sparse_moe.switch_mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
798 |
+
"model.layers.8.block_sparse_moe.switch_mlp.gate_proj.biases": "model-00002-of-00006.safetensors",
|
799 |
+
"model.layers.8.block_sparse_moe.switch_mlp.gate_proj.scales": "model-00002-of-00006.safetensors",
|
800 |
+
"model.layers.8.block_sparse_moe.switch_mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
801 |
+
"model.layers.8.block_sparse_moe.switch_mlp.up_proj.biases": "model-00002-of-00006.safetensors",
|
802 |
+
"model.layers.8.block_sparse_moe.switch_mlp.up_proj.scales": "model-00002-of-00006.safetensors",
|
803 |
+
"model.layers.8.block_sparse_moe.switch_mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
804 |
+
"model.layers.8.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
805 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
806 |
+
"model.layers.8.self_attn.k_proj.biases": "model-00002-of-00006.safetensors",
|
807 |
+
"model.layers.8.self_attn.k_proj.scales": "model-00002-of-00006.safetensors",
|
808 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
809 |
+
"model.layers.8.self_attn.o_proj.biases": "model-00002-of-00006.safetensors",
|
810 |
+
"model.layers.8.self_attn.o_proj.scales": "model-00002-of-00006.safetensors",
|
811 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
812 |
+
"model.layers.8.self_attn.q_proj.biases": "model-00002-of-00006.safetensors",
|
813 |
+
"model.layers.8.self_attn.q_proj.scales": "model-00002-of-00006.safetensors",
|
814 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
815 |
+
"model.layers.8.self_attn.v_proj.biases": "model-00002-of-00006.safetensors",
|
816 |
+
"model.layers.8.self_attn.v_proj.scales": "model-00002-of-00006.safetensors",
|
817 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
818 |
+
"model.layers.9.block_sparse_moe.gate.biases": "model-00002-of-00006.safetensors",
|
819 |
+
"model.layers.9.block_sparse_moe.gate.scales": "model-00002-of-00006.safetensors",
|
820 |
+
"model.layers.9.block_sparse_moe.gate.weight": "model-00002-of-00006.safetensors",
|
821 |
+
"model.layers.9.block_sparse_moe.switch_mlp.down_proj.biases": "model-00002-of-00006.safetensors",
|
822 |
+
"model.layers.9.block_sparse_moe.switch_mlp.down_proj.scales": "model-00002-of-00006.safetensors",
|
823 |
+
"model.layers.9.block_sparse_moe.switch_mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
824 |
+
"model.layers.9.block_sparse_moe.switch_mlp.gate_proj.biases": "model-00002-of-00006.safetensors",
|
825 |
+
"model.layers.9.block_sparse_moe.switch_mlp.gate_proj.scales": "model-00002-of-00006.safetensors",
|
826 |
+
"model.layers.9.block_sparse_moe.switch_mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
827 |
+
"model.layers.9.block_sparse_moe.switch_mlp.up_proj.biases": "model-00002-of-00006.safetensors",
|
828 |
+
"model.layers.9.block_sparse_moe.switch_mlp.up_proj.scales": "model-00002-of-00006.safetensors",
|
829 |
+
"model.layers.9.block_sparse_moe.switch_mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
830 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
831 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
832 |
+
"model.layers.9.self_attn.k_proj.biases": "model-00002-of-00006.safetensors",
|
833 |
+
"model.layers.9.self_attn.k_proj.scales": "model-00002-of-00006.safetensors",
|
834 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
835 |
+
"model.layers.9.self_attn.o_proj.biases": "model-00002-of-00006.safetensors",
|
836 |
+
"model.layers.9.self_attn.o_proj.scales": "model-00002-of-00006.safetensors",
|
837 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
838 |
+
"model.layers.9.self_attn.q_proj.biases": "model-00002-of-00006.safetensors",
|
839 |
+
"model.layers.9.self_attn.q_proj.scales": "model-00002-of-00006.safetensors",
|
840 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
841 |
+
"model.layers.9.self_attn.v_proj.biases": "model-00002-of-00006.safetensors",
|
842 |
+
"model.layers.9.self_attn.v_proj.scales": "model-00002-of-00006.safetensors",
|
843 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
844 |
+
"model.norm.weight": "model-00006-of-00006.safetensors"
|
845 |
+
}
|
846 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,153 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|START_OF_TURN_TOKEN|>",
|
4 |
+
"<|END_OF_TURN_TOKEN|>",
|
5 |
+
"<|USER_TOKEN|>",
|
6 |
+
"<|CHATBOT_TOKEN|>",
|
7 |
+
"<|SYSTEM_TOKEN|>",
|
8 |
+
"<|EXTRA_5_TOKEN|>",
|
9 |
+
"<|EXTRA_6_TOKEN|>",
|
10 |
+
"<|EXTRA_7_TOKEN|>",
|
11 |
+
"<|EXTRA_8_TOKEN|>",
|
12 |
+
"<|EXTRA_9_TOKEN|>",
|
13 |
+
"<|EXTRA_10_TOKEN|>",
|
14 |
+
"<|EXTRA_11_TOKEN|>",
|
15 |
+
"<|EXTRA_12_TOKEN|>",
|
16 |
+
"<|EXTRA_13_TOKEN|>",
|
17 |
+
"<|EXTRA_14_TOKEN|>",
|
18 |
+
"<|EXTRA_15_TOKEN|>",
|
19 |
+
"<|EXTRA_16_TOKEN|>",
|
20 |
+
"<|EXTRA_17_TOKEN|>",
|
21 |
+
"<|EXTRA_18_TOKEN|>",
|
22 |
+
"<|EXTRA_19_TOKEN|>",
|
23 |
+
"<|EXTRA_20_TOKEN|>",
|
24 |
+
"<|EXTRA_21_TOKEN|>",
|
25 |
+
"<|EXTRA_22_TOKEN|>",
|
26 |
+
"<|EXTRA_23_TOKEN|>",
|
27 |
+
"<|EXTRA_24_TOKEN|>",
|
28 |
+
"<|EXTRA_25_TOKEN|>",
|
29 |
+
"<|EXTRA_26_TOKEN|>",
|
30 |
+
"<|EXTRA_27_TOKEN|>",
|
31 |
+
"<|EXTRA_28_TOKEN|>",
|
32 |
+
"<|EXTRA_29_TOKEN|>",
|
33 |
+
"<|EXTRA_30_TOKEN|>",
|
34 |
+
"<|EXTRA_31_TOKEN|>",
|
35 |
+
"<|EXTRA_32_TOKEN|>",
|
36 |
+
"<|EXTRA_33_TOKEN|>",
|
37 |
+
"<|EXTRA_34_TOKEN|>",
|
38 |
+
"<|EXTRA_35_TOKEN|>",
|
39 |
+
"<|EXTRA_36_TOKEN|>",
|
40 |
+
"<|EXTRA_37_TOKEN|>",
|
41 |
+
"<|EXTRA_38_TOKEN|>",
|
42 |
+
"<|EXTRA_39_TOKEN|>",
|
43 |
+
"<|EXTRA_40_TOKEN|>",
|
44 |
+
"<|EXTRA_41_TOKEN|>",
|
45 |
+
"<|EXTRA_42_TOKEN|>",
|
46 |
+
"<|EXTRA_43_TOKEN|>",
|
47 |
+
"<|EXTRA_44_TOKEN|>",
|
48 |
+
"<|EXTRA_45_TOKEN|>",
|
49 |
+
"<|EXTRA_46_TOKEN|>",
|
50 |
+
"<|EXTRA_47_TOKEN|>",
|
51 |
+
"<|EXTRA_48_TOKEN|>",
|
52 |
+
"<|EXTRA_49_TOKEN|>",
|
53 |
+
"<|EXTRA_50_TOKEN|>",
|
54 |
+
"<|EXTRA_51_TOKEN|>",
|
55 |
+
"<|EXTRA_52_TOKEN|>",
|
56 |
+
"<|EXTRA_53_TOKEN|>",
|
57 |
+
"<|EXTRA_54_TOKEN|>",
|
58 |
+
"<|EXTRA_55_TOKEN|>",
|
59 |
+
"<|EXTRA_56_TOKEN|>",
|
60 |
+
"<|EXTRA_57_TOKEN|>",
|
61 |
+
"<|EXTRA_58_TOKEN|>",
|
62 |
+
"<|EXTRA_59_TOKEN|>",
|
63 |
+
"<|EXTRA_60_TOKEN|>",
|
64 |
+
"<|EXTRA_61_TOKEN|>",
|
65 |
+
"<|EXTRA_62_TOKEN|>",
|
66 |
+
"<|EXTRA_63_TOKEN|>",
|
67 |
+
"<|EXTRA_64_TOKEN|>",
|
68 |
+
"<|EXTRA_65_TOKEN|>",
|
69 |
+
"<|EXTRA_66_TOKEN|>",
|
70 |
+
"<|EXTRA_67_TOKEN|>",
|
71 |
+
"<|EXTRA_68_TOKEN|>",
|
72 |
+
"<|EXTRA_69_TOKEN|>",
|
73 |
+
"<|EXTRA_70_TOKEN|>",
|
74 |
+
"<|EXTRA_71_TOKEN|>",
|
75 |
+
"<|EXTRA_72_TOKEN|>",
|
76 |
+
"<|EXTRA_73_TOKEN|>",
|
77 |
+
"<|EXTRA_74_TOKEN|>",
|
78 |
+
"<|EXTRA_75_TOKEN|>",
|
79 |
+
"<|EXTRA_76_TOKEN|>",
|
80 |
+
"<|EXTRA_77_TOKEN|>",
|
81 |
+
"<|EXTRA_78_TOKEN|>",
|
82 |
+
"<|EXTRA_79_TOKEN|>",
|
83 |
+
"<|EXTRA_80_TOKEN|>",
|
84 |
+
"<|EXTRA_81_TOKEN|>",
|
85 |
+
"<|EXTRA_82_TOKEN|>",
|
86 |
+
"<|EXTRA_83_TOKEN|>",
|
87 |
+
"<|EXTRA_84_TOKEN|>",
|
88 |
+
"<|EXTRA_85_TOKEN|>",
|
89 |
+
"<|EXTRA_86_TOKEN|>",
|
90 |
+
"<|EXTRA_87_TOKEN|>",
|
91 |
+
"<|EXTRA_88_TOKEN|>",
|
92 |
+
"<|EXTRA_89_TOKEN|>",
|
93 |
+
"<|EXTRA_90_TOKEN|>",
|
94 |
+
"<|EXTRA_91_TOKEN|>",
|
95 |
+
"<|EXTRA_92_TOKEN|>",
|
96 |
+
"<|EXTRA_93_TOKEN|>",
|
97 |
+
"<|EXTRA_94_TOKEN|>",
|
98 |
+
"<|EXTRA_95_TOKEN|>",
|
99 |
+
"<|EXTRA_96_TOKEN|>",
|
100 |
+
"<|EXTRA_97_TOKEN|>",
|
101 |
+
"<|EXTRA_98_TOKEN|>",
|
102 |
+
"<|EXTRA_99_TOKEN|>",
|
103 |
+
"<|EXTRA_100_TOKEN|>",
|
104 |
+
"<|EXTRA_101_TOKEN|>",
|
105 |
+
"<|EXTRA_102_TOKEN|>",
|
106 |
+
"<|EXTRA_103_TOKEN|>",
|
107 |
+
"<|EXTRA_104_TOKEN|>",
|
108 |
+
"<|EXTRA_105_TOKEN|>",
|
109 |
+
"<|EXTRA_106_TOKEN|>",
|
110 |
+
"<|EXTRA_107_TOKEN|>",
|
111 |
+
"<|EXTRA_108_TOKEN|>",
|
112 |
+
"<|EXTRA_109_TOKEN|>",
|
113 |
+
"<|EXTRA_110_TOKEN|>",
|
114 |
+
"<|EXTRA_111_TOKEN|>",
|
115 |
+
"<|EXTRA_112_TOKEN|>",
|
116 |
+
"<|EXTRA_113_TOKEN|>",
|
117 |
+
"<|EXTRA_114_TOKEN|>",
|
118 |
+
"<|EXTRA_115_TOKEN|>",
|
119 |
+
"<|EXTRA_116_TOKEN|>",
|
120 |
+
"<|EXTRA_117_TOKEN|>",
|
121 |
+
"<|EXTRA_118_TOKEN|>",
|
122 |
+
"<|EXTRA_119_TOKEN|>",
|
123 |
+
"<|EXTRA_120_TOKEN|>",
|
124 |
+
"<|EXTRA_121_TOKEN|>",
|
125 |
+
"<|EXTRA_122_TOKEN|>",
|
126 |
+
"<|EXTRA_123_TOKEN|>",
|
127 |
+
"<|EXTRA_124_TOKEN|>",
|
128 |
+
"<|EXTRA_125_TOKEN|>",
|
129 |
+
"<|EXTRA_126_TOKEN|>",
|
130 |
+
"<|EXTRA_127_TOKEN|>"
|
131 |
+
],
|
132 |
+
"bos_token": {
|
133 |
+
"content": "<s>",
|
134 |
+
"lstrip": false,
|
135 |
+
"normalized": false,
|
136 |
+
"rstrip": false,
|
137 |
+
"single_word": false
|
138 |
+
},
|
139 |
+
"eos_token": {
|
140 |
+
"content": "<|END_OF_TURN_TOKEN|>",
|
141 |
+
"lstrip": false,
|
142 |
+
"normalized": false,
|
143 |
+
"rstrip": false,
|
144 |
+
"single_word": false
|
145 |
+
},
|
146 |
+
"unk_token": {
|
147 |
+
"content": "<unk>",
|
148 |
+
"lstrip": false,
|
149 |
+
"normalized": false,
|
150 |
+
"rstrip": false,
|
151 |
+
"single_word": false
|
152 |
+
}
|
153 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
|
3 |
+
size 493443
|
tokenizer_config.json
ADDED
@@ -0,0 +1,1210 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|