Upload folder using huggingface_hub
#1
by
MaziyarPanahi
- opened
- README.md +166 -0
- config.json +29 -0
- model-00001-of-00005.safetensors +3 -0
- model-00002-of-00005.safetensors +3 -0
- model-00003-of-00005.safetensors +3 -0
- model-00004-of-00005.safetensors +3 -0
- model-00005-of-00005.safetensors +3 -0
- model.safetensors.index.json +1 -0
- special_tokens_map.json +24 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +46 -0
README.md
ADDED
@@ -0,0 +1,166 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
- mistral
|
6 |
+
- 7b
|
7 |
+
- calme
|
8 |
+
- moe
|
9 |
+
- mixtral
|
10 |
+
model-index:
|
11 |
+
- name: Calme-4x7B-MoE-v0.2
|
12 |
+
results: []
|
13 |
+
model_name: Calme-4x7B-MoE-v0.2
|
14 |
+
inference: false
|
15 |
+
model_creator: MaziyarPanahi
|
16 |
+
pipeline_tag: text-generation
|
17 |
+
quantized_by: MaziyarPanahi
|
18 |
+
---
|
19 |
+
|
20 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/5fd5e18a90b6dc4633f6d292/LzEf6vvq2qIiys-q7l9Hq.webp" width="550" />
|
21 |
+
|
22 |
+
# MaziyarPanahi/Calme-4x7B-MoE-v0.2
|
23 |
+
|
24 |
+
## Model Description
|
25 |
+
|
26 |
+
Calme-4x7B is a Mixture of Experts (MoE) model, integrating four state-of-the-art Calme-7B models. Essentially, Calme-4x7B is composed of four Calme-7B models that have been individually fine-tuned, featuring two experts per token. This configuration brings the total to over 24 billion parameters. Calme-4x7B models are distinguished by their ability to generate text with exceptional clarity, calmness, and coherence.
|
27 |
+
|
28 |
+
### How to Use
|
29 |
+
|
30 |
+
```python
|
31 |
+
# Use a pipeline as a high-level helper
|
32 |
+
from transformers import pipeline
|
33 |
+
|
34 |
+
pipe = pipeline("text-generation", model="MaziyarPanahi/Calme-4x7B-MoE-v0.2")
|
35 |
+
|
36 |
+
# Load model directly
|
37 |
+
from transformers import AutoTokenizer, AutoModelForCausalLM
|
38 |
+
|
39 |
+
tokenizer = AutoTokenizer.from_pretrained("MaziyarPanahi/Calme-4x7B-MoE-v0.2")
|
40 |
+
model = AutoModelForCausalLM.from_pretrained("MaziyarPanahi/Calme-4x7B-MoE-v0.2")
|
41 |
+
```
|
42 |
+
|
43 |
+
### Quantized Models
|
44 |
+
|
45 |
+
> I love how GGUF democratizes the use of Large Language Models (LLMs) on commodity hardware, more specifically, personal computers without any accelerated hardware. Because of this, I am committed to converting and quantizing any models I fine-tune to make them accessible to everyone!
|
46 |
+
|
47 |
+
- GGUF (2/3/4/5/6/8 bits): [MaziyarPanahi/Calme-4x7B-MoE-v0.2-GGUF](https://huggingface.co/MaziyarPanahi/Calme-4x7B-MoE-v0.2-GGUF)
|
48 |
+
|
49 |
+
## Examples
|
50 |
+
|
51 |
+
```
|
52 |
+
<s>[INST] You are a helpful, respectful and honest assistant. Always answer as helpfully as possible, while being safe. Your answers should not include any harmful, unethical, racist, sexist, toxic, dangerous, or illegal content. Please ensure that your responses are socially unbiased and positive in nature.
|
53 |
+
|
54 |
+
If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information.
|
55 |
+
|
56 |
+
describe about pros and cons of docker system. [/INST]
|
57 |
+
```
|
58 |
+
|
59 |
+
<details>
|
60 |
+
<summary>Show me the response</summary>
|
61 |
+
|
62 |
+
```
|
63 |
+
|
64 |
+
```
|
65 |
+
|
66 |
+
</details>
|
67 |
+
|
68 |
+
|
69 |
+
```
|
70 |
+
|
71 |
+
```
|
72 |
+
|
73 |
+
<details>
|
74 |
+
<summary>Show me the response</summary>
|
75 |
+
|
76 |
+
```
|
77 |
+
|
78 |
+
```
|
79 |
+
|
80 |
+
</details>
|
81 |
+
|
82 |
+
|
83 |
+
```
|
84 |
+
<s> [INST] Mark is faster than Mary, Mary is faster than Joe. Is Joe faster than Mark? Let's think step by step [/INST]
|
85 |
+
```
|
86 |
+
|
87 |
+
<details>
|
88 |
+
<summary>Show me the response</summary>
|
89 |
+
|
90 |
+
```
|
91 |
+
|
92 |
+
```
|
93 |
+
|
94 |
+
</details>
|
95 |
+
|
96 |
+
|
97 |
+
```
|
98 |
+
|
99 |
+
```
|
100 |
+
|
101 |
+
<details>
|
102 |
+
<summary>Show me the response</summary>
|
103 |
+
|
104 |
+
```
|
105 |
+
|
106 |
+
```
|
107 |
+
|
108 |
+
</details>
|
109 |
+
|
110 |
+
|
111 |
+
```
|
112 |
+
<s> [INST] explain step by step 25-4*2+3=? [/INST]
|
113 |
+
```
|
114 |
+
|
115 |
+
<details>
|
116 |
+
<summary>Show me the response</summary>
|
117 |
+
|
118 |
+
```
|
119 |
+
|
120 |
+
```
|
121 |
+
</details>
|
122 |
+
|
123 |
+
|
124 |
+
**Multilingual:**
|
125 |
+
|
126 |
+
```
|
127 |
+
<s> [INST] Vous êtes un assistant utile, respectueux et honnête. Répondez toujours de la manière la plus utile possible, tout en étant sûr. Vos réponses ne doivent inclure aucun contenu nuisible, contraire à l'éthique, raciste, sexiste, toxique, dangereux ou illégal. Assurez-vous que vos réponses sont socialement impartiales et de nature positive.
|
128 |
+
|
129 |
+
Si une question n'a pas de sens ou n'est pas cohérente d'un point de vue factuel, expliquez pourquoi au lieu de répondre quelque chose d'incorrect. Si vous ne connaissez pas la réponse à une question, veuillez ne pas partager de fausses informations.
|
130 |
+
|
131 |
+
Décrivez les avantages et les inconvénients du système Docker.[/INST]
|
132 |
+
```
|
133 |
+
|
134 |
+
<details>
|
135 |
+
<summary>Show me the response</summary>
|
136 |
+
|
137 |
+
```
|
138 |
+
|
139 |
+
```
|
140 |
+
|
141 |
+
<details>
|
142 |
+
<summary>Show me the response</summary>
|
143 |
+
|
144 |
+
```
|
145 |
+
|
146 |
+
```
|
147 |
+
|
148 |
+
</details>
|
149 |
+
|
150 |
+
|
151 |
+
```
|
152 |
+
<s>[INST] Ви - корисний, поважний та чесний помічник. Завжди відповідайте максимально корисно, будучи безпечним. Ваші відповіді не повинні містити шкідливого, неетичного, расистського, сексистського, токсичного, небезпечного або нелегального контенту. Будь ласка, переконайтеся, що ваші відповіді соціально неупереджені та мають позитивний характер.
|
153 |
+
|
154 |
+
Якщо питання не має сенсу або не є фактично послідовним, поясніть чому, замість того, щоб відповідати щось некоректне. Якщо ви не знаєте відповіді на питання, будь ласка, не діліться неправдивою інформацією.
|
155 |
+
|
156 |
+
Опис про переваги та недоліки системи Docker.[/INST]
|
157 |
+
```
|
158 |
+
|
159 |
+
<details>
|
160 |
+
<summary>Show me the response</summary>
|
161 |
+
|
162 |
+
```
|
163 |
+
|
164 |
+
```
|
165 |
+
|
166 |
+
</details>
|
config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"MixtralForCausalLM"
|
4 |
+
],
|
5 |
+
"attention_dropout": 0.0,
|
6 |
+
"bos_token_id": 1,
|
7 |
+
"eos_token_id": 2,
|
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": 4,
|
19 |
+
"output_router_logits": false,
|
20 |
+
"rms_norm_eps": 1e-05,
|
21 |
+
"rope_theta": 10000.0,
|
22 |
+
"router_aux_loss_coef": 0.001,
|
23 |
+
"sliding_window": null,
|
24 |
+
"tie_word_embeddings": false,
|
25 |
+
"torch_dtype": "bfloat16",
|
26 |
+
"transformers_version": "4.37.2",
|
27 |
+
"use_cache": false,
|
28 |
+
"vocab_size": 32000
|
29 |
+
}
|
model-00001-of-00005.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0607bd8a873a44b1230c3ca9e705a35efd5a6a97e00989198846dcb5fb46fed0
|
3 |
+
size 9919666872
|
model-00002-of-00005.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c94bbfcfdb8edba4d84fecd7d1890ff704d7657be1f536ed9776f5afc948b58
|
3 |
+
size 9898670488
|
model-00003-of-00005.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d4a3a0eb78d8b1539f28e4ee24687a40182c8985a8e590c2eb8bfdb8dd78662
|
3 |
+
size 9982573720
|
model-00004-of-00005.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7bf033340d46670ed95d0602be1572755b59c5b36b2902b0c368ae1a8389bf0f
|
3 |
+
size 9982573720
|
model-00005-of-00005.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c8dc1128fb3edf6d7dc6e48892664f55c7a1ee6a9ae103b90a621d2ca2123e6
|
3 |
+
size 8523972544
|
model.safetensors.index.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"metadata": {"mergekit_version": "0.0.4.1"}, "weight_map": {"model.embed_tokens.weight": "model-00001-of-00005.safetensors", "model.norm.weight": "model-00001-of-00005.safetensors", "lm_head.weight": "model-00001-of-00005.safetensors", "model.layers.0.input_layernorm.weight": "model-00001-of-00005.safetensors", "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00005.safetensors", "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00005.safetensors", "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00005.safetensors", "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00005.safetensors", "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00005.safetensors", "model.layers.0.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00005.safetensors", "model.layers.0.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00005.safetensors", "model.layers.0.block_sparse_moe.experts.2.w3.weight": "model-00001-of-00005.safetensors", "model.layers.0.block_sparse_moe.experts.3.w3.weight": "model-00001-of-00005.safetensors", "model.layers.0.block_sparse_moe.experts.0.w1.weight": "model-00001-of-00005.safetensors", "model.layers.0.block_sparse_moe.experts.1.w1.weight": "model-00001-of-00005.safetensors", "model.layers.0.block_sparse_moe.experts.2.w1.weight": "model-00001-of-00005.safetensors", "model.layers.0.block_sparse_moe.experts.3.w1.weight": "model-00001-of-00005.safetensors", "model.layers.0.block_sparse_moe.experts.0.w2.weight": "model-00001-of-00005.safetensors", "model.layers.0.block_sparse_moe.experts.1.w2.weight": "model-00001-of-00005.safetensors", "model.layers.0.block_sparse_moe.experts.2.w2.weight": "model-00001-of-00005.safetensors", "model.layers.0.block_sparse_moe.experts.3.w2.weight": "model-00001-of-00005.safetensors", "model.layers.1.input_layernorm.weight": "model-00001-of-00005.safetensors", "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00005.safetensors", "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00005.safetensors", "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00005.safetensors", "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00005.safetensors", "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00005.safetensors", "model.layers.1.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00005.safetensors", "model.layers.1.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00005.safetensors", "model.layers.1.block_sparse_moe.experts.2.w3.weight": "model-00001-of-00005.safetensors", "model.layers.1.block_sparse_moe.experts.3.w3.weight": "model-00001-of-00005.safetensors", "model.layers.1.block_sparse_moe.experts.0.w1.weight": "model-00001-of-00005.safetensors", "model.layers.1.block_sparse_moe.experts.1.w1.weight": "model-00001-of-00005.safetensors", "model.layers.1.block_sparse_moe.experts.2.w1.weight": "model-00001-of-00005.safetensors", "model.layers.1.block_sparse_moe.experts.3.w1.weight": "model-00001-of-00005.safetensors", "model.layers.1.block_sparse_moe.experts.0.w2.weight": "model-00001-of-00005.safetensors", "model.layers.1.block_sparse_moe.experts.1.w2.weight": "model-00001-of-00005.safetensors", "model.layers.1.block_sparse_moe.experts.2.w2.weight": "model-00001-of-00005.safetensors", "model.layers.1.block_sparse_moe.experts.3.w2.weight": "model-00001-of-00005.safetensors", "model.layers.2.input_layernorm.weight": "model-00001-of-00005.safetensors", "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00005.safetensors", "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00005.safetensors", "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00005.safetensors", "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00005.safetensors", "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00005.safetensors", "model.layers.2.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00005.safetensors", "model.layers.2.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00005.safetensors", "model.layers.2.block_sparse_moe.experts.2.w3.weight": "model-00001-of-00005.safetensors", "model.layers.2.block_sparse_moe.experts.3.w3.weight": "model-00001-of-00005.safetensors", "model.layers.2.block_sparse_moe.experts.0.w1.weight": "model-00001-of-00005.safetensors", "model.layers.2.block_sparse_moe.experts.1.w1.weight": "model-00001-of-00005.safetensors", "model.layers.2.block_sparse_moe.experts.2.w1.weight": "model-00001-of-00005.safetensors", "model.layers.2.block_sparse_moe.experts.3.w1.weight": "model-00001-of-00005.safetensors", "model.layers.2.block_sparse_moe.experts.0.w2.weight": "model-00001-of-00005.safetensors", "model.layers.2.block_sparse_moe.experts.1.w2.weight": "model-00001-of-00005.safetensors", "model.layers.2.block_sparse_moe.experts.2.w2.weight": "model-00001-of-00005.safetensors", "model.layers.2.block_sparse_moe.experts.3.w2.weight": "model-00001-of-00005.safetensors", "model.layers.3.input_layernorm.weight": "model-00001-of-00005.safetensors", "model.layers.3.self_attn.q_proj.weight": "model-00001-of-00005.safetensors", "model.layers.3.self_attn.k_proj.weight": "model-00001-of-00005.safetensors", "model.layers.3.self_attn.v_proj.weight": "model-00001-of-00005.safetensors", "model.layers.3.self_attn.o_proj.weight": "model-00001-of-00005.safetensors", "model.layers.3.post_attention_layernorm.weight": "model-00001-of-00005.safetensors", "model.layers.3.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00005.safetensors", "model.layers.3.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00005.safetensors", "model.layers.3.block_sparse_moe.experts.2.w3.weight": "model-00001-of-00005.safetensors", "model.layers.3.block_sparse_moe.experts.3.w3.weight": "model-00001-of-00005.safetensors", "model.layers.3.block_sparse_moe.experts.0.w1.weight": "model-00001-of-00005.safetensors", "model.layers.3.block_sparse_moe.experts.1.w1.weight": "model-00001-of-00005.safetensors", "model.layers.3.block_sparse_moe.experts.2.w1.weight": "model-00001-of-00005.safetensors", "model.layers.3.block_sparse_moe.experts.3.w1.weight": "model-00001-of-00005.safetensors", "model.layers.3.block_sparse_moe.experts.0.w2.weight": "model-00001-of-00005.safetensors", "model.layers.3.block_sparse_moe.experts.1.w2.weight": "model-00001-of-00005.safetensors", "model.layers.3.block_sparse_moe.experts.2.w2.weight": "model-00001-of-00005.safetensors", "model.layers.3.block_sparse_moe.experts.3.w2.weight": "model-00001-of-00005.safetensors", "model.layers.4.input_layernorm.weight": "model-00001-of-00005.safetensors", "model.layers.4.self_attn.q_proj.weight": "model-00001-of-00005.safetensors", "model.layers.4.self_attn.k_proj.weight": "model-00001-of-00005.safetensors", "model.layers.4.self_attn.v_proj.weight": "model-00001-of-00005.safetensors", "model.layers.4.self_attn.o_proj.weight": "model-00001-of-00005.safetensors", "model.layers.4.post_attention_layernorm.weight": "model-00001-of-00005.safetensors", "model.layers.4.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00005.safetensors", "model.layers.4.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00005.safetensors", "model.layers.4.block_sparse_moe.experts.2.w3.weight": "model-00001-of-00005.safetensors", "model.layers.4.block_sparse_moe.experts.3.w3.weight": "model-00001-of-00005.safetensors", "model.layers.4.block_sparse_moe.experts.0.w1.weight": "model-00001-of-00005.safetensors", "model.layers.4.block_sparse_moe.experts.1.w1.weight": "model-00001-of-00005.safetensors", "model.layers.4.block_sparse_moe.experts.2.w1.weight": "model-00001-of-00005.safetensors", "model.layers.4.block_sparse_moe.experts.3.w1.weight": "model-00001-of-00005.safetensors", "model.layers.4.block_sparse_moe.experts.0.w2.weight": "model-00001-of-00005.safetensors", "model.layers.4.block_sparse_moe.experts.1.w2.weight": "model-00001-of-00005.safetensors", "model.layers.4.block_sparse_moe.experts.2.w2.weight": "model-00001-of-00005.safetensors", "model.layers.4.block_sparse_moe.experts.3.w2.weight": "model-00001-of-00005.safetensors", "model.layers.5.input_layernorm.weight": "model-00001-of-00005.safetensors", "model.layers.5.self_attn.q_proj.weight": "model-00001-of-00005.safetensors", "model.layers.5.self_attn.k_proj.weight": "model-00001-of-00005.safetensors", "model.layers.5.self_attn.v_proj.weight": "model-00001-of-00005.safetensors", "model.layers.5.self_attn.o_proj.weight": "model-00001-of-00005.safetensors", "model.layers.5.post_attention_layernorm.weight": "model-00001-of-00005.safetensors", "model.layers.5.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00005.safetensors", "model.layers.5.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00005.safetensors", "model.layers.5.block_sparse_moe.experts.2.w3.weight": "model-00001-of-00005.safetensors", "model.layers.5.block_sparse_moe.experts.3.w3.weight": "model-00001-of-00005.safetensors", "model.layers.5.block_sparse_moe.experts.0.w1.weight": "model-00001-of-00005.safetensors", "model.layers.5.block_sparse_moe.experts.1.w1.weight": "model-00001-of-00005.safetensors", "model.layers.5.block_sparse_moe.experts.2.w1.weight": "model-00001-of-00005.safetensors", "model.layers.5.block_sparse_moe.experts.3.w1.weight": "model-00001-of-00005.safetensors", "model.layers.5.block_sparse_moe.experts.0.w2.weight": "model-00001-of-00005.safetensors", "model.layers.5.block_sparse_moe.experts.1.w2.weight": "model-00001-of-00005.safetensors", "model.layers.5.block_sparse_moe.experts.2.w2.weight": "model-00001-of-00005.safetensors", "model.layers.5.block_sparse_moe.experts.3.w2.weight": "model-00001-of-00005.safetensors", "model.layers.6.input_layernorm.weight": "model-00001-of-00005.safetensors", "model.layers.6.self_attn.q_proj.weight": "model-00001-of-00005.safetensors", "model.layers.6.self_attn.k_proj.weight": "model-00001-of-00005.safetensors", "model.layers.6.self_attn.v_proj.weight": "model-00001-of-00005.safetensors", "model.layers.6.self_attn.o_proj.weight": "model-00001-of-00005.safetensors", "model.layers.6.post_attention_layernorm.weight": "model-00001-of-00005.safetensors", "model.layers.6.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00005.safetensors", "model.layers.6.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00005.safetensors", "model.layers.6.block_sparse_moe.experts.2.w3.weight": "model-00001-of-00005.safetensors", "model.layers.6.block_sparse_moe.experts.3.w3.weight": "model-00002-of-00005.safetensors", "model.layers.6.block_sparse_moe.experts.0.w1.weight": "model-00002-of-00005.safetensors", "model.layers.6.block_sparse_moe.experts.1.w1.weight": "model-00002-of-00005.safetensors", "model.layers.6.block_sparse_moe.experts.2.w1.weight": "model-00002-of-00005.safetensors", "model.layers.6.block_sparse_moe.experts.3.w1.weight": "model-00002-of-00005.safetensors", "model.layers.6.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00005.safetensors", "model.layers.6.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00005.safetensors", "model.layers.6.block_sparse_moe.experts.2.w2.weight": "model-00002-of-00005.safetensors", "model.layers.6.block_sparse_moe.experts.3.w2.weight": "model-00002-of-00005.safetensors", "model.layers.7.input_layernorm.weight": "model-00002-of-00005.safetensors", "model.layers.7.self_attn.q_proj.weight": "model-00002-of-00005.safetensors", "model.layers.7.self_attn.k_proj.weight": "model-00002-of-00005.safetensors", "model.layers.7.self_attn.v_proj.weight": "model-00002-of-00005.safetensors", "model.layers.7.self_attn.o_proj.weight": "model-00002-of-00005.safetensors", "model.layers.7.post_attention_layernorm.weight": "model-00002-of-00005.safetensors", "model.layers.7.block_sparse_moe.experts.0.w3.weight": "model-00002-of-00005.safetensors", "model.layers.7.block_sparse_moe.experts.1.w3.weight": "model-00002-of-00005.safetensors", "model.layers.7.block_sparse_moe.experts.2.w3.weight": "model-00002-of-00005.safetensors", "model.layers.7.block_sparse_moe.experts.3.w3.weight": "model-00002-of-00005.safetensors", "model.layers.7.block_sparse_moe.experts.0.w1.weight": "model-00002-of-00005.safetensors", "model.layers.7.block_sparse_moe.experts.1.w1.weight": "model-00002-of-00005.safetensors", "model.layers.7.block_sparse_moe.experts.2.w1.weight": "model-00002-of-00005.safetensors", "model.layers.7.block_sparse_moe.experts.3.w1.weight": "model-00002-of-00005.safetensors", "model.layers.7.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00005.safetensors", "model.layers.7.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00005.safetensors", "model.layers.7.block_sparse_moe.experts.2.w2.weight": "model-00002-of-00005.safetensors", "model.layers.7.block_sparse_moe.experts.3.w2.weight": "model-00002-of-00005.safetensors", "model.layers.8.input_layernorm.weight": "model-00002-of-00005.safetensors", "model.layers.8.self_attn.q_proj.weight": "model-00002-of-00005.safetensors", "model.layers.8.self_attn.k_proj.weight": "model-00002-of-00005.safetensors", "model.layers.8.self_attn.v_proj.weight": "model-00002-of-00005.safetensors", "model.layers.8.self_attn.o_proj.weight": "model-00002-of-00005.safetensors", "model.layers.8.post_attention_layernorm.weight": "model-00002-of-00005.safetensors", "model.layers.8.block_sparse_moe.experts.0.w3.weight": "model-00002-of-00005.safetensors", "model.layers.8.block_sparse_moe.experts.1.w3.weight": "model-00002-of-00005.safetensors", "model.layers.8.block_sparse_moe.experts.2.w3.weight": "model-00002-of-00005.safetensors", "model.layers.8.block_sparse_moe.experts.3.w3.weight": "model-00002-of-00005.safetensors", "model.layers.8.block_sparse_moe.experts.0.w1.weight": "model-00002-of-00005.safetensors", "model.layers.8.block_sparse_moe.experts.1.w1.weight": "model-00002-of-00005.safetensors", "model.layers.8.block_sparse_moe.experts.2.w1.weight": "model-00002-of-00005.safetensors", "model.layers.8.block_sparse_moe.experts.3.w1.weight": "model-00002-of-00005.safetensors", "model.layers.8.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00005.safetensors", "model.layers.8.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00005.safetensors", "model.layers.8.block_sparse_moe.experts.2.w2.weight": "model-00002-of-00005.safetensors", "model.layers.8.block_sparse_moe.experts.3.w2.weight": "model-00002-of-00005.safetensors", "model.layers.9.input_layernorm.weight": "model-00002-of-00005.safetensors", "model.layers.9.self_attn.q_proj.weight": "model-00002-of-00005.safetensors", "model.layers.9.self_attn.k_proj.weight": "model-00002-of-00005.safetensors", "model.layers.9.self_attn.v_proj.weight": "model-00002-of-00005.safetensors", "model.layers.9.self_attn.o_proj.weight": "model-00002-of-00005.safetensors", "model.layers.9.post_attention_layernorm.weight": "model-00002-of-00005.safetensors", "model.layers.9.block_sparse_moe.experts.0.w3.weight": "model-00002-of-00005.safetensors", "model.layers.9.block_sparse_moe.experts.1.w3.weight": "model-00002-of-00005.safetensors", "model.layers.9.block_sparse_moe.experts.2.w3.weight": "model-00002-of-00005.safetensors", "model.layers.9.block_sparse_moe.experts.3.w3.weight": "model-00002-of-00005.safetensors", "model.layers.9.block_sparse_moe.experts.0.w1.weight": "model-00002-of-00005.safetensors", "model.layers.9.block_sparse_moe.experts.1.w1.weight": "model-00002-of-00005.safetensors", "model.layers.9.block_sparse_moe.experts.2.w1.weight": "model-00002-of-00005.safetensors", "model.layers.9.block_sparse_moe.experts.3.w1.weight": "model-00002-of-00005.safetensors", "model.layers.9.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00005.safetensors", "model.layers.9.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00005.safetensors", "model.layers.9.block_sparse_moe.experts.2.w2.weight": "model-00002-of-00005.safetensors", "model.layers.9.block_sparse_moe.experts.3.w2.weight": "model-00002-of-00005.safetensors", "model.layers.10.input_layernorm.weight": "model-00002-of-00005.safetensors", "model.layers.10.self_attn.q_proj.weight": "model-00002-of-00005.safetensors", "model.layers.10.self_attn.k_proj.weight": "model-00002-of-00005.safetensors", "model.layers.10.self_attn.v_proj.weight": "model-00002-of-00005.safetensors", "model.layers.10.self_attn.o_proj.weight": "model-00002-of-00005.safetensors", "model.layers.10.post_attention_layernorm.weight": "model-00002-of-00005.safetensors", "model.layers.10.block_sparse_moe.experts.0.w3.weight": "model-00002-of-00005.safetensors", "model.layers.10.block_sparse_moe.experts.1.w3.weight": "model-00002-of-00005.safetensors", "model.layers.10.block_sparse_moe.experts.2.w3.weight": "model-00002-of-00005.safetensors", "model.layers.10.block_sparse_moe.experts.3.w3.weight": "model-00002-of-00005.safetensors", "model.layers.10.block_sparse_moe.experts.0.w1.weight": "model-00002-of-00005.safetensors", "model.layers.10.block_sparse_moe.experts.1.w1.weight": "model-00002-of-00005.safetensors", "model.layers.10.block_sparse_moe.experts.2.w1.weight": "model-00002-of-00005.safetensors", "model.layers.10.block_sparse_moe.experts.3.w1.weight": "model-00002-of-00005.safetensors", "model.layers.10.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00005.safetensors", "model.layers.10.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00005.safetensors", "model.layers.10.block_sparse_moe.experts.2.w2.weight": "model-00002-of-00005.safetensors", "model.layers.10.block_sparse_moe.experts.3.w2.weight": "model-00002-of-00005.safetensors", "model.layers.11.input_layernorm.weight": "model-00002-of-00005.safetensors", "model.layers.11.self_attn.q_proj.weight": "model-00002-of-00005.safetensors", "model.layers.11.self_attn.k_proj.weight": "model-00002-of-00005.safetensors", "model.layers.11.self_attn.v_proj.weight": "model-00002-of-00005.safetensors", "model.layers.11.self_attn.o_proj.weight": "model-00002-of-00005.safetensors", "model.layers.11.post_attention_layernorm.weight": "model-00002-of-00005.safetensors", "model.layers.11.block_sparse_moe.experts.0.w3.weight": "model-00002-of-00005.safetensors", "model.layers.11.block_sparse_moe.experts.1.w3.weight": "model-00002-of-00005.safetensors", "model.layers.11.block_sparse_moe.experts.2.w3.weight": "model-00002-of-00005.safetensors", "model.layers.11.block_sparse_moe.experts.3.w3.weight": "model-00002-of-00005.safetensors", "model.layers.11.block_sparse_moe.experts.0.w1.weight": "model-00002-of-00005.safetensors", "model.layers.11.block_sparse_moe.experts.1.w1.weight": "model-00002-of-00005.safetensors", "model.layers.11.block_sparse_moe.experts.2.w1.weight": "model-00002-of-00005.safetensors", "model.layers.11.block_sparse_moe.experts.3.w1.weight": "model-00002-of-00005.safetensors", "model.layers.11.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00005.safetensors", "model.layers.11.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00005.safetensors", "model.layers.11.block_sparse_moe.experts.2.w2.weight": "model-00002-of-00005.safetensors", "model.layers.11.block_sparse_moe.experts.3.w2.weight": "model-00002-of-00005.safetensors", "model.layers.12.input_layernorm.weight": "model-00002-of-00005.safetensors", "model.layers.12.self_attn.q_proj.weight": "model-00002-of-00005.safetensors", "model.layers.12.self_attn.k_proj.weight": "model-00002-of-00005.safetensors", "model.layers.12.self_attn.v_proj.weight": "model-00002-of-00005.safetensors", "model.layers.12.self_attn.o_proj.weight": "model-00002-of-00005.safetensors", "model.layers.12.post_attention_layernorm.weight": "model-00002-of-00005.safetensors", "model.layers.12.block_sparse_moe.experts.0.w3.weight": "model-00002-of-00005.safetensors", "model.layers.12.block_sparse_moe.experts.1.w3.weight": "model-00002-of-00005.safetensors", "model.layers.12.block_sparse_moe.experts.2.w3.weight": "model-00002-of-00005.safetensors", "model.layers.12.block_sparse_moe.experts.3.w3.weight": "model-00002-of-00005.safetensors", "model.layers.12.block_sparse_moe.experts.0.w1.weight": "model-00002-of-00005.safetensors", "model.layers.12.block_sparse_moe.experts.1.w1.weight": "model-00002-of-00005.safetensors", "model.layers.12.block_sparse_moe.experts.2.w1.weight": "model-00002-of-00005.safetensors", "model.layers.12.block_sparse_moe.experts.3.w1.weight": "model-00002-of-00005.safetensors", "model.layers.12.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00005.safetensors", "model.layers.12.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00005.safetensors", "model.layers.12.block_sparse_moe.experts.2.w2.weight": "model-00002-of-00005.safetensors", "model.layers.12.block_sparse_moe.experts.3.w2.weight": "model-00003-of-00005.safetensors", "model.layers.13.input_layernorm.weight": "model-00003-of-00005.safetensors", "model.layers.13.self_attn.q_proj.weight": "model-00003-of-00005.safetensors", "model.layers.13.self_attn.k_proj.weight": "model-00003-of-00005.safetensors", "model.layers.13.self_attn.v_proj.weight": "model-00003-of-00005.safetensors", "model.layers.13.self_attn.o_proj.weight": "model-00003-of-00005.safetensors", "model.layers.13.post_attention_layernorm.weight": "model-00003-of-00005.safetensors", "model.layers.13.block_sparse_moe.experts.0.w3.weight": "model-00003-of-00005.safetensors", "model.layers.13.block_sparse_moe.experts.1.w3.weight": "model-00003-of-00005.safetensors", "model.layers.13.block_sparse_moe.experts.2.w3.weight": "model-00003-of-00005.safetensors", "model.layers.13.block_sparse_moe.experts.3.w3.weight": "model-00003-of-00005.safetensors", "model.layers.13.block_sparse_moe.experts.0.w1.weight": "model-00003-of-00005.safetensors", "model.layers.13.block_sparse_moe.experts.1.w1.weight": "model-00003-of-00005.safetensors", "model.layers.13.block_sparse_moe.experts.2.w1.weight": "model-00003-of-00005.safetensors", "model.layers.13.block_sparse_moe.experts.3.w1.weight": "model-00003-of-00005.safetensors", "model.layers.13.block_sparse_moe.experts.0.w2.weight": "model-00003-of-00005.safetensors", "model.layers.13.block_sparse_moe.experts.1.w2.weight": "model-00003-of-00005.safetensors", "model.layers.13.block_sparse_moe.experts.2.w2.weight": "model-00003-of-00005.safetensors", "model.layers.13.block_sparse_moe.experts.3.w2.weight": "model-00003-of-00005.safetensors", "model.layers.14.input_layernorm.weight": "model-00003-of-00005.safetensors", "model.layers.14.self_attn.q_proj.weight": "model-00003-of-00005.safetensors", "model.layers.14.self_attn.k_proj.weight": "model-00003-of-00005.safetensors", "model.layers.14.self_attn.v_proj.weight": "model-00003-of-00005.safetensors", "model.layers.14.self_attn.o_proj.weight": "model-00003-of-00005.safetensors", "model.layers.14.post_attention_layernorm.weight": "model-00003-of-00005.safetensors", "model.layers.14.block_sparse_moe.experts.0.w3.weight": "model-00003-of-00005.safetensors", "model.layers.14.block_sparse_moe.experts.1.w3.weight": "model-00003-of-00005.safetensors", "model.layers.14.block_sparse_moe.experts.2.w3.weight": "model-00003-of-00005.safetensors", "model.layers.14.block_sparse_moe.experts.3.w3.weight": "model-00003-of-00005.safetensors", "model.layers.14.block_sparse_moe.experts.0.w1.weight": "model-00003-of-00005.safetensors", "model.layers.14.block_sparse_moe.experts.1.w1.weight": "model-00003-of-00005.safetensors", "model.layers.14.block_sparse_moe.experts.2.w1.weight": "model-00003-of-00005.safetensors", "model.layers.14.block_sparse_moe.experts.3.w1.weight": "model-00003-of-00005.safetensors", "model.layers.14.block_sparse_moe.experts.0.w2.weight": "model-00003-of-00005.safetensors", "model.layers.14.block_sparse_moe.experts.1.w2.weight": "model-00003-of-00005.safetensors", "model.layers.14.block_sparse_moe.experts.2.w2.weight": "model-00003-of-00005.safetensors", "model.layers.14.block_sparse_moe.experts.3.w2.weight": "model-00003-of-00005.safetensors", "model.layers.15.input_layernorm.weight": "model-00003-of-00005.safetensors", "model.layers.15.self_attn.q_proj.weight": "model-00003-of-00005.safetensors", "model.layers.15.self_attn.k_proj.weight": "model-00003-of-00005.safetensors", "model.layers.15.self_attn.v_proj.weight": "model-00003-of-00005.safetensors", "model.layers.15.self_attn.o_proj.weight": "model-00003-of-00005.safetensors", "model.layers.15.post_attention_layernorm.weight": "model-00003-of-00005.safetensors", "model.layers.15.block_sparse_moe.experts.0.w3.weight": "model-00003-of-00005.safetensors", "model.layers.15.block_sparse_moe.experts.1.w3.weight": "model-00003-of-00005.safetensors", "model.layers.15.block_sparse_moe.experts.2.w3.weight": "model-00003-of-00005.safetensors", "model.layers.15.block_sparse_moe.experts.3.w3.weight": "model-00003-of-00005.safetensors", "model.layers.15.block_sparse_moe.experts.0.w1.weight": "model-00003-of-00005.safetensors", "model.layers.15.block_sparse_moe.experts.1.w1.weight": "model-00003-of-00005.safetensors", "model.layers.15.block_sparse_moe.experts.2.w1.weight": "model-00003-of-00005.safetensors", "model.layers.15.block_sparse_moe.experts.3.w1.weight": "model-00003-of-00005.safetensors", "model.layers.15.block_sparse_moe.experts.0.w2.weight": "model-00003-of-00005.safetensors", "model.layers.15.block_sparse_moe.experts.1.w2.weight": "model-00003-of-00005.safetensors", "model.layers.15.block_sparse_moe.experts.2.w2.weight": "model-00003-of-00005.safetensors", "model.layers.15.block_sparse_moe.experts.3.w2.weight": "model-00003-of-00005.safetensors", "model.layers.16.input_layernorm.weight": "model-00003-of-00005.safetensors", "model.layers.16.self_attn.q_proj.weight": "model-00003-of-00005.safetensors", "model.layers.16.self_attn.k_proj.weight": "model-00003-of-00005.safetensors", "model.layers.16.self_attn.v_proj.weight": "model-00003-of-00005.safetensors", "model.layers.16.self_attn.o_proj.weight": "model-00003-of-00005.safetensors", "model.layers.16.post_attention_layernorm.weight": "model-00003-of-00005.safetensors", "model.layers.16.block_sparse_moe.experts.0.w3.weight": "model-00003-of-00005.safetensors", "model.layers.16.block_sparse_moe.experts.1.w3.weight": "model-00003-of-00005.safetensors", "model.layers.16.block_sparse_moe.experts.2.w3.weight": "model-00003-of-00005.safetensors", "model.layers.16.block_sparse_moe.experts.3.w3.weight": "model-00003-of-00005.safetensors", "model.layers.16.block_sparse_moe.experts.0.w1.weight": "model-00003-of-00005.safetensors", "model.layers.16.block_sparse_moe.experts.1.w1.weight": "model-00003-of-00005.safetensors", "model.layers.16.block_sparse_moe.experts.2.w1.weight": "model-00003-of-00005.safetensors", "model.layers.16.block_sparse_moe.experts.3.w1.weight": "model-00003-of-00005.safetensors", "model.layers.16.block_sparse_moe.experts.0.w2.weight": "model-00003-of-00005.safetensors", "model.layers.16.block_sparse_moe.experts.1.w2.weight": "model-00003-of-00005.safetensors", "model.layers.16.block_sparse_moe.experts.2.w2.weight": "model-00003-of-00005.safetensors", "model.layers.16.block_sparse_moe.experts.3.w2.weight": "model-00003-of-00005.safetensors", "model.layers.17.input_layernorm.weight": "model-00003-of-00005.safetensors", "model.layers.17.self_attn.q_proj.weight": "model-00003-of-00005.safetensors", "model.layers.17.self_attn.k_proj.weight": "model-00003-of-00005.safetensors", "model.layers.17.self_attn.v_proj.weight": "model-00003-of-00005.safetensors", "model.layers.17.self_attn.o_proj.weight": "model-00003-of-00005.safetensors", "model.layers.17.post_attention_layernorm.weight": "model-00003-of-00005.safetensors", "model.layers.17.block_sparse_moe.experts.0.w3.weight": "model-00003-of-00005.safetensors", "model.layers.17.block_sparse_moe.experts.1.w3.weight": "model-00003-of-00005.safetensors", "model.layers.17.block_sparse_moe.experts.2.w3.weight": "model-00003-of-00005.safetensors", "model.layers.17.block_sparse_moe.experts.3.w3.weight": "model-00003-of-00005.safetensors", "model.layers.17.block_sparse_moe.experts.0.w1.weight": "model-00003-of-00005.safetensors", "model.layers.17.block_sparse_moe.experts.1.w1.weight": "model-00003-of-00005.safetensors", "model.layers.17.block_sparse_moe.experts.2.w1.weight": "model-00003-of-00005.safetensors", "model.layers.17.block_sparse_moe.experts.3.w1.weight": "model-00003-of-00005.safetensors", "model.layers.17.block_sparse_moe.experts.0.w2.weight": "model-00003-of-00005.safetensors", "model.layers.17.block_sparse_moe.experts.1.w2.weight": "model-00003-of-00005.safetensors", "model.layers.17.block_sparse_moe.experts.2.w2.weight": "model-00003-of-00005.safetensors", "model.layers.17.block_sparse_moe.experts.3.w2.weight": "model-00003-of-00005.safetensors", "model.layers.18.input_layernorm.weight": "model-00003-of-00005.safetensors", "model.layers.18.self_attn.q_proj.weight": "model-00003-of-00005.safetensors", "model.layers.18.self_attn.k_proj.weight": "model-00003-of-00005.safetensors", "model.layers.18.self_attn.v_proj.weight": "model-00003-of-00005.safetensors", "model.layers.18.self_attn.o_proj.weight": "model-00003-of-00005.safetensors", "model.layers.18.post_attention_layernorm.weight": "model-00003-of-00005.safetensors", "model.layers.18.block_sparse_moe.experts.0.w3.weight": "model-00003-of-00005.safetensors", "model.layers.18.block_sparse_moe.experts.1.w3.weight": "model-00003-of-00005.safetensors", "model.layers.18.block_sparse_moe.experts.2.w3.weight": "model-00003-of-00005.safetensors", "model.layers.18.block_sparse_moe.experts.3.w3.weight": "model-00003-of-00005.safetensors", "model.layers.18.block_sparse_moe.experts.0.w1.weight": "model-00003-of-00005.safetensors", "model.layers.18.block_sparse_moe.experts.1.w1.weight": "model-00003-of-00005.safetensors", "model.layers.18.block_sparse_moe.experts.2.w1.weight": "model-00003-of-00005.safetensors", "model.layers.18.block_sparse_moe.experts.3.w1.weight": "model-00003-of-00005.safetensors", "model.layers.18.block_sparse_moe.experts.0.w2.weight": "model-00003-of-00005.safetensors", "model.layers.18.block_sparse_moe.experts.1.w2.weight": "model-00003-of-00005.safetensors", "model.layers.18.block_sparse_moe.experts.2.w2.weight": "model-00003-of-00005.safetensors", "model.layers.18.block_sparse_moe.experts.3.w2.weight": "model-00003-of-00005.safetensors", "model.layers.19.input_layernorm.weight": "model-00003-of-00005.safetensors", "model.layers.19.self_attn.q_proj.weight": "model-00003-of-00005.safetensors", "model.layers.19.self_attn.k_proj.weight": "model-00003-of-00005.safetensors", "model.layers.19.self_attn.v_proj.weight": "model-00003-of-00005.safetensors", "model.layers.19.self_attn.o_proj.weight": "model-00003-of-00005.safetensors", "model.layers.19.post_attention_layernorm.weight": "model-00003-of-00005.safetensors", "model.layers.19.block_sparse_moe.experts.0.w3.weight": "model-00003-of-00005.safetensors", "model.layers.19.block_sparse_moe.experts.1.w3.weight": "model-00003-of-00005.safetensors", "model.layers.19.block_sparse_moe.experts.2.w3.weight": "model-00003-of-00005.safetensors", "model.layers.19.block_sparse_moe.experts.3.w3.weight": "model-00003-of-00005.safetensors", "model.layers.19.block_sparse_moe.experts.0.w1.weight": "model-00003-of-00005.safetensors", "model.layers.19.block_sparse_moe.experts.1.w1.weight": "model-00003-of-00005.safetensors", "model.layers.19.block_sparse_moe.experts.2.w1.weight": "model-00003-of-00005.safetensors", "model.layers.19.block_sparse_moe.experts.3.w1.weight": "model-00004-of-00005.safetensors", "model.layers.19.block_sparse_moe.experts.0.w2.weight": "model-00004-of-00005.safetensors", "model.layers.19.block_sparse_moe.experts.1.w2.weight": "model-00004-of-00005.safetensors", "model.layers.19.block_sparse_moe.experts.2.w2.weight": "model-00004-of-00005.safetensors", "model.layers.19.block_sparse_moe.experts.3.w2.weight": "model-00004-of-00005.safetensors", "model.layers.20.input_layernorm.weight": "model-00004-of-00005.safetensors", "model.layers.20.self_attn.q_proj.weight": "model-00004-of-00005.safetensors", "model.layers.20.self_attn.k_proj.weight": "model-00004-of-00005.safetensors", "model.layers.20.self_attn.v_proj.weight": "model-00004-of-00005.safetensors", "model.layers.20.self_attn.o_proj.weight": "model-00004-of-00005.safetensors", "model.layers.20.post_attention_layernorm.weight": "model-00004-of-00005.safetensors", "model.layers.20.block_sparse_moe.experts.0.w3.weight": "model-00004-of-00005.safetensors", "model.layers.20.block_sparse_moe.experts.1.w3.weight": "model-00004-of-00005.safetensors", "model.layers.20.block_sparse_moe.experts.2.w3.weight": "model-00004-of-00005.safetensors", "model.layers.20.block_sparse_moe.experts.3.w3.weight": "model-00004-of-00005.safetensors", "model.layers.20.block_sparse_moe.experts.0.w1.weight": "model-00004-of-00005.safetensors", "model.layers.20.block_sparse_moe.experts.1.w1.weight": "model-00004-of-00005.safetensors", "model.layers.20.block_sparse_moe.experts.2.w1.weight": "model-00004-of-00005.safetensors", "model.layers.20.block_sparse_moe.experts.3.w1.weight": "model-00004-of-00005.safetensors", "model.layers.20.block_sparse_moe.experts.0.w2.weight": "model-00004-of-00005.safetensors", "model.layers.20.block_sparse_moe.experts.1.w2.weight": "model-00004-of-00005.safetensors", "model.layers.20.block_sparse_moe.experts.2.w2.weight": "model-00004-of-00005.safetensors", "model.layers.20.block_sparse_moe.experts.3.w2.weight": "model-00004-of-00005.safetensors", "model.layers.21.input_layernorm.weight": "model-00004-of-00005.safetensors", "model.layers.21.self_attn.q_proj.weight": "model-00004-of-00005.safetensors", "model.layers.21.self_attn.k_proj.weight": "model-00004-of-00005.safetensors", "model.layers.21.self_attn.v_proj.weight": "model-00004-of-00005.safetensors", "model.layers.21.self_attn.o_proj.weight": "model-00004-of-00005.safetensors", "model.layers.21.post_attention_layernorm.weight": "model-00004-of-00005.safetensors", "model.layers.21.block_sparse_moe.experts.0.w3.weight": "model-00004-of-00005.safetensors", "model.layers.21.block_sparse_moe.experts.1.w3.weight": "model-00004-of-00005.safetensors", "model.layers.21.block_sparse_moe.experts.2.w3.weight": "model-00004-of-00005.safetensors", "model.layers.21.block_sparse_moe.experts.3.w3.weight": "model-00004-of-00005.safetensors", "model.layers.21.block_sparse_moe.experts.0.w1.weight": "model-00004-of-00005.safetensors", "model.layers.21.block_sparse_moe.experts.1.w1.weight": "model-00004-of-00005.safetensors", "model.layers.21.block_sparse_moe.experts.2.w1.weight": "model-00004-of-00005.safetensors", "model.layers.21.block_sparse_moe.experts.3.w1.weight": "model-00004-of-00005.safetensors", "model.layers.21.block_sparse_moe.experts.0.w2.weight": "model-00004-of-00005.safetensors", "model.layers.21.block_sparse_moe.experts.1.w2.weight": "model-00004-of-00005.safetensors", "model.layers.21.block_sparse_moe.experts.2.w2.weight": "model-00004-of-00005.safetensors", "model.layers.21.block_sparse_moe.experts.3.w2.weight": "model-00004-of-00005.safetensors", "model.layers.22.input_layernorm.weight": "model-00004-of-00005.safetensors", "model.layers.22.self_attn.q_proj.weight": "model-00004-of-00005.safetensors", "model.layers.22.self_attn.k_proj.weight": "model-00004-of-00005.safetensors", "model.layers.22.self_attn.v_proj.weight": "model-00004-of-00005.safetensors", "model.layers.22.self_attn.o_proj.weight": "model-00004-of-00005.safetensors", "model.layers.22.post_attention_layernorm.weight": "model-00004-of-00005.safetensors", "model.layers.22.block_sparse_moe.experts.0.w3.weight": "model-00004-of-00005.safetensors", "model.layers.22.block_sparse_moe.experts.1.w3.weight": "model-00004-of-00005.safetensors", "model.layers.22.block_sparse_moe.experts.2.w3.weight": "model-00004-of-00005.safetensors", "model.layers.22.block_sparse_moe.experts.3.w3.weight": "model-00004-of-00005.safetensors", "model.layers.22.block_sparse_moe.experts.0.w1.weight": "model-00004-of-00005.safetensors", "model.layers.22.block_sparse_moe.experts.1.w1.weight": "model-00004-of-00005.safetensors", "model.layers.22.block_sparse_moe.experts.2.w1.weight": "model-00004-of-00005.safetensors", "model.layers.22.block_sparse_moe.experts.3.w1.weight": "model-00004-of-00005.safetensors", "model.layers.22.block_sparse_moe.experts.0.w2.weight": "model-00004-of-00005.safetensors", "model.layers.22.block_sparse_moe.experts.1.w2.weight": "model-00004-of-00005.safetensors", "model.layers.22.block_sparse_moe.experts.2.w2.weight": "model-00004-of-00005.safetensors", "model.layers.22.block_sparse_moe.experts.3.w2.weight": "model-00004-of-00005.safetensors", "model.layers.23.input_layernorm.weight": "model-00004-of-00005.safetensors", "model.layers.23.self_attn.q_proj.weight": "model-00004-of-00005.safetensors", "model.layers.23.self_attn.k_proj.weight": "model-00004-of-00005.safetensors", "model.layers.23.self_attn.v_proj.weight": "model-00004-of-00005.safetensors", "model.layers.23.self_attn.o_proj.weight": "model-00004-of-00005.safetensors", "model.layers.23.post_attention_layernorm.weight": "model-00004-of-00005.safetensors", "model.layers.23.block_sparse_moe.experts.0.w3.weight": "model-00004-of-00005.safetensors", "model.layers.23.block_sparse_moe.experts.1.w3.weight": "model-00004-of-00005.safetensors", "model.layers.23.block_sparse_moe.experts.2.w3.weight": "model-00004-of-00005.safetensors", "model.layers.23.block_sparse_moe.experts.3.w3.weight": "model-00004-of-00005.safetensors", "model.layers.23.block_sparse_moe.experts.0.w1.weight": "model-00004-of-00005.safetensors", "model.layers.23.block_sparse_moe.experts.1.w1.weight": "model-00004-of-00005.safetensors", "model.layers.23.block_sparse_moe.experts.2.w1.weight": "model-00004-of-00005.safetensors", "model.layers.23.block_sparse_moe.experts.3.w1.weight": "model-00004-of-00005.safetensors", "model.layers.23.block_sparse_moe.experts.0.w2.weight": "model-00004-of-00005.safetensors", "model.layers.23.block_sparse_moe.experts.1.w2.weight": "model-00004-of-00005.safetensors", "model.layers.23.block_sparse_moe.experts.2.w2.weight": "model-00004-of-00005.safetensors", "model.layers.23.block_sparse_moe.experts.3.w2.weight": "model-00004-of-00005.safetensors", "model.layers.24.input_layernorm.weight": "model-00004-of-00005.safetensors", "model.layers.24.self_attn.q_proj.weight": "model-00004-of-00005.safetensors", "model.layers.24.self_attn.k_proj.weight": "model-00004-of-00005.safetensors", "model.layers.24.self_attn.v_proj.weight": "model-00004-of-00005.safetensors", "model.layers.24.self_attn.o_proj.weight": "model-00004-of-00005.safetensors", "model.layers.24.post_attention_layernorm.weight": "model-00004-of-00005.safetensors", "model.layers.24.block_sparse_moe.experts.0.w3.weight": "model-00004-of-00005.safetensors", "model.layers.24.block_sparse_moe.experts.1.w3.weight": "model-00004-of-00005.safetensors", "model.layers.24.block_sparse_moe.experts.2.w3.weight": "model-00004-of-00005.safetensors", "model.layers.24.block_sparse_moe.experts.3.w3.weight": "model-00004-of-00005.safetensors", "model.layers.24.block_sparse_moe.experts.0.w1.weight": "model-00004-of-00005.safetensors", "model.layers.24.block_sparse_moe.experts.1.w1.weight": "model-00004-of-00005.safetensors", "model.layers.24.block_sparse_moe.experts.2.w1.weight": "model-00004-of-00005.safetensors", "model.layers.24.block_sparse_moe.experts.3.w1.weight": "model-00004-of-00005.safetensors", "model.layers.24.block_sparse_moe.experts.0.w2.weight": "model-00004-of-00005.safetensors", "model.layers.24.block_sparse_moe.experts.1.w2.weight": "model-00004-of-00005.safetensors", "model.layers.24.block_sparse_moe.experts.2.w2.weight": "model-00004-of-00005.safetensors", "model.layers.24.block_sparse_moe.experts.3.w2.weight": "model-00004-of-00005.safetensors", "model.layers.25.input_layernorm.weight": "model-00004-of-00005.safetensors", "model.layers.25.self_attn.q_proj.weight": "model-00004-of-00005.safetensors", "model.layers.25.self_attn.k_proj.weight": "model-00004-of-00005.safetensors", "model.layers.25.self_attn.v_proj.weight": "model-00004-of-00005.safetensors", "model.layers.25.self_attn.o_proj.weight": "model-00004-of-00005.safetensors", "model.layers.25.post_attention_layernorm.weight": "model-00004-of-00005.safetensors", "model.layers.25.block_sparse_moe.experts.0.w3.weight": "model-00004-of-00005.safetensors", "model.layers.25.block_sparse_moe.experts.1.w3.weight": "model-00004-of-00005.safetensors", "model.layers.25.block_sparse_moe.experts.2.w3.weight": "model-00004-of-00005.safetensors", "model.layers.25.block_sparse_moe.experts.3.w3.weight": "model-00004-of-00005.safetensors", "model.layers.25.block_sparse_moe.experts.0.w1.weight": "model-00004-of-00005.safetensors", "model.layers.25.block_sparse_moe.experts.1.w1.weight": "model-00004-of-00005.safetensors", "model.layers.25.block_sparse_moe.experts.2.w1.weight": "model-00004-of-00005.safetensors", "model.layers.25.block_sparse_moe.experts.3.w1.weight": "model-00004-of-00005.safetensors", "model.layers.25.block_sparse_moe.experts.0.w2.weight": "model-00004-of-00005.safetensors", "model.layers.25.block_sparse_moe.experts.1.w2.weight": "model-00004-of-00005.safetensors", "model.layers.25.block_sparse_moe.experts.2.w2.weight": "model-00004-of-00005.safetensors", "model.layers.25.block_sparse_moe.experts.3.w2.weight": "model-00004-of-00005.safetensors", "model.layers.26.input_layernorm.weight": "model-00004-of-00005.safetensors", "model.layers.26.self_attn.q_proj.weight": "model-00004-of-00005.safetensors", "model.layers.26.self_attn.k_proj.weight": "model-00004-of-00005.safetensors", "model.layers.26.self_attn.v_proj.weight": "model-00004-of-00005.safetensors", "model.layers.26.self_attn.o_proj.weight": "model-00004-of-00005.safetensors", "model.layers.26.post_attention_layernorm.weight": "model-00004-of-00005.safetensors", "model.layers.26.block_sparse_moe.experts.0.w3.weight": "model-00004-of-00005.safetensors", "model.layers.26.block_sparse_moe.experts.1.w3.weight": "model-00004-of-00005.safetensors", "model.layers.26.block_sparse_moe.experts.2.w3.weight": "model-00004-of-00005.safetensors", "model.layers.26.block_sparse_moe.experts.3.w3.weight": "model-00005-of-00005.safetensors", "model.layers.26.block_sparse_moe.experts.0.w1.weight": "model-00005-of-00005.safetensors", "model.layers.26.block_sparse_moe.experts.1.w1.weight": "model-00005-of-00005.safetensors", "model.layers.26.block_sparse_moe.experts.2.w1.weight": "model-00005-of-00005.safetensors", "model.layers.26.block_sparse_moe.experts.3.w1.weight": "model-00005-of-00005.safetensors", "model.layers.26.block_sparse_moe.experts.0.w2.weight": "model-00005-of-00005.safetensors", "model.layers.26.block_sparse_moe.experts.1.w2.weight": "model-00005-of-00005.safetensors", "model.layers.26.block_sparse_moe.experts.2.w2.weight": "model-00005-of-00005.safetensors", "model.layers.26.block_sparse_moe.experts.3.w2.weight": "model-00005-of-00005.safetensors", "model.layers.27.input_layernorm.weight": "model-00005-of-00005.safetensors", "model.layers.27.self_attn.q_proj.weight": "model-00005-of-00005.safetensors", "model.layers.27.self_attn.k_proj.weight": "model-00005-of-00005.safetensors", "model.layers.27.self_attn.v_proj.weight": "model-00005-of-00005.safetensors", "model.layers.27.self_attn.o_proj.weight": "model-00005-of-00005.safetensors", "model.layers.27.post_attention_layernorm.weight": "model-00005-of-00005.safetensors", "model.layers.27.block_sparse_moe.experts.0.w3.weight": "model-00005-of-00005.safetensors", "model.layers.27.block_sparse_moe.experts.1.w3.weight": "model-00005-of-00005.safetensors", "model.layers.27.block_sparse_moe.experts.2.w3.weight": "model-00005-of-00005.safetensors", "model.layers.27.block_sparse_moe.experts.3.w3.weight": "model-00005-of-00005.safetensors", "model.layers.27.block_sparse_moe.experts.0.w1.weight": "model-00005-of-00005.safetensors", "model.layers.27.block_sparse_moe.experts.1.w1.weight": "model-00005-of-00005.safetensors", "model.layers.27.block_sparse_moe.experts.2.w1.weight": "model-00005-of-00005.safetensors", "model.layers.27.block_sparse_moe.experts.3.w1.weight": "model-00005-of-00005.safetensors", "model.layers.27.block_sparse_moe.experts.0.w2.weight": "model-00005-of-00005.safetensors", "model.layers.27.block_sparse_moe.experts.1.w2.weight": "model-00005-of-00005.safetensors", "model.layers.27.block_sparse_moe.experts.2.w2.weight": "model-00005-of-00005.safetensors", "model.layers.27.block_sparse_moe.experts.3.w2.weight": "model-00005-of-00005.safetensors", "model.layers.28.input_layernorm.weight": "model-00005-of-00005.safetensors", "model.layers.28.self_attn.q_proj.weight": "model-00005-of-00005.safetensors", "model.layers.28.self_attn.k_proj.weight": "model-00005-of-00005.safetensors", "model.layers.28.self_attn.v_proj.weight": "model-00005-of-00005.safetensors", "model.layers.28.self_attn.o_proj.weight": "model-00005-of-00005.safetensors", "model.layers.28.post_attention_layernorm.weight": "model-00005-of-00005.safetensors", "model.layers.28.block_sparse_moe.experts.0.w3.weight": "model-00005-of-00005.safetensors", "model.layers.28.block_sparse_moe.experts.1.w3.weight": "model-00005-of-00005.safetensors", "model.layers.28.block_sparse_moe.experts.2.w3.weight": "model-00005-of-00005.safetensors", "model.layers.28.block_sparse_moe.experts.3.w3.weight": "model-00005-of-00005.safetensors", "model.layers.28.block_sparse_moe.experts.0.w1.weight": "model-00005-of-00005.safetensors", "model.layers.28.block_sparse_moe.experts.1.w1.weight": "model-00005-of-00005.safetensors", "model.layers.28.block_sparse_moe.experts.2.w1.weight": "model-00005-of-00005.safetensors", "model.layers.28.block_sparse_moe.experts.3.w1.weight": "model-00005-of-00005.safetensors", "model.layers.28.block_sparse_moe.experts.0.w2.weight": "model-00005-of-00005.safetensors", "model.layers.28.block_sparse_moe.experts.1.w2.weight": "model-00005-of-00005.safetensors", "model.layers.28.block_sparse_moe.experts.2.w2.weight": "model-00005-of-00005.safetensors", "model.layers.28.block_sparse_moe.experts.3.w2.weight": "model-00005-of-00005.safetensors", "model.layers.29.input_layernorm.weight": "model-00005-of-00005.safetensors", "model.layers.29.self_attn.q_proj.weight": "model-00005-of-00005.safetensors", "model.layers.29.self_attn.k_proj.weight": "model-00005-of-00005.safetensors", "model.layers.29.self_attn.v_proj.weight": "model-00005-of-00005.safetensors", "model.layers.29.self_attn.o_proj.weight": "model-00005-of-00005.safetensors", "model.layers.29.post_attention_layernorm.weight": "model-00005-of-00005.safetensors", "model.layers.29.block_sparse_moe.experts.0.w3.weight": "model-00005-of-00005.safetensors", "model.layers.29.block_sparse_moe.experts.1.w3.weight": "model-00005-of-00005.safetensors", "model.layers.29.block_sparse_moe.experts.2.w3.weight": "model-00005-of-00005.safetensors", "model.layers.29.block_sparse_moe.experts.3.w3.weight": "model-00005-of-00005.safetensors", "model.layers.29.block_sparse_moe.experts.0.w1.weight": "model-00005-of-00005.safetensors", "model.layers.29.block_sparse_moe.experts.1.w1.weight": "model-00005-of-00005.safetensors", "model.layers.29.block_sparse_moe.experts.2.w1.weight": "model-00005-of-00005.safetensors", "model.layers.29.block_sparse_moe.experts.3.w1.weight": "model-00005-of-00005.safetensors", "model.layers.29.block_sparse_moe.experts.0.w2.weight": "model-00005-of-00005.safetensors", "model.layers.29.block_sparse_moe.experts.1.w2.weight": "model-00005-of-00005.safetensors", "model.layers.29.block_sparse_moe.experts.2.w2.weight": "model-00005-of-00005.safetensors", "model.layers.29.block_sparse_moe.experts.3.w2.weight": "model-00005-of-00005.safetensors", "model.layers.30.input_layernorm.weight": "model-00005-of-00005.safetensors", "model.layers.30.self_attn.q_proj.weight": "model-00005-of-00005.safetensors", "model.layers.30.self_attn.k_proj.weight": "model-00005-of-00005.safetensors", "model.layers.30.self_attn.v_proj.weight": "model-00005-of-00005.safetensors", "model.layers.30.self_attn.o_proj.weight": "model-00005-of-00005.safetensors", "model.layers.30.post_attention_layernorm.weight": "model-00005-of-00005.safetensors", "model.layers.30.block_sparse_moe.experts.0.w3.weight": "model-00005-of-00005.safetensors", "model.layers.30.block_sparse_moe.experts.1.w3.weight": "model-00005-of-00005.safetensors", "model.layers.30.block_sparse_moe.experts.2.w3.weight": "model-00005-of-00005.safetensors", "model.layers.30.block_sparse_moe.experts.3.w3.weight": "model-00005-of-00005.safetensors", "model.layers.30.block_sparse_moe.experts.0.w1.weight": "model-00005-of-00005.safetensors", "model.layers.30.block_sparse_moe.experts.1.w1.weight": "model-00005-of-00005.safetensors", "model.layers.30.block_sparse_moe.experts.2.w1.weight": "model-00005-of-00005.safetensors", "model.layers.30.block_sparse_moe.experts.3.w1.weight": "model-00005-of-00005.safetensors", "model.layers.30.block_sparse_moe.experts.0.w2.weight": "model-00005-of-00005.safetensors", "model.layers.30.block_sparse_moe.experts.1.w2.weight": "model-00005-of-00005.safetensors", "model.layers.30.block_sparse_moe.experts.2.w2.weight": "model-00005-of-00005.safetensors", "model.layers.30.block_sparse_moe.experts.3.w2.weight": "model-00005-of-00005.safetensors", "model.layers.31.input_layernorm.weight": "model-00005-of-00005.safetensors", "model.layers.31.self_attn.q_proj.weight": "model-00005-of-00005.safetensors", "model.layers.31.self_attn.k_proj.weight": "model-00005-of-00005.safetensors", "model.layers.31.self_attn.v_proj.weight": "model-00005-of-00005.safetensors", "model.layers.31.self_attn.o_proj.weight": "model-00005-of-00005.safetensors", "model.layers.31.post_attention_layernorm.weight": "model-00005-of-00005.safetensors", "model.layers.31.block_sparse_moe.experts.0.w3.weight": "model-00005-of-00005.safetensors", "model.layers.31.block_sparse_moe.experts.1.w3.weight": "model-00005-of-00005.safetensors", "model.layers.31.block_sparse_moe.experts.2.w3.weight": "model-00005-of-00005.safetensors", "model.layers.31.block_sparse_moe.experts.3.w3.weight": "model-00005-of-00005.safetensors", "model.layers.31.block_sparse_moe.experts.0.w1.weight": "model-00005-of-00005.safetensors", "model.layers.31.block_sparse_moe.experts.1.w1.weight": "model-00005-of-00005.safetensors", "model.layers.31.block_sparse_moe.experts.2.w1.weight": "model-00005-of-00005.safetensors", "model.layers.31.block_sparse_moe.experts.3.w1.weight": "model-00005-of-00005.safetensors", "model.layers.31.block_sparse_moe.experts.0.w2.weight": "model-00005-of-00005.safetensors", "model.layers.31.block_sparse_moe.experts.1.w2.weight": "model-00005-of-00005.safetensors", "model.layers.31.block_sparse_moe.experts.2.w2.weight": "model-00005-of-00005.safetensors", "model.layers.31.block_sparse_moe.experts.3.w2.weight": "model-00005-of-00005.safetensors", "model.layers.0.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.1.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.2.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.3.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.4.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.5.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.6.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.7.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.8.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.9.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.10.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.11.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.12.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.13.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.14.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.15.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.16.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.17.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.18.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.19.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.20.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.21.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.22.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.23.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.24.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.25.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.26.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.27.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.28.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.29.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.30.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.31.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors"}}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "<s>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<unk>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
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,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": true,
|
5 |
+
"added_tokens_decoder": {
|
6 |
+
"0": {
|
7 |
+
"content": "<unk>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"1": {
|
15 |
+
"content": "<s>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": false,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": true
|
21 |
+
},
|
22 |
+
"2": {
|
23 |
+
"content": "</s>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": false,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false,
|
28 |
+
"special": true
|
29 |
+
}
|
30 |
+
},
|
31 |
+
"additional_special_tokens": [],
|
32 |
+
"bos_token": "<s>",
|
33 |
+
"chat_template": "{{ bos_token }}{% for message in messages %}{% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}{{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}{% endif %}{% if message['role'] == 'user' %}{{ '[INST] ' + message['content'] + ' [/INST]' }}{% elif message['role'] == 'assistant' %}{{ message['content'] + eos_token}}{% else %}{{ raise_exception('Only user and assistant roles are supported!') }}{% endif %}{% endfor %}",
|
34 |
+
"clean_up_tokenization_spaces": false,
|
35 |
+
"eos_token": "</s>",
|
36 |
+
"legacy": true,
|
37 |
+
"model_max_length": 32768,
|
38 |
+
"pad_token": "<s>",
|
39 |
+
"padding_side": "left",
|
40 |
+
"sp_model_kwargs": {},
|
41 |
+
"spaces_between_special_tokens": false,
|
42 |
+
"tokenizer_class": "LlamaTokenizer",
|
43 |
+
"unk_token": "<unk>",
|
44 |
+
"use_default_system_prompt": false,
|
45 |
+
"use_fast": true
|
46 |
+
}
|