End of training
Browse files- README.md +6 -27
- model-00001-of-00002.safetensors +2 -2
- model-00002-of-00002.safetensors +2 -2
- model.safetensors.index.json +326 -454
- pytorch_model-00001-of-00002.bin +2 -2
- pytorch_model-00002-of-00002.bin +2 -2
- pytorch_model.bin.index.json +326 -454
README.md
CHANGED
@@ -18,6 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
axolotl version: `0.3.0`
|
19 |
```yaml
|
20 |
base_model: microsoft/phi-2
|
|
|
21 |
model_type: AutoModelForCausalLM
|
22 |
tokenizer_type: AutoTokenizer
|
23 |
trust_remote_code: true
|
@@ -30,12 +31,12 @@ hub_model_id: satpalsr/phi2-filter2
|
|
30 |
hf_use_auth_token: true
|
31 |
|
32 |
datasets:
|
33 |
-
- path: satpalsr/
|
34 |
type: completion
|
35 |
|
36 |
dataset_prepared_path:
|
37 |
-
val_set_size: 0.
|
38 |
-
output_dir: ./
|
39 |
|
40 |
sequence_len: 2048
|
41 |
sample_packing: false # currently unsupported
|
@@ -60,7 +61,7 @@ wandb_log_model:
|
|
60 |
|
61 |
gradient_accumulation_steps: 1
|
62 |
micro_batch_size: 16
|
63 |
-
num_epochs:
|
64 |
optimizer: paged_adamw_8bit
|
65 |
adam_beta2: 0.95
|
66 |
adam_epsilon: 0.00001
|
@@ -83,7 +84,6 @@ xformers_attention:
|
|
83 |
flash_attention: false
|
84 |
|
85 |
warmup_steps: 100
|
86 |
-
evals_per_epoch: 4
|
87 |
saves_per_epoch: 1
|
88 |
debug:
|
89 |
deepspeed:
|
@@ -100,8 +100,6 @@ special_tokens:
|
|
100 |
# phi2-filter2
|
101 |
|
102 |
This model is a fine-tuned version of [microsoft/phi-2](https://huggingface.co/microsoft/phi-2) on the None dataset.
|
103 |
-
It achieves the following results on the evaluation set:
|
104 |
-
- Loss: 0.1944
|
105 |
|
106 |
## Model description
|
107 |
|
@@ -127,29 +125,10 @@ The following hyperparameters were used during training:
|
|
127 |
- optimizer: Adam with betas=(0.9,0.95) and epsilon=1e-05
|
128 |
- lr_scheduler_type: cosine
|
129 |
- lr_scheduler_warmup_steps: 100
|
130 |
-
- num_epochs:
|
131 |
|
132 |
### Training results
|
133 |
|
134 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
135 |
-
|:-------------:|:-----:|:----:|:---------------:|
|
136 |
-
| 2.5676 | 0.01 | 1 | 2.5391 |
|
137 |
-
| 2.4364 | 0.25 | 29 | 2.4042 |
|
138 |
-
| 1.9523 | 0.5 | 58 | 1.8580 |
|
139 |
-
| 1.1137 | 0.75 | 87 | 0.9535 |
|
140 |
-
| 0.5107 | 1.0 | 116 | 0.4195 |
|
141 |
-
| 0.4588 | 1.25 | 145 | 0.2877 |
|
142 |
-
| 0.2876 | 1.5 | 174 | 0.2462 |
|
143 |
-
| 0.2959 | 1.75 | 203 | 0.2264 |
|
144 |
-
| 0.2197 | 2.0 | 232 | 0.2114 |
|
145 |
-
| 0.3045 | 2.25 | 261 | 0.2052 |
|
146 |
-
| 0.2726 | 2.5 | 290 | 0.2022 |
|
147 |
-
| 0.3046 | 2.75 | 319 | 0.1975 |
|
148 |
-
| 0.3316 | 3.0 | 348 | 0.1954 |
|
149 |
-
| 0.2223 | 3.25 | 377 | 0.1950 |
|
150 |
-
| 0.2609 | 3.5 | 406 | 0.1946 |
|
151 |
-
| 0.2739 | 3.75 | 435 | 0.1945 |
|
152 |
-
| 0.2703 | 4.0 | 464 | 0.1944 |
|
153 |
|
154 |
|
155 |
### Framework versions
|
|
|
18 |
axolotl version: `0.3.0`
|
19 |
```yaml
|
20 |
base_model: microsoft/phi-2
|
21 |
+
model_revision: 834565c # pin model repo to the previous architecture
|
22 |
model_type: AutoModelForCausalLM
|
23 |
tokenizer_type: AutoTokenizer
|
24 |
trust_remote_code: true
|
|
|
31 |
hf_use_auth_token: true
|
32 |
|
33 |
datasets:
|
34 |
+
- path: satpalsr/phifilter
|
35 |
type: completion
|
36 |
|
37 |
dataset_prepared_path:
|
38 |
+
val_set_size: 0.0
|
39 |
+
output_dir: ./phi2-filter2
|
40 |
|
41 |
sequence_len: 2048
|
42 |
sample_packing: false # currently unsupported
|
|
|
61 |
|
62 |
gradient_accumulation_steps: 1
|
63 |
micro_batch_size: 16
|
64 |
+
num_epochs: 16
|
65 |
optimizer: paged_adamw_8bit
|
66 |
adam_beta2: 0.95
|
67 |
adam_epsilon: 0.00001
|
|
|
84 |
flash_attention: false
|
85 |
|
86 |
warmup_steps: 100
|
|
|
87 |
saves_per_epoch: 1
|
88 |
debug:
|
89 |
deepspeed:
|
|
|
100 |
# phi2-filter2
|
101 |
|
102 |
This model is a fine-tuned version of [microsoft/phi-2](https://huggingface.co/microsoft/phi-2) on the None dataset.
|
|
|
|
|
103 |
|
104 |
## Model description
|
105 |
|
|
|
125 |
- optimizer: Adam with betas=(0.9,0.95) and epsilon=1e-05
|
126 |
- lr_scheduler_type: cosine
|
127 |
- lr_scheduler_warmup_steps: 100
|
128 |
+
- num_epochs: 16
|
129 |
|
130 |
### Training results
|
131 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
132 |
|
133 |
|
134 |
### Framework versions
|
model-00001-of-00002.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0853dd57539335b8de11ecaa5c2163ff3e4486c1a66363cf729b991c03020ec7
|
3 |
+
size 4982374344
|
model-00002-of-00002.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd532f92455f450fc4eb03b195b2ec1d55965d8bb20bedfa992a53d3cb2e5fd9
|
3 |
+
size 1101418376
|
model.safetensors.index.json
CHANGED
@@ -1,460 +1,332 @@
|
|
1 |
{
|
2 |
"metadata": {
|
3 |
-
"total_size":
|
4 |
},
|
5 |
"weight_map": {
|
6 |
-
"lm_head.bias": "model-00002-of-00002.safetensors",
|
7 |
-
"lm_head.weight": "model-00002-of-00002.safetensors",
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
19 |
-
"
|
20 |
-
"
|
21 |
-
"
|
22 |
-
"
|
23 |
-
"
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"
|
40 |
-
"
|
41 |
-
"
|
42 |
-
"
|
43 |
-
"
|
44 |
-
"
|
45 |
-
"
|
46 |
-
"
|
47 |
-
"
|
48 |
-
"
|
49 |
-
"
|
50 |
-
"
|
51 |
-
"
|
52 |
-
"
|
53 |
-
"
|
54 |
-
"
|
55 |
-
"
|
56 |
-
"
|
57 |
-
"
|
58 |
-
"
|
59 |
-
"
|
60 |
-
"
|
61 |
-
"
|
62 |
-
"
|
63 |
-
"
|
64 |
-
"
|
65 |
-
"
|
66 |
-
"
|
67 |
-
"
|
68 |
-
"
|
69 |
-
"
|
70 |
-
"
|
71 |
-
"
|
72 |
-
"
|
73 |
-
"
|
74 |
-
"
|
75 |
-
"
|
76 |
-
"
|
77 |
-
"
|
78 |
-
"
|
79 |
-
"
|
80 |
-
"
|
81 |
-
"
|
82 |
-
"
|
83 |
-
"
|
84 |
-
"
|
85 |
-
"
|
86 |
-
"
|
87 |
-
"
|
88 |
-
"
|
89 |
-
"
|
90 |
-
"
|
91 |
-
"
|
92 |
-
"
|
93 |
-
"
|
94 |
-
"
|
95 |
-
"
|
96 |
-
"
|
97 |
-
"
|
98 |
-
"
|
99 |
-
"
|
100 |
-
"
|
101 |
-
"
|
102 |
-
"
|
103 |
-
"
|
104 |
-
"
|
105 |
-
"
|
106 |
-
"
|
107 |
-
"
|
108 |
-
"
|
109 |
-
"
|
110 |
-
"
|
111 |
-
"
|
112 |
-
"
|
113 |
-
"
|
114 |
-
"
|
115 |
-
"
|
116 |
-
"
|
117 |
-
"
|
118 |
-
"
|
119 |
-
"
|
120 |
-
"
|
121 |
-
"
|
122 |
-
"
|
123 |
-
"
|
124 |
-
"
|
125 |
-
"
|
126 |
-
"
|
127 |
-
"
|
128 |
-
"
|
129 |
-
"
|
130 |
-
"
|
131 |
-
"
|
132 |
-
"
|
133 |
-
"
|
134 |
-
"
|
135 |
-
"
|
136 |
-
"
|
137 |
-
"
|
138 |
-
"
|
139 |
-
"
|
140 |
-
"
|
141 |
-
"
|
142 |
-
"
|
143 |
-
"
|
144 |
-
"
|
145 |
-
"
|
146 |
-
"
|
147 |
-
"
|
148 |
-
"
|
149 |
-
"
|
150 |
-
"
|
151 |
-
"
|
152 |
-
"
|
153 |
-
"
|
154 |
-
"
|
155 |
-
"
|
156 |
-
"
|
157 |
-
"
|
158 |
-
"
|
159 |
-
"
|
160 |
-
"
|
161 |
-
"
|
162 |
-
"
|
163 |
-
"
|
164 |
-
"
|
165 |
-
"
|
166 |
-
"
|
167 |
-
"
|
168 |
-
"
|
169 |
-
"
|
170 |
-
"
|
171 |
-
"
|
172 |
-
"
|
173 |
-
"
|
174 |
-
"
|
175 |
-
"
|
176 |
-
"
|
177 |
-
"
|
178 |
-
"
|
179 |
-
"
|
180 |
-
"
|
181 |
-
"
|
182 |
-
"
|
183 |
-
"
|
184 |
-
"
|
185 |
-
"
|
186 |
-
"
|
187 |
-
"
|
188 |
-
"
|
189 |
-
"
|
190 |
-
"
|
191 |
-
"
|
192 |
-
"
|
193 |
-
"
|
194 |
-
"
|
195 |
-
"
|
196 |
-
"
|
197 |
-
"
|
198 |
-
"
|
199 |
-
"
|
200 |
-
"
|
201 |
-
"
|
202 |
-
"
|
203 |
-
"
|
204 |
-
"
|
205 |
-
"
|
206 |
-
"
|
207 |
-
"
|
208 |
-
"
|
209 |
-
"
|
210 |
-
"
|
211 |
-
"
|
212 |
-
"
|
213 |
-
"
|
214 |
-
"
|
215 |
-
"
|
216 |
-
"
|
217 |
-
"
|
218 |
-
"
|
219 |
-
"
|
220 |
-
"
|
221 |
-
"
|
222 |
-
"
|
223 |
-
"
|
224 |
-
"
|
225 |
-
"
|
226 |
-
"
|
227 |
-
"
|
228 |
-
"
|
229 |
-
"
|
230 |
-
"
|
231 |
-
"
|
232 |
-
"
|
233 |
-
"
|
234 |
-
"
|
235 |
-
"
|
236 |
-
"
|
237 |
-
"
|
238 |
-
"
|
239 |
-
"
|
240 |
-
"
|
241 |
-
"
|
242 |
-
"
|
243 |
-
"
|
244 |
-
"
|
245 |
-
"
|
246 |
-
"
|
247 |
-
"
|
248 |
-
"
|
249 |
-
"
|
250 |
-
"
|
251 |
-
"
|
252 |
-
"
|
253 |
-
"
|
254 |
-
"
|
255 |
-
"
|
256 |
-
"
|
257 |
-
"
|
258 |
-
"
|
259 |
-
"
|
260 |
-
"
|
261 |
-
"
|
262 |
-
"
|
263 |
-
"
|
264 |
-
"
|
265 |
-
"
|
266 |
-
"
|
267 |
-
"
|
268 |
-
"
|
269 |
-
"
|
270 |
-
"
|
271 |
-
"
|
272 |
-
"
|
273 |
-
"
|
274 |
-
"
|
275 |
-
"
|
276 |
-
"
|
277 |
-
"
|
278 |
-
"
|
279 |
-
"
|
280 |
-
"
|
281 |
-
"
|
282 |
-
"
|
283 |
-
"
|
284 |
-
"
|
285 |
-
"
|
286 |
-
"
|
287 |
-
"
|
288 |
-
"
|
289 |
-
"
|
290 |
-
"
|
291 |
-
"
|
292 |
-
"
|
293 |
-
"
|
294 |
-
"
|
295 |
-
"
|
296 |
-
"
|
297 |
-
"
|
298 |
-
"
|
299 |
-
"
|
300 |
-
"
|
301 |
-
"
|
302 |
-
"
|
303 |
-
"
|
304 |
-
"
|
305 |
-
"
|
306 |
-
"
|
307 |
-
"
|
308 |
-
"
|
309 |
-
"
|
310 |
-
"
|
311 |
-
"
|
312 |
-
"
|
313 |
-
"
|
314 |
-
"
|
315 |
-
"
|
316 |
-
"
|
317 |
-
"
|
318 |
-
"
|
319 |
-
"
|
320 |
-
"
|
321 |
-
"
|
322 |
-
"
|
323 |
-
"
|
324 |
-
"
|
325 |
-
"
|
326 |
-
"
|
327 |
-
"
|
328 |
-
"
|
329 |
-
"
|
330 |
-
"
|
331 |
-
"model.layers.29.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
332 |
-
"model.layers.29.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
333 |
-
"model.layers.3.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
334 |
-
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
335 |
-
"model.layers.3.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
336 |
-
"model.layers.3.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
337 |
-
"model.layers.3.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
338 |
-
"model.layers.3.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
339 |
-
"model.layers.3.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
340 |
-
"model.layers.3.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
341 |
-
"model.layers.3.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
342 |
-
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
343 |
-
"model.layers.3.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
344 |
-
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
345 |
-
"model.layers.3.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
346 |
-
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
347 |
-
"model.layers.30.input_layernorm.bias": "model-00002-of-00002.safetensors",
|
348 |
-
"model.layers.30.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
349 |
-
"model.layers.30.mlp.fc1.bias": "model-00002-of-00002.safetensors",
|
350 |
-
"model.layers.30.mlp.fc1.weight": "model-00002-of-00002.safetensors",
|
351 |
-
"model.layers.30.mlp.fc2.bias": "model-00002-of-00002.safetensors",
|
352 |
-
"model.layers.30.mlp.fc2.weight": "model-00002-of-00002.safetensors",
|
353 |
-
"model.layers.30.self_attn.dense.bias": "model-00002-of-00002.safetensors",
|
354 |
-
"model.layers.30.self_attn.dense.weight": "model-00002-of-00002.safetensors",
|
355 |
-
"model.layers.30.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
356 |
-
"model.layers.30.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
357 |
-
"model.layers.30.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
358 |
-
"model.layers.30.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
359 |
-
"model.layers.30.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
360 |
-
"model.layers.30.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
361 |
-
"model.layers.31.input_layernorm.bias": "model-00002-of-00002.safetensors",
|
362 |
-
"model.layers.31.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
363 |
-
"model.layers.31.mlp.fc1.bias": "model-00002-of-00002.safetensors",
|
364 |
-
"model.layers.31.mlp.fc1.weight": "model-00002-of-00002.safetensors",
|
365 |
-
"model.layers.31.mlp.fc2.bias": "model-00002-of-00002.safetensors",
|
366 |
-
"model.layers.31.mlp.fc2.weight": "model-00002-of-00002.safetensors",
|
367 |
-
"model.layers.31.self_attn.dense.bias": "model-00002-of-00002.safetensors",
|
368 |
-
"model.layers.31.self_attn.dense.weight": "model-00002-of-00002.safetensors",
|
369 |
-
"model.layers.31.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
370 |
-
"model.layers.31.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
371 |
-
"model.layers.31.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
372 |
-
"model.layers.31.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
373 |
-
"model.layers.31.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
374 |
-
"model.layers.31.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
375 |
-
"model.layers.4.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
376 |
-
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
377 |
-
"model.layers.4.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
378 |
-
"model.layers.4.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
379 |
-
"model.layers.4.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
380 |
-
"model.layers.4.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
381 |
-
"model.layers.4.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
382 |
-
"model.layers.4.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
383 |
-
"model.layers.4.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
384 |
-
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
385 |
-
"model.layers.4.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
386 |
-
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
387 |
-
"model.layers.4.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
388 |
-
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
389 |
-
"model.layers.5.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
390 |
-
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
391 |
-
"model.layers.5.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
392 |
-
"model.layers.5.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
393 |
-
"model.layers.5.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
394 |
-
"model.layers.5.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
395 |
-
"model.layers.5.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
396 |
-
"model.layers.5.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
397 |
-
"model.layers.5.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
398 |
-
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
399 |
-
"model.layers.5.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
400 |
-
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
401 |
-
"model.layers.5.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
402 |
-
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
403 |
-
"model.layers.6.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
404 |
-
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
405 |
-
"model.layers.6.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
406 |
-
"model.layers.6.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
407 |
-
"model.layers.6.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
408 |
-
"model.layers.6.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
409 |
-
"model.layers.6.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
410 |
-
"model.layers.6.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
411 |
-
"model.layers.6.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
412 |
-
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
413 |
-
"model.layers.6.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
414 |
-
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
415 |
-
"model.layers.6.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
416 |
-
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
417 |
-
"model.layers.7.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
418 |
-
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
419 |
-
"model.layers.7.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
420 |
-
"model.layers.7.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
421 |
-
"model.layers.7.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
422 |
-
"model.layers.7.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
423 |
-
"model.layers.7.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
424 |
-
"model.layers.7.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
425 |
-
"model.layers.7.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
426 |
-
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
427 |
-
"model.layers.7.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
428 |
-
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
429 |
-
"model.layers.7.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
430 |
-
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
431 |
-
"model.layers.8.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
432 |
-
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
433 |
-
"model.layers.8.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
434 |
-
"model.layers.8.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
435 |
-
"model.layers.8.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
436 |
-
"model.layers.8.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
437 |
-
"model.layers.8.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
438 |
-
"model.layers.8.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
439 |
-
"model.layers.8.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
440 |
-
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
441 |
-
"model.layers.8.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
442 |
-
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
443 |
-
"model.layers.8.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
444 |
-
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
445 |
-
"model.layers.9.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
446 |
-
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
447 |
-
"model.layers.9.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
448 |
-
"model.layers.9.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
449 |
-
"model.layers.9.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
450 |
-
"model.layers.9.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
451 |
-
"model.layers.9.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
452 |
-
"model.layers.9.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
453 |
-
"model.layers.9.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
454 |
-
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
455 |
-
"model.layers.9.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
456 |
-
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
457 |
-
"model.layers.9.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
458 |
-
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors"
|
459 |
}
|
460 |
}
|
|
|
1 |
{
|
2 |
"metadata": {
|
3 |
+
"total_size": 6083758080
|
4 |
},
|
5 |
"weight_map": {
|
6 |
+
"lm_head.linear.bias": "model-00002-of-00002.safetensors",
|
7 |
+
"lm_head.linear.weight": "model-00002-of-00002.safetensors",
|
8 |
+
"lm_head.ln.bias": "model-00002-of-00002.safetensors",
|
9 |
+
"lm_head.ln.weight": "model-00002-of-00002.safetensors",
|
10 |
+
"transformer.embd.wte.weight": "model-00001-of-00002.safetensors",
|
11 |
+
"transformer.h.0.ln.bias": "model-00001-of-00002.safetensors",
|
12 |
+
"transformer.h.0.ln.weight": "model-00001-of-00002.safetensors",
|
13 |
+
"transformer.h.0.mixer.Wqkv.bias": "model-00001-of-00002.safetensors",
|
14 |
+
"transformer.h.0.mixer.Wqkv.weight": "model-00001-of-00002.safetensors",
|
15 |
+
"transformer.h.0.mixer.out_proj.bias": "model-00001-of-00002.safetensors",
|
16 |
+
"transformer.h.0.mixer.out_proj.weight": "model-00001-of-00002.safetensors",
|
17 |
+
"transformer.h.0.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
18 |
+
"transformer.h.0.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
19 |
+
"transformer.h.0.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
20 |
+
"transformer.h.0.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
21 |
+
"transformer.h.1.ln.bias": "model-00001-of-00002.safetensors",
|
22 |
+
"transformer.h.1.ln.weight": "model-00001-of-00002.safetensors",
|
23 |
+
"transformer.h.1.mixer.Wqkv.bias": "model-00001-of-00002.safetensors",
|
24 |
+
"transformer.h.1.mixer.Wqkv.weight": "model-00001-of-00002.safetensors",
|
25 |
+
"transformer.h.1.mixer.out_proj.bias": "model-00001-of-00002.safetensors",
|
26 |
+
"transformer.h.1.mixer.out_proj.weight": "model-00001-of-00002.safetensors",
|
27 |
+
"transformer.h.1.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
28 |
+
"transformer.h.1.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
29 |
+
"transformer.h.1.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
30 |
+
"transformer.h.1.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
31 |
+
"transformer.h.10.ln.bias": "model-00001-of-00002.safetensors",
|
32 |
+
"transformer.h.10.ln.weight": "model-00001-of-00002.safetensors",
|
33 |
+
"transformer.h.10.mixer.Wqkv.bias": "model-00001-of-00002.safetensors",
|
34 |
+
"transformer.h.10.mixer.Wqkv.weight": "model-00001-of-00002.safetensors",
|
35 |
+
"transformer.h.10.mixer.out_proj.bias": "model-00001-of-00002.safetensors",
|
36 |
+
"transformer.h.10.mixer.out_proj.weight": "model-00001-of-00002.safetensors",
|
37 |
+
"transformer.h.10.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
38 |
+
"transformer.h.10.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
39 |
+
"transformer.h.10.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
40 |
+
"transformer.h.10.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
41 |
+
"transformer.h.11.ln.bias": "model-00001-of-00002.safetensors",
|
42 |
+
"transformer.h.11.ln.weight": "model-00001-of-00002.safetensors",
|
43 |
+
"transformer.h.11.mixer.Wqkv.bias": "model-00001-of-00002.safetensors",
|
44 |
+
"transformer.h.11.mixer.Wqkv.weight": "model-00001-of-00002.safetensors",
|
45 |
+
"transformer.h.11.mixer.out_proj.bias": "model-00001-of-00002.safetensors",
|
46 |
+
"transformer.h.11.mixer.out_proj.weight": "model-00001-of-00002.safetensors",
|
47 |
+
"transformer.h.11.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
48 |
+
"transformer.h.11.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
49 |
+
"transformer.h.11.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
50 |
+
"transformer.h.11.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
51 |
+
"transformer.h.12.ln.bias": "model-00001-of-00002.safetensors",
|
52 |
+
"transformer.h.12.ln.weight": "model-00001-of-00002.safetensors",
|
53 |
+
"transformer.h.12.mixer.Wqkv.bias": "model-00001-of-00002.safetensors",
|
54 |
+
"transformer.h.12.mixer.Wqkv.weight": "model-00001-of-00002.safetensors",
|
55 |
+
"transformer.h.12.mixer.out_proj.bias": "model-00001-of-00002.safetensors",
|
56 |
+
"transformer.h.12.mixer.out_proj.weight": "model-00001-of-00002.safetensors",
|
57 |
+
"transformer.h.12.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
58 |
+
"transformer.h.12.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
59 |
+
"transformer.h.12.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
60 |
+
"transformer.h.12.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
61 |
+
"transformer.h.13.ln.bias": "model-00001-of-00002.safetensors",
|
62 |
+
"transformer.h.13.ln.weight": "model-00001-of-00002.safetensors",
|
63 |
+
"transformer.h.13.mixer.Wqkv.bias": "model-00001-of-00002.safetensors",
|
64 |
+
"transformer.h.13.mixer.Wqkv.weight": "model-00001-of-00002.safetensors",
|
65 |
+
"transformer.h.13.mixer.out_proj.bias": "model-00001-of-00002.safetensors",
|
66 |
+
"transformer.h.13.mixer.out_proj.weight": "model-00001-of-00002.safetensors",
|
67 |
+
"transformer.h.13.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
68 |
+
"transformer.h.13.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
69 |
+
"transformer.h.13.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
70 |
+
"transformer.h.13.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
71 |
+
"transformer.h.14.ln.bias": "model-00001-of-00002.safetensors",
|
72 |
+
"transformer.h.14.ln.weight": "model-00001-of-00002.safetensors",
|
73 |
+
"transformer.h.14.mixer.Wqkv.bias": "model-00001-of-00002.safetensors",
|
74 |
+
"transformer.h.14.mixer.Wqkv.weight": "model-00001-of-00002.safetensors",
|
75 |
+
"transformer.h.14.mixer.out_proj.bias": "model-00001-of-00002.safetensors",
|
76 |
+
"transformer.h.14.mixer.out_proj.weight": "model-00001-of-00002.safetensors",
|
77 |
+
"transformer.h.14.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
78 |
+
"transformer.h.14.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
79 |
+
"transformer.h.14.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
80 |
+
"transformer.h.14.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
81 |
+
"transformer.h.15.ln.bias": "model-00001-of-00002.safetensors",
|
82 |
+
"transformer.h.15.ln.weight": "model-00001-of-00002.safetensors",
|
83 |
+
"transformer.h.15.mixer.Wqkv.bias": "model-00001-of-00002.safetensors",
|
84 |
+
"transformer.h.15.mixer.Wqkv.weight": "model-00001-of-00002.safetensors",
|
85 |
+
"transformer.h.15.mixer.out_proj.bias": "model-00001-of-00002.safetensors",
|
86 |
+
"transformer.h.15.mixer.out_proj.weight": "model-00001-of-00002.safetensors",
|
87 |
+
"transformer.h.15.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
88 |
+
"transformer.h.15.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
89 |
+
"transformer.h.15.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
90 |
+
"transformer.h.15.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
91 |
+
"transformer.h.16.ln.bias": "model-00001-of-00002.safetensors",
|
92 |
+
"transformer.h.16.ln.weight": "model-00001-of-00002.safetensors",
|
93 |
+
"transformer.h.16.mixer.Wqkv.bias": "model-00001-of-00002.safetensors",
|
94 |
+
"transformer.h.16.mixer.Wqkv.weight": "model-00001-of-00002.safetensors",
|
95 |
+
"transformer.h.16.mixer.out_proj.bias": "model-00001-of-00002.safetensors",
|
96 |
+
"transformer.h.16.mixer.out_proj.weight": "model-00001-of-00002.safetensors",
|
97 |
+
"transformer.h.16.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
98 |
+
"transformer.h.16.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
99 |
+
"transformer.h.16.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
100 |
+
"transformer.h.16.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
101 |
+
"transformer.h.17.ln.bias": "model-00001-of-00002.safetensors",
|
102 |
+
"transformer.h.17.ln.weight": "model-00001-of-00002.safetensors",
|
103 |
+
"transformer.h.17.mixer.Wqkv.bias": "model-00001-of-00002.safetensors",
|
104 |
+
"transformer.h.17.mixer.Wqkv.weight": "model-00001-of-00002.safetensors",
|
105 |
+
"transformer.h.17.mixer.out_proj.bias": "model-00001-of-00002.safetensors",
|
106 |
+
"transformer.h.17.mixer.out_proj.weight": "model-00001-of-00002.safetensors",
|
107 |
+
"transformer.h.17.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
108 |
+
"transformer.h.17.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
109 |
+
"transformer.h.17.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
110 |
+
"transformer.h.17.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
111 |
+
"transformer.h.18.ln.bias": "model-00001-of-00002.safetensors",
|
112 |
+
"transformer.h.18.ln.weight": "model-00001-of-00002.safetensors",
|
113 |
+
"transformer.h.18.mixer.Wqkv.bias": "model-00001-of-00002.safetensors",
|
114 |
+
"transformer.h.18.mixer.Wqkv.weight": "model-00001-of-00002.safetensors",
|
115 |
+
"transformer.h.18.mixer.out_proj.bias": "model-00001-of-00002.safetensors",
|
116 |
+
"transformer.h.18.mixer.out_proj.weight": "model-00001-of-00002.safetensors",
|
117 |
+
"transformer.h.18.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
118 |
+
"transformer.h.18.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
119 |
+
"transformer.h.18.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
120 |
+
"transformer.h.18.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
121 |
+
"transformer.h.19.ln.bias": "model-00001-of-00002.safetensors",
|
122 |
+
"transformer.h.19.ln.weight": "model-00001-of-00002.safetensors",
|
123 |
+
"transformer.h.19.mixer.Wqkv.bias": "model-00001-of-00002.safetensors",
|
124 |
+
"transformer.h.19.mixer.Wqkv.weight": "model-00001-of-00002.safetensors",
|
125 |
+
"transformer.h.19.mixer.out_proj.bias": "model-00001-of-00002.safetensors",
|
126 |
+
"transformer.h.19.mixer.out_proj.weight": "model-00001-of-00002.safetensors",
|
127 |
+
"transformer.h.19.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
128 |
+
"transformer.h.19.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
129 |
+
"transformer.h.19.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
130 |
+
"transformer.h.19.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
131 |
+
"transformer.h.2.ln.bias": "model-00001-of-00002.safetensors",
|
132 |
+
"transformer.h.2.ln.weight": "model-00001-of-00002.safetensors",
|
133 |
+
"transformer.h.2.mixer.Wqkv.bias": "model-00001-of-00002.safetensors",
|
134 |
+
"transformer.h.2.mixer.Wqkv.weight": "model-00001-of-00002.safetensors",
|
135 |
+
"transformer.h.2.mixer.out_proj.bias": "model-00001-of-00002.safetensors",
|
136 |
+
"transformer.h.2.mixer.out_proj.weight": "model-00001-of-00002.safetensors",
|
137 |
+
"transformer.h.2.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
138 |
+
"transformer.h.2.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
139 |
+
"transformer.h.2.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
140 |
+
"transformer.h.2.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
141 |
+
"transformer.h.20.ln.bias": "model-00001-of-00002.safetensors",
|
142 |
+
"transformer.h.20.ln.weight": "model-00001-of-00002.safetensors",
|
143 |
+
"transformer.h.20.mixer.Wqkv.bias": "model-00001-of-00002.safetensors",
|
144 |
+
"transformer.h.20.mixer.Wqkv.weight": "model-00001-of-00002.safetensors",
|
145 |
+
"transformer.h.20.mixer.out_proj.bias": "model-00001-of-00002.safetensors",
|
146 |
+
"transformer.h.20.mixer.out_proj.weight": "model-00001-of-00002.safetensors",
|
147 |
+
"transformer.h.20.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
148 |
+
"transformer.h.20.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
149 |
+
"transformer.h.20.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
150 |
+
"transformer.h.20.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
151 |
+
"transformer.h.21.ln.bias": "model-00001-of-00002.safetensors",
|
152 |
+
"transformer.h.21.ln.weight": "model-00001-of-00002.safetensors",
|
153 |
+
"transformer.h.21.mixer.Wqkv.bias": "model-00001-of-00002.safetensors",
|
154 |
+
"transformer.h.21.mixer.Wqkv.weight": "model-00001-of-00002.safetensors",
|
155 |
+
"transformer.h.21.mixer.out_proj.bias": "model-00001-of-00002.safetensors",
|
156 |
+
"transformer.h.21.mixer.out_proj.weight": "model-00001-of-00002.safetensors",
|
157 |
+
"transformer.h.21.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
158 |
+
"transformer.h.21.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
159 |
+
"transformer.h.21.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
160 |
+
"transformer.h.21.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
161 |
+
"transformer.h.22.ln.bias": "model-00001-of-00002.safetensors",
|
162 |
+
"transformer.h.22.ln.weight": "model-00001-of-00002.safetensors",
|
163 |
+
"transformer.h.22.mixer.Wqkv.bias": "model-00001-of-00002.safetensors",
|
164 |
+
"transformer.h.22.mixer.Wqkv.weight": "model-00001-of-00002.safetensors",
|
165 |
+
"transformer.h.22.mixer.out_proj.bias": "model-00001-of-00002.safetensors",
|
166 |
+
"transformer.h.22.mixer.out_proj.weight": "model-00001-of-00002.safetensors",
|
167 |
+
"transformer.h.22.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
168 |
+
"transformer.h.22.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
169 |
+
"transformer.h.22.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
170 |
+
"transformer.h.22.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
171 |
+
"transformer.h.23.ln.bias": "model-00001-of-00002.safetensors",
|
172 |
+
"transformer.h.23.ln.weight": "model-00001-of-00002.safetensors",
|
173 |
+
"transformer.h.23.mixer.Wqkv.bias": "model-00001-of-00002.safetensors",
|
174 |
+
"transformer.h.23.mixer.Wqkv.weight": "model-00001-of-00002.safetensors",
|
175 |
+
"transformer.h.23.mixer.out_proj.bias": "model-00001-of-00002.safetensors",
|
176 |
+
"transformer.h.23.mixer.out_proj.weight": "model-00001-of-00002.safetensors",
|
177 |
+
"transformer.h.23.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
178 |
+
"transformer.h.23.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
179 |
+
"transformer.h.23.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
180 |
+
"transformer.h.23.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
181 |
+
"transformer.h.24.ln.bias": "model-00001-of-00002.safetensors",
|
182 |
+
"transformer.h.24.ln.weight": "model-00001-of-00002.safetensors",
|
183 |
+
"transformer.h.24.mixer.Wqkv.bias": "model-00001-of-00002.safetensors",
|
184 |
+
"transformer.h.24.mixer.Wqkv.weight": "model-00001-of-00002.safetensors",
|
185 |
+
"transformer.h.24.mixer.out_proj.bias": "model-00001-of-00002.safetensors",
|
186 |
+
"transformer.h.24.mixer.out_proj.weight": "model-00001-of-00002.safetensors",
|
187 |
+
"transformer.h.24.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
188 |
+
"transformer.h.24.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
189 |
+
"transformer.h.24.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
190 |
+
"transformer.h.24.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
191 |
+
"transformer.h.25.ln.bias": "model-00001-of-00002.safetensors",
|
192 |
+
"transformer.h.25.ln.weight": "model-00001-of-00002.safetensors",
|
193 |
+
"transformer.h.25.mixer.Wqkv.bias": "model-00001-of-00002.safetensors",
|
194 |
+
"transformer.h.25.mixer.Wqkv.weight": "model-00001-of-00002.safetensors",
|
195 |
+
"transformer.h.25.mixer.out_proj.bias": "model-00001-of-00002.safetensors",
|
196 |
+
"transformer.h.25.mixer.out_proj.weight": "model-00001-of-00002.safetensors",
|
197 |
+
"transformer.h.25.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
198 |
+
"transformer.h.25.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
199 |
+
"transformer.h.25.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
200 |
+
"transformer.h.25.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
201 |
+
"transformer.h.26.ln.bias": "model-00001-of-00002.safetensors",
|
202 |
+
"transformer.h.26.ln.weight": "model-00001-of-00002.safetensors",
|
203 |
+
"transformer.h.26.mixer.Wqkv.bias": "model-00001-of-00002.safetensors",
|
204 |
+
"transformer.h.26.mixer.Wqkv.weight": "model-00001-of-00002.safetensors",
|
205 |
+
"transformer.h.26.mixer.out_proj.bias": "model-00001-of-00002.safetensors",
|
206 |
+
"transformer.h.26.mixer.out_proj.weight": "model-00001-of-00002.safetensors",
|
207 |
+
"transformer.h.26.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
208 |
+
"transformer.h.26.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
209 |
+
"transformer.h.26.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
210 |
+
"transformer.h.26.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
211 |
+
"transformer.h.27.ln.bias": "model-00001-of-00002.safetensors",
|
212 |
+
"transformer.h.27.ln.weight": "model-00001-of-00002.safetensors",
|
213 |
+
"transformer.h.27.mixer.Wqkv.bias": "model-00001-of-00002.safetensors",
|
214 |
+
"transformer.h.27.mixer.Wqkv.weight": "model-00001-of-00002.safetensors",
|
215 |
+
"transformer.h.27.mixer.out_proj.bias": "model-00001-of-00002.safetensors",
|
216 |
+
"transformer.h.27.mixer.out_proj.weight": "model-00001-of-00002.safetensors",
|
217 |
+
"transformer.h.27.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
218 |
+
"transformer.h.27.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
219 |
+
"transformer.h.27.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
220 |
+
"transformer.h.27.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
221 |
+
"transformer.h.28.ln.bias": "model-00001-of-00002.safetensors",
|
222 |
+
"transformer.h.28.ln.weight": "model-00001-of-00002.safetensors",
|
223 |
+
"transformer.h.28.mixer.Wqkv.bias": "model-00001-of-00002.safetensors",
|
224 |
+
"transformer.h.28.mixer.Wqkv.weight": "model-00001-of-00002.safetensors",
|
225 |
+
"transformer.h.28.mixer.out_proj.bias": "model-00001-of-00002.safetensors",
|
226 |
+
"transformer.h.28.mixer.out_proj.weight": "model-00001-of-00002.safetensors",
|
227 |
+
"transformer.h.28.mlp.fc1.bias": "model-00002-of-00002.safetensors",
|
228 |
+
"transformer.h.28.mlp.fc1.weight": "model-00002-of-00002.safetensors",
|
229 |
+
"transformer.h.28.mlp.fc2.bias": "model-00002-of-00002.safetensors",
|
230 |
+
"transformer.h.28.mlp.fc2.weight": "model-00002-of-00002.safetensors",
|
231 |
+
"transformer.h.29.ln.bias": "model-00002-of-00002.safetensors",
|
232 |
+
"transformer.h.29.ln.weight": "model-00002-of-00002.safetensors",
|
233 |
+
"transformer.h.29.mixer.Wqkv.bias": "model-00002-of-00002.safetensors",
|
234 |
+
"transformer.h.29.mixer.Wqkv.weight": "model-00002-of-00002.safetensors",
|
235 |
+
"transformer.h.29.mixer.out_proj.bias": "model-00002-of-00002.safetensors",
|
236 |
+
"transformer.h.29.mixer.out_proj.weight": "model-00002-of-00002.safetensors",
|
237 |
+
"transformer.h.29.mlp.fc1.bias": "model-00002-of-00002.safetensors",
|
238 |
+
"transformer.h.29.mlp.fc1.weight": "model-00002-of-00002.safetensors",
|
239 |
+
"transformer.h.29.mlp.fc2.bias": "model-00002-of-00002.safetensors",
|
240 |
+
"transformer.h.29.mlp.fc2.weight": "model-00002-of-00002.safetensors",
|
241 |
+
"transformer.h.3.ln.bias": "model-00001-of-00002.safetensors",
|
242 |
+
"transformer.h.3.ln.weight": "model-00001-of-00002.safetensors",
|
243 |
+
"transformer.h.3.mixer.Wqkv.bias": "model-00001-of-00002.safetensors",
|
244 |
+
"transformer.h.3.mixer.Wqkv.weight": "model-00001-of-00002.safetensors",
|
245 |
+
"transformer.h.3.mixer.out_proj.bias": "model-00001-of-00002.safetensors",
|
246 |
+
"transformer.h.3.mixer.out_proj.weight": "model-00001-of-00002.safetensors",
|
247 |
+
"transformer.h.3.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
248 |
+
"transformer.h.3.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
249 |
+
"transformer.h.3.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
250 |
+
"transformer.h.3.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
251 |
+
"transformer.h.30.ln.bias": "model-00002-of-00002.safetensors",
|
252 |
+
"transformer.h.30.ln.weight": "model-00002-of-00002.safetensors",
|
253 |
+
"transformer.h.30.mixer.Wqkv.bias": "model-00002-of-00002.safetensors",
|
254 |
+
"transformer.h.30.mixer.Wqkv.weight": "model-00002-of-00002.safetensors",
|
255 |
+
"transformer.h.30.mixer.out_proj.bias": "model-00002-of-00002.safetensors",
|
256 |
+
"transformer.h.30.mixer.out_proj.weight": "model-00002-of-00002.safetensors",
|
257 |
+
"transformer.h.30.mlp.fc1.bias": "model-00002-of-00002.safetensors",
|
258 |
+
"transformer.h.30.mlp.fc1.weight": "model-00002-of-00002.safetensors",
|
259 |
+
"transformer.h.30.mlp.fc2.bias": "model-00002-of-00002.safetensors",
|
260 |
+
"transformer.h.30.mlp.fc2.weight": "model-00002-of-00002.safetensors",
|
261 |
+
"transformer.h.31.ln.bias": "model-00002-of-00002.safetensors",
|
262 |
+
"transformer.h.31.ln.weight": "model-00002-of-00002.safetensors",
|
263 |
+
"transformer.h.31.mixer.Wqkv.bias": "model-00002-of-00002.safetensors",
|
264 |
+
"transformer.h.31.mixer.Wqkv.weight": "model-00002-of-00002.safetensors",
|
265 |
+
"transformer.h.31.mixer.out_proj.bias": "model-00002-of-00002.safetensors",
|
266 |
+
"transformer.h.31.mixer.out_proj.weight": "model-00002-of-00002.safetensors",
|
267 |
+
"transformer.h.31.mlp.fc1.bias": "model-00002-of-00002.safetensors",
|
268 |
+
"transformer.h.31.mlp.fc1.weight": "model-00002-of-00002.safetensors",
|
269 |
+
"transformer.h.31.mlp.fc2.bias": "model-00002-of-00002.safetensors",
|
270 |
+
"transformer.h.31.mlp.fc2.weight": "model-00002-of-00002.safetensors",
|
271 |
+
"transformer.h.4.ln.bias": "model-00001-of-00002.safetensors",
|
272 |
+
"transformer.h.4.ln.weight": "model-00001-of-00002.safetensors",
|
273 |
+
"transformer.h.4.mixer.Wqkv.bias": "model-00001-of-00002.safetensors",
|
274 |
+
"transformer.h.4.mixer.Wqkv.weight": "model-00001-of-00002.safetensors",
|
275 |
+
"transformer.h.4.mixer.out_proj.bias": "model-00001-of-00002.safetensors",
|
276 |
+
"transformer.h.4.mixer.out_proj.weight": "model-00001-of-00002.safetensors",
|
277 |
+
"transformer.h.4.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
278 |
+
"transformer.h.4.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
279 |
+
"transformer.h.4.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
280 |
+
"transformer.h.4.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
281 |
+
"transformer.h.5.ln.bias": "model-00001-of-00002.safetensors",
|
282 |
+
"transformer.h.5.ln.weight": "model-00001-of-00002.safetensors",
|
283 |
+
"transformer.h.5.mixer.Wqkv.bias": "model-00001-of-00002.safetensors",
|
284 |
+
"transformer.h.5.mixer.Wqkv.weight": "model-00001-of-00002.safetensors",
|
285 |
+
"transformer.h.5.mixer.out_proj.bias": "model-00001-of-00002.safetensors",
|
286 |
+
"transformer.h.5.mixer.out_proj.weight": "model-00001-of-00002.safetensors",
|
287 |
+
"transformer.h.5.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
288 |
+
"transformer.h.5.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
289 |
+
"transformer.h.5.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
290 |
+
"transformer.h.5.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
291 |
+
"transformer.h.6.ln.bias": "model-00001-of-00002.safetensors",
|
292 |
+
"transformer.h.6.ln.weight": "model-00001-of-00002.safetensors",
|
293 |
+
"transformer.h.6.mixer.Wqkv.bias": "model-00001-of-00002.safetensors",
|
294 |
+
"transformer.h.6.mixer.Wqkv.weight": "model-00001-of-00002.safetensors",
|
295 |
+
"transformer.h.6.mixer.out_proj.bias": "model-00001-of-00002.safetensors",
|
296 |
+
"transformer.h.6.mixer.out_proj.weight": "model-00001-of-00002.safetensors",
|
297 |
+
"transformer.h.6.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
298 |
+
"transformer.h.6.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
299 |
+
"transformer.h.6.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
300 |
+
"transformer.h.6.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
301 |
+
"transformer.h.7.ln.bias": "model-00001-of-00002.safetensors",
|
302 |
+
"transformer.h.7.ln.weight": "model-00001-of-00002.safetensors",
|
303 |
+
"transformer.h.7.mixer.Wqkv.bias": "model-00001-of-00002.safetensors",
|
304 |
+
"transformer.h.7.mixer.Wqkv.weight": "model-00001-of-00002.safetensors",
|
305 |
+
"transformer.h.7.mixer.out_proj.bias": "model-00001-of-00002.safetensors",
|
306 |
+
"transformer.h.7.mixer.out_proj.weight": "model-00001-of-00002.safetensors",
|
307 |
+
"transformer.h.7.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
308 |
+
"transformer.h.7.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
309 |
+
"transformer.h.7.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
310 |
+
"transformer.h.7.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
311 |
+
"transformer.h.8.ln.bias": "model-00001-of-00002.safetensors",
|
312 |
+
"transformer.h.8.ln.weight": "model-00001-of-00002.safetensors",
|
313 |
+
"transformer.h.8.mixer.Wqkv.bias": "model-00001-of-00002.safetensors",
|
314 |
+
"transformer.h.8.mixer.Wqkv.weight": "model-00001-of-00002.safetensors",
|
315 |
+
"transformer.h.8.mixer.out_proj.bias": "model-00001-of-00002.safetensors",
|
316 |
+
"transformer.h.8.mixer.out_proj.weight": "model-00001-of-00002.safetensors",
|
317 |
+
"transformer.h.8.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
318 |
+
"transformer.h.8.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
319 |
+
"transformer.h.8.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
320 |
+
"transformer.h.8.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
321 |
+
"transformer.h.9.ln.bias": "model-00001-of-00002.safetensors",
|
322 |
+
"transformer.h.9.ln.weight": "model-00001-of-00002.safetensors",
|
323 |
+
"transformer.h.9.mixer.Wqkv.bias": "model-00001-of-00002.safetensors",
|
324 |
+
"transformer.h.9.mixer.Wqkv.weight": "model-00001-of-00002.safetensors",
|
325 |
+
"transformer.h.9.mixer.out_proj.bias": "model-00001-of-00002.safetensors",
|
326 |
+
"transformer.h.9.mixer.out_proj.weight": "model-00001-of-00002.safetensors",
|
327 |
+
"transformer.h.9.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
328 |
+
"transformer.h.9.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
329 |
+
"transformer.h.9.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
330 |
+
"transformer.h.9.mlp.fc2.weight": "model-00001-of-00002.safetensors"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
331 |
}
|
332 |
}
|
pytorch_model-00001-of-00002.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73b4e5146462e1e57be6ee40ab86cfe1c78acb8fc1f6ffd084d1bf6f2ee6e218
|
3 |
+
size 4982442735
|
pytorch_model-00002-of-00002.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fbbfe713051dcad05822c1baf29b151d995655200bdd7243fd5a1257f5055370
|
3 |
+
size 1101427670
|
pytorch_model.bin.index.json
CHANGED
@@ -1,460 +1,332 @@
|
|
1 |
{
|
2 |
"metadata": {
|
3 |
-
"total_size":
|
4 |
},
|
5 |
"weight_map": {
|
6 |
-
"lm_head.bias": "pytorch_model-00002-of-00002.bin",
|
7 |
-
"lm_head.weight": "pytorch_model-00002-of-00002.bin",
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
19 |
-
"
|
20 |
-
"
|
21 |
-
"
|
22 |
-
"
|
23 |
-
"
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"
|
40 |
-
"
|
41 |
-
"
|
42 |
-
"
|
43 |
-
"
|
44 |
-
"
|
45 |
-
"
|
46 |
-
"
|
47 |
-
"
|
48 |
-
"
|
49 |
-
"
|
50 |
-
"
|
51 |
-
"
|
52 |
-
"
|
53 |
-
"
|
54 |
-
"
|
55 |
-
"
|
56 |
-
"
|
57 |
-
"
|
58 |
-
"
|
59 |
-
"
|
60 |
-
"
|
61 |
-
"
|
62 |
-
"
|
63 |
-
"
|
64 |
-
"
|
65 |
-
"
|
66 |
-
"
|
67 |
-
"
|
68 |
-
"
|
69 |
-
"
|
70 |
-
"
|
71 |
-
"
|
72 |
-
"
|
73 |
-
"
|
74 |
-
"
|
75 |
-
"
|
76 |
-
"
|
77 |
-
"
|
78 |
-
"
|
79 |
-
"
|
80 |
-
"
|
81 |
-
"
|
82 |
-
"
|
83 |
-
"
|
84 |
-
"
|
85 |
-
"
|
86 |
-
"
|
87 |
-
"
|
88 |
-
"
|
89 |
-
"
|
90 |
-
"
|
91 |
-
"
|
92 |
-
"
|
93 |
-
"
|
94 |
-
"
|
95 |
-
"
|
96 |
-
"
|
97 |
-
"
|
98 |
-
"
|
99 |
-
"
|
100 |
-
"
|
101 |
-
"
|
102 |
-
"
|
103 |
-
"
|
104 |
-
"
|
105 |
-
"
|
106 |
-
"
|
107 |
-
"
|
108 |
-
"
|
109 |
-
"
|
110 |
-
"
|
111 |
-
"
|
112 |
-
"
|
113 |
-
"
|
114 |
-
"
|
115 |
-
"
|
116 |
-
"
|
117 |
-
"
|
118 |
-
"
|
119 |
-
"
|
120 |
-
"
|
121 |
-
"
|
122 |
-
"
|
123 |
-
"
|
124 |
-
"
|
125 |
-
"
|
126 |
-
"
|
127 |
-
"
|
128 |
-
"
|
129 |
-
"
|
130 |
-
"
|
131 |
-
"
|
132 |
-
"
|
133 |
-
"
|
134 |
-
"
|
135 |
-
"
|
136 |
-
"
|
137 |
-
"
|
138 |
-
"
|
139 |
-
"
|
140 |
-
"
|
141 |
-
"
|
142 |
-
"
|
143 |
-
"
|
144 |
-
"
|
145 |
-
"
|
146 |
-
"
|
147 |
-
"
|
148 |
-
"
|
149 |
-
"
|
150 |
-
"
|
151 |
-
"
|
152 |
-
"
|
153 |
-
"
|
154 |
-
"
|
155 |
-
"
|
156 |
-
"
|
157 |
-
"
|
158 |
-
"
|
159 |
-
"
|
160 |
-
"
|
161 |
-
"
|
162 |
-
"
|
163 |
-
"
|
164 |
-
"
|
165 |
-
"
|
166 |
-
"
|
167 |
-
"
|
168 |
-
"
|
169 |
-
"
|
170 |
-
"
|
171 |
-
"
|
172 |
-
"
|
173 |
-
"
|
174 |
-
"
|
175 |
-
"
|
176 |
-
"
|
177 |
-
"
|
178 |
-
"
|
179 |
-
"
|
180 |
-
"
|
181 |
-
"
|
182 |
-
"
|
183 |
-
"
|
184 |
-
"
|
185 |
-
"
|
186 |
-
"
|
187 |
-
"
|
188 |
-
"
|
189 |
-
"
|
190 |
-
"
|
191 |
-
"
|
192 |
-
"
|
193 |
-
"
|
194 |
-
"
|
195 |
-
"
|
196 |
-
"
|
197 |
-
"
|
198 |
-
"
|
199 |
-
"
|
200 |
-
"
|
201 |
-
"
|
202 |
-
"
|
203 |
-
"
|
204 |
-
"
|
205 |
-
"
|
206 |
-
"
|
207 |
-
"
|
208 |
-
"
|
209 |
-
"
|
210 |
-
"
|
211 |
-
"
|
212 |
-
"
|
213 |
-
"
|
214 |
-
"
|
215 |
-
"
|
216 |
-
"
|
217 |
-
"
|
218 |
-
"
|
219 |
-
"
|
220 |
-
"
|
221 |
-
"
|
222 |
-
"
|
223 |
-
"
|
224 |
-
"
|
225 |
-
"
|
226 |
-
"
|
227 |
-
"
|
228 |
-
"
|
229 |
-
"
|
230 |
-
"
|
231 |
-
"
|
232 |
-
"
|
233 |
-
"
|
234 |
-
"
|
235 |
-
"
|
236 |
-
"
|
237 |
-
"
|
238 |
-
"
|
239 |
-
"
|
240 |
-
"
|
241 |
-
"
|
242 |
-
"
|
243 |
-
"
|
244 |
-
"
|
245 |
-
"
|
246 |
-
"
|
247 |
-
"
|
248 |
-
"
|
249 |
-
"
|
250 |
-
"
|
251 |
-
"
|
252 |
-
"
|
253 |
-
"
|
254 |
-
"
|
255 |
-
"
|
256 |
-
"
|
257 |
-
"
|
258 |
-
"
|
259 |
-
"
|
260 |
-
"
|
261 |
-
"
|
262 |
-
"
|
263 |
-
"
|
264 |
-
"
|
265 |
-
"
|
266 |
-
"
|
267 |
-
"
|
268 |
-
"
|
269 |
-
"
|
270 |
-
"
|
271 |
-
"
|
272 |
-
"
|
273 |
-
"
|
274 |
-
"
|
275 |
-
"
|
276 |
-
"
|
277 |
-
"
|
278 |
-
"
|
279 |
-
"
|
280 |
-
"
|
281 |
-
"
|
282 |
-
"
|
283 |
-
"
|
284 |
-
"
|
285 |
-
"
|
286 |
-
"
|
287 |
-
"
|
288 |
-
"
|
289 |
-
"
|
290 |
-
"
|
291 |
-
"
|
292 |
-
"
|
293 |
-
"
|
294 |
-
"
|
295 |
-
"
|
296 |
-
"
|
297 |
-
"
|
298 |
-
"
|
299 |
-
"
|
300 |
-
"
|
301 |
-
"
|
302 |
-
"
|
303 |
-
"
|
304 |
-
"
|
305 |
-
"
|
306 |
-
"
|
307 |
-
"
|
308 |
-
"
|
309 |
-
"
|
310 |
-
"
|
311 |
-
"
|
312 |
-
"
|
313 |
-
"
|
314 |
-
"
|
315 |
-
"
|
316 |
-
"
|
317 |
-
"
|
318 |
-
"
|
319 |
-
"
|
320 |
-
"
|
321 |
-
"
|
322 |
-
"
|
323 |
-
"
|
324 |
-
"
|
325 |
-
"
|
326 |
-
"
|
327 |
-
"
|
328 |
-
"
|
329 |
-
"
|
330 |
-
"
|
331 |
-
"model.layers.29.self_attn.v_proj.bias": "pytorch_model-00002-of-00002.bin",
|
332 |
-
"model.layers.29.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
|
333 |
-
"model.layers.3.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
|
334 |
-
"model.layers.3.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
335 |
-
"model.layers.3.mlp.fc1.bias": "pytorch_model-00001-of-00002.bin",
|
336 |
-
"model.layers.3.mlp.fc1.weight": "pytorch_model-00001-of-00002.bin",
|
337 |
-
"model.layers.3.mlp.fc2.bias": "pytorch_model-00001-of-00002.bin",
|
338 |
-
"model.layers.3.mlp.fc2.weight": "pytorch_model-00001-of-00002.bin",
|
339 |
-
"model.layers.3.self_attn.dense.bias": "pytorch_model-00001-of-00002.bin",
|
340 |
-
"model.layers.3.self_attn.dense.weight": "pytorch_model-00001-of-00002.bin",
|
341 |
-
"model.layers.3.self_attn.k_proj.bias": "pytorch_model-00001-of-00002.bin",
|
342 |
-
"model.layers.3.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
|
343 |
-
"model.layers.3.self_attn.q_proj.bias": "pytorch_model-00001-of-00002.bin",
|
344 |
-
"model.layers.3.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
|
345 |
-
"model.layers.3.self_attn.v_proj.bias": "pytorch_model-00001-of-00002.bin",
|
346 |
-
"model.layers.3.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
|
347 |
-
"model.layers.30.input_layernorm.bias": "pytorch_model-00002-of-00002.bin",
|
348 |
-
"model.layers.30.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
|
349 |
-
"model.layers.30.mlp.fc1.bias": "pytorch_model-00002-of-00002.bin",
|
350 |
-
"model.layers.30.mlp.fc1.weight": "pytorch_model-00002-of-00002.bin",
|
351 |
-
"model.layers.30.mlp.fc2.bias": "pytorch_model-00002-of-00002.bin",
|
352 |
-
"model.layers.30.mlp.fc2.weight": "pytorch_model-00002-of-00002.bin",
|
353 |
-
"model.layers.30.self_attn.dense.bias": "pytorch_model-00002-of-00002.bin",
|
354 |
-
"model.layers.30.self_attn.dense.weight": "pytorch_model-00002-of-00002.bin",
|
355 |
-
"model.layers.30.self_attn.k_proj.bias": "pytorch_model-00002-of-00002.bin",
|
356 |
-
"model.layers.30.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
|
357 |
-
"model.layers.30.self_attn.q_proj.bias": "pytorch_model-00002-of-00002.bin",
|
358 |
-
"model.layers.30.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
|
359 |
-
"model.layers.30.self_attn.v_proj.bias": "pytorch_model-00002-of-00002.bin",
|
360 |
-
"model.layers.30.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
|
361 |
-
"model.layers.31.input_layernorm.bias": "pytorch_model-00002-of-00002.bin",
|
362 |
-
"model.layers.31.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
|
363 |
-
"model.layers.31.mlp.fc1.bias": "pytorch_model-00002-of-00002.bin",
|
364 |
-
"model.layers.31.mlp.fc1.weight": "pytorch_model-00002-of-00002.bin",
|
365 |
-
"model.layers.31.mlp.fc2.bias": "pytorch_model-00002-of-00002.bin",
|
366 |
-
"model.layers.31.mlp.fc2.weight": "pytorch_model-00002-of-00002.bin",
|
367 |
-
"model.layers.31.self_attn.dense.bias": "pytorch_model-00002-of-00002.bin",
|
368 |
-
"model.layers.31.self_attn.dense.weight": "pytorch_model-00002-of-00002.bin",
|
369 |
-
"model.layers.31.self_attn.k_proj.bias": "pytorch_model-00002-of-00002.bin",
|
370 |
-
"model.layers.31.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
|
371 |
-
"model.layers.31.self_attn.q_proj.bias": "pytorch_model-00002-of-00002.bin",
|
372 |
-
"model.layers.31.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
|
373 |
-
"model.layers.31.self_attn.v_proj.bias": "pytorch_model-00002-of-00002.bin",
|
374 |
-
"model.layers.31.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
|
375 |
-
"model.layers.4.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
|
376 |
-
"model.layers.4.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
377 |
-
"model.layers.4.mlp.fc1.bias": "pytorch_model-00001-of-00002.bin",
|
378 |
-
"model.layers.4.mlp.fc1.weight": "pytorch_model-00001-of-00002.bin",
|
379 |
-
"model.layers.4.mlp.fc2.bias": "pytorch_model-00001-of-00002.bin",
|
380 |
-
"model.layers.4.mlp.fc2.weight": "pytorch_model-00001-of-00002.bin",
|
381 |
-
"model.layers.4.self_attn.dense.bias": "pytorch_model-00001-of-00002.bin",
|
382 |
-
"model.layers.4.self_attn.dense.weight": "pytorch_model-00001-of-00002.bin",
|
383 |
-
"model.layers.4.self_attn.k_proj.bias": "pytorch_model-00001-of-00002.bin",
|
384 |
-
"model.layers.4.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
|
385 |
-
"model.layers.4.self_attn.q_proj.bias": "pytorch_model-00001-of-00002.bin",
|
386 |
-
"model.layers.4.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
|
387 |
-
"model.layers.4.self_attn.v_proj.bias": "pytorch_model-00001-of-00002.bin",
|
388 |
-
"model.layers.4.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
|
389 |
-
"model.layers.5.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
|
390 |
-
"model.layers.5.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
391 |
-
"model.layers.5.mlp.fc1.bias": "pytorch_model-00001-of-00002.bin",
|
392 |
-
"model.layers.5.mlp.fc1.weight": "pytorch_model-00001-of-00002.bin",
|
393 |
-
"model.layers.5.mlp.fc2.bias": "pytorch_model-00001-of-00002.bin",
|
394 |
-
"model.layers.5.mlp.fc2.weight": "pytorch_model-00001-of-00002.bin",
|
395 |
-
"model.layers.5.self_attn.dense.bias": "pytorch_model-00001-of-00002.bin",
|
396 |
-
"model.layers.5.self_attn.dense.weight": "pytorch_model-00001-of-00002.bin",
|
397 |
-
"model.layers.5.self_attn.k_proj.bias": "pytorch_model-00001-of-00002.bin",
|
398 |
-
"model.layers.5.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
|
399 |
-
"model.layers.5.self_attn.q_proj.bias": "pytorch_model-00001-of-00002.bin",
|
400 |
-
"model.layers.5.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
|
401 |
-
"model.layers.5.self_attn.v_proj.bias": "pytorch_model-00001-of-00002.bin",
|
402 |
-
"model.layers.5.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
|
403 |
-
"model.layers.6.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
|
404 |
-
"model.layers.6.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
405 |
-
"model.layers.6.mlp.fc1.bias": "pytorch_model-00001-of-00002.bin",
|
406 |
-
"model.layers.6.mlp.fc1.weight": "pytorch_model-00001-of-00002.bin",
|
407 |
-
"model.layers.6.mlp.fc2.bias": "pytorch_model-00001-of-00002.bin",
|
408 |
-
"model.layers.6.mlp.fc2.weight": "pytorch_model-00001-of-00002.bin",
|
409 |
-
"model.layers.6.self_attn.dense.bias": "pytorch_model-00001-of-00002.bin",
|
410 |
-
"model.layers.6.self_attn.dense.weight": "pytorch_model-00001-of-00002.bin",
|
411 |
-
"model.layers.6.self_attn.k_proj.bias": "pytorch_model-00001-of-00002.bin",
|
412 |
-
"model.layers.6.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
|
413 |
-
"model.layers.6.self_attn.q_proj.bias": "pytorch_model-00001-of-00002.bin",
|
414 |
-
"model.layers.6.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
|
415 |
-
"model.layers.6.self_attn.v_proj.bias": "pytorch_model-00001-of-00002.bin",
|
416 |
-
"model.layers.6.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
|
417 |
-
"model.layers.7.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
|
418 |
-
"model.layers.7.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
419 |
-
"model.layers.7.mlp.fc1.bias": "pytorch_model-00001-of-00002.bin",
|
420 |
-
"model.layers.7.mlp.fc1.weight": "pytorch_model-00001-of-00002.bin",
|
421 |
-
"model.layers.7.mlp.fc2.bias": "pytorch_model-00001-of-00002.bin",
|
422 |
-
"model.layers.7.mlp.fc2.weight": "pytorch_model-00001-of-00002.bin",
|
423 |
-
"model.layers.7.self_attn.dense.bias": "pytorch_model-00001-of-00002.bin",
|
424 |
-
"model.layers.7.self_attn.dense.weight": "pytorch_model-00001-of-00002.bin",
|
425 |
-
"model.layers.7.self_attn.k_proj.bias": "pytorch_model-00001-of-00002.bin",
|
426 |
-
"model.layers.7.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
|
427 |
-
"model.layers.7.self_attn.q_proj.bias": "pytorch_model-00001-of-00002.bin",
|
428 |
-
"model.layers.7.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
|
429 |
-
"model.layers.7.self_attn.v_proj.bias": "pytorch_model-00001-of-00002.bin",
|
430 |
-
"model.layers.7.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
|
431 |
-
"model.layers.8.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
|
432 |
-
"model.layers.8.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
433 |
-
"model.layers.8.mlp.fc1.bias": "pytorch_model-00001-of-00002.bin",
|
434 |
-
"model.layers.8.mlp.fc1.weight": "pytorch_model-00001-of-00002.bin",
|
435 |
-
"model.layers.8.mlp.fc2.bias": "pytorch_model-00001-of-00002.bin",
|
436 |
-
"model.layers.8.mlp.fc2.weight": "pytorch_model-00001-of-00002.bin",
|
437 |
-
"model.layers.8.self_attn.dense.bias": "pytorch_model-00001-of-00002.bin",
|
438 |
-
"model.layers.8.self_attn.dense.weight": "pytorch_model-00001-of-00002.bin",
|
439 |
-
"model.layers.8.self_attn.k_proj.bias": "pytorch_model-00001-of-00002.bin",
|
440 |
-
"model.layers.8.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
|
441 |
-
"model.layers.8.self_attn.q_proj.bias": "pytorch_model-00001-of-00002.bin",
|
442 |
-
"model.layers.8.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
|
443 |
-
"model.layers.8.self_attn.v_proj.bias": "pytorch_model-00001-of-00002.bin",
|
444 |
-
"model.layers.8.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
|
445 |
-
"model.layers.9.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
|
446 |
-
"model.layers.9.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
447 |
-
"model.layers.9.mlp.fc1.bias": "pytorch_model-00001-of-00002.bin",
|
448 |
-
"model.layers.9.mlp.fc1.weight": "pytorch_model-00001-of-00002.bin",
|
449 |
-
"model.layers.9.mlp.fc2.bias": "pytorch_model-00001-of-00002.bin",
|
450 |
-
"model.layers.9.mlp.fc2.weight": "pytorch_model-00001-of-00002.bin",
|
451 |
-
"model.layers.9.self_attn.dense.bias": "pytorch_model-00001-of-00002.bin",
|
452 |
-
"model.layers.9.self_attn.dense.weight": "pytorch_model-00001-of-00002.bin",
|
453 |
-
"model.layers.9.self_attn.k_proj.bias": "pytorch_model-00001-of-00002.bin",
|
454 |
-
"model.layers.9.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
|
455 |
-
"model.layers.9.self_attn.q_proj.bias": "pytorch_model-00001-of-00002.bin",
|
456 |
-
"model.layers.9.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
|
457 |
-
"model.layers.9.self_attn.v_proj.bias": "pytorch_model-00001-of-00002.bin",
|
458 |
-
"model.layers.9.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin"
|
459 |
}
|
460 |
}
|
|
|
1 |
{
|
2 |
"metadata": {
|
3 |
+
"total_size": 6083758080
|
4 |
},
|
5 |
"weight_map": {
|
6 |
+
"lm_head.linear.bias": "pytorch_model-00002-of-00002.bin",
|
7 |
+
"lm_head.linear.weight": "pytorch_model-00002-of-00002.bin",
|
8 |
+
"lm_head.ln.bias": "pytorch_model-00002-of-00002.bin",
|
9 |
+
"lm_head.ln.weight": "pytorch_model-00002-of-00002.bin",
|
10 |
+
"transformer.embd.wte.weight": "pytorch_model-00001-of-00002.bin",
|
11 |
+
"transformer.h.0.ln.bias": "pytorch_model-00001-of-00002.bin",
|
12 |
+
"transformer.h.0.ln.weight": "pytorch_model-00001-of-00002.bin",
|
13 |
+
"transformer.h.0.mixer.Wqkv.bias": "pytorch_model-00001-of-00002.bin",
|
14 |
+
"transformer.h.0.mixer.Wqkv.weight": "pytorch_model-00001-of-00002.bin",
|
15 |
+
"transformer.h.0.mixer.out_proj.bias": "pytorch_model-00001-of-00002.bin",
|
16 |
+
"transformer.h.0.mixer.out_proj.weight": "pytorch_model-00001-of-00002.bin",
|
17 |
+
"transformer.h.0.mlp.fc1.bias": "pytorch_model-00001-of-00002.bin",
|
18 |
+
"transformer.h.0.mlp.fc1.weight": "pytorch_model-00001-of-00002.bin",
|
19 |
+
"transformer.h.0.mlp.fc2.bias": "pytorch_model-00001-of-00002.bin",
|
20 |
+
"transformer.h.0.mlp.fc2.weight": "pytorch_model-00001-of-00002.bin",
|
21 |
+
"transformer.h.1.ln.bias": "pytorch_model-00001-of-00002.bin",
|
22 |
+
"transformer.h.1.ln.weight": "pytorch_model-00001-of-00002.bin",
|
23 |
+
"transformer.h.1.mixer.Wqkv.bias": "pytorch_model-00001-of-00002.bin",
|
24 |
+
"transformer.h.1.mixer.Wqkv.weight": "pytorch_model-00001-of-00002.bin",
|
25 |
+
"transformer.h.1.mixer.out_proj.bias": "pytorch_model-00001-of-00002.bin",
|
26 |
+
"transformer.h.1.mixer.out_proj.weight": "pytorch_model-00001-of-00002.bin",
|
27 |
+
"transformer.h.1.mlp.fc1.bias": "pytorch_model-00001-of-00002.bin",
|
28 |
+
"transformer.h.1.mlp.fc1.weight": "pytorch_model-00001-of-00002.bin",
|
29 |
+
"transformer.h.1.mlp.fc2.bias": "pytorch_model-00001-of-00002.bin",
|
30 |
+
"transformer.h.1.mlp.fc2.weight": "pytorch_model-00001-of-00002.bin",
|
31 |
+
"transformer.h.10.ln.bias": "pytorch_model-00001-of-00002.bin",
|
32 |
+
"transformer.h.10.ln.weight": "pytorch_model-00001-of-00002.bin",
|
33 |
+
"transformer.h.10.mixer.Wqkv.bias": "pytorch_model-00001-of-00002.bin",
|
34 |
+
"transformer.h.10.mixer.Wqkv.weight": "pytorch_model-00001-of-00002.bin",
|
35 |
+
"transformer.h.10.mixer.out_proj.bias": "pytorch_model-00001-of-00002.bin",
|
36 |
+
"transformer.h.10.mixer.out_proj.weight": "pytorch_model-00001-of-00002.bin",
|
37 |
+
"transformer.h.10.mlp.fc1.bias": "pytorch_model-00001-of-00002.bin",
|
38 |
+
"transformer.h.10.mlp.fc1.weight": "pytorch_model-00001-of-00002.bin",
|
39 |
+
"transformer.h.10.mlp.fc2.bias": "pytorch_model-00001-of-00002.bin",
|
40 |
+
"transformer.h.10.mlp.fc2.weight": "pytorch_model-00001-of-00002.bin",
|
41 |
+
"transformer.h.11.ln.bias": "pytorch_model-00001-of-00002.bin",
|
42 |
+
"transformer.h.11.ln.weight": "pytorch_model-00001-of-00002.bin",
|
43 |
+
"transformer.h.11.mixer.Wqkv.bias": "pytorch_model-00001-of-00002.bin",
|
44 |
+
"transformer.h.11.mixer.Wqkv.weight": "pytorch_model-00001-of-00002.bin",
|
45 |
+
"transformer.h.11.mixer.out_proj.bias": "pytorch_model-00001-of-00002.bin",
|
46 |
+
"transformer.h.11.mixer.out_proj.weight": "pytorch_model-00001-of-00002.bin",
|
47 |
+
"transformer.h.11.mlp.fc1.bias": "pytorch_model-00001-of-00002.bin",
|
48 |
+
"transformer.h.11.mlp.fc1.weight": "pytorch_model-00001-of-00002.bin",
|
49 |
+
"transformer.h.11.mlp.fc2.bias": "pytorch_model-00001-of-00002.bin",
|
50 |
+
"transformer.h.11.mlp.fc2.weight": "pytorch_model-00001-of-00002.bin",
|
51 |
+
"transformer.h.12.ln.bias": "pytorch_model-00001-of-00002.bin",
|
52 |
+
"transformer.h.12.ln.weight": "pytorch_model-00001-of-00002.bin",
|
53 |
+
"transformer.h.12.mixer.Wqkv.bias": "pytorch_model-00001-of-00002.bin",
|
54 |
+
"transformer.h.12.mixer.Wqkv.weight": "pytorch_model-00001-of-00002.bin",
|
55 |
+
"transformer.h.12.mixer.out_proj.bias": "pytorch_model-00001-of-00002.bin",
|
56 |
+
"transformer.h.12.mixer.out_proj.weight": "pytorch_model-00001-of-00002.bin",
|
57 |
+
"transformer.h.12.mlp.fc1.bias": "pytorch_model-00001-of-00002.bin",
|
58 |
+
"transformer.h.12.mlp.fc1.weight": "pytorch_model-00001-of-00002.bin",
|
59 |
+
"transformer.h.12.mlp.fc2.bias": "pytorch_model-00001-of-00002.bin",
|
60 |
+
"transformer.h.12.mlp.fc2.weight": "pytorch_model-00001-of-00002.bin",
|
61 |
+
"transformer.h.13.ln.bias": "pytorch_model-00001-of-00002.bin",
|
62 |
+
"transformer.h.13.ln.weight": "pytorch_model-00001-of-00002.bin",
|
63 |
+
"transformer.h.13.mixer.Wqkv.bias": "pytorch_model-00001-of-00002.bin",
|
64 |
+
"transformer.h.13.mixer.Wqkv.weight": "pytorch_model-00001-of-00002.bin",
|
65 |
+
"transformer.h.13.mixer.out_proj.bias": "pytorch_model-00001-of-00002.bin",
|
66 |
+
"transformer.h.13.mixer.out_proj.weight": "pytorch_model-00001-of-00002.bin",
|
67 |
+
"transformer.h.13.mlp.fc1.bias": "pytorch_model-00001-of-00002.bin",
|
68 |
+
"transformer.h.13.mlp.fc1.weight": "pytorch_model-00001-of-00002.bin",
|
69 |
+
"transformer.h.13.mlp.fc2.bias": "pytorch_model-00001-of-00002.bin",
|
70 |
+
"transformer.h.13.mlp.fc2.weight": "pytorch_model-00001-of-00002.bin",
|
71 |
+
"transformer.h.14.ln.bias": "pytorch_model-00001-of-00002.bin",
|
72 |
+
"transformer.h.14.ln.weight": "pytorch_model-00001-of-00002.bin",
|
73 |
+
"transformer.h.14.mixer.Wqkv.bias": "pytorch_model-00001-of-00002.bin",
|
74 |
+
"transformer.h.14.mixer.Wqkv.weight": "pytorch_model-00001-of-00002.bin",
|
75 |
+
"transformer.h.14.mixer.out_proj.bias": "pytorch_model-00001-of-00002.bin",
|
76 |
+
"transformer.h.14.mixer.out_proj.weight": "pytorch_model-00001-of-00002.bin",
|
77 |
+
"transformer.h.14.mlp.fc1.bias": "pytorch_model-00001-of-00002.bin",
|
78 |
+
"transformer.h.14.mlp.fc1.weight": "pytorch_model-00001-of-00002.bin",
|
79 |
+
"transformer.h.14.mlp.fc2.bias": "pytorch_model-00001-of-00002.bin",
|
80 |
+
"transformer.h.14.mlp.fc2.weight": "pytorch_model-00001-of-00002.bin",
|
81 |
+
"transformer.h.15.ln.bias": "pytorch_model-00001-of-00002.bin",
|
82 |
+
"transformer.h.15.ln.weight": "pytorch_model-00001-of-00002.bin",
|
83 |
+
"transformer.h.15.mixer.Wqkv.bias": "pytorch_model-00001-of-00002.bin",
|
84 |
+
"transformer.h.15.mixer.Wqkv.weight": "pytorch_model-00001-of-00002.bin",
|
85 |
+
"transformer.h.15.mixer.out_proj.bias": "pytorch_model-00001-of-00002.bin",
|
86 |
+
"transformer.h.15.mixer.out_proj.weight": "pytorch_model-00001-of-00002.bin",
|
87 |
+
"transformer.h.15.mlp.fc1.bias": "pytorch_model-00001-of-00002.bin",
|
88 |
+
"transformer.h.15.mlp.fc1.weight": "pytorch_model-00001-of-00002.bin",
|
89 |
+
"transformer.h.15.mlp.fc2.bias": "pytorch_model-00001-of-00002.bin",
|
90 |
+
"transformer.h.15.mlp.fc2.weight": "pytorch_model-00001-of-00002.bin",
|
91 |
+
"transformer.h.16.ln.bias": "pytorch_model-00001-of-00002.bin",
|
92 |
+
"transformer.h.16.ln.weight": "pytorch_model-00001-of-00002.bin",
|
93 |
+
"transformer.h.16.mixer.Wqkv.bias": "pytorch_model-00001-of-00002.bin",
|
94 |
+
"transformer.h.16.mixer.Wqkv.weight": "pytorch_model-00001-of-00002.bin",
|
95 |
+
"transformer.h.16.mixer.out_proj.bias": "pytorch_model-00001-of-00002.bin",
|
96 |
+
"transformer.h.16.mixer.out_proj.weight": "pytorch_model-00001-of-00002.bin",
|
97 |
+
"transformer.h.16.mlp.fc1.bias": "pytorch_model-00001-of-00002.bin",
|
98 |
+
"transformer.h.16.mlp.fc1.weight": "pytorch_model-00001-of-00002.bin",
|
99 |
+
"transformer.h.16.mlp.fc2.bias": "pytorch_model-00001-of-00002.bin",
|
100 |
+
"transformer.h.16.mlp.fc2.weight": "pytorch_model-00001-of-00002.bin",
|
101 |
+
"transformer.h.17.ln.bias": "pytorch_model-00001-of-00002.bin",
|
102 |
+
"transformer.h.17.ln.weight": "pytorch_model-00001-of-00002.bin",
|
103 |
+
"transformer.h.17.mixer.Wqkv.bias": "pytorch_model-00001-of-00002.bin",
|
104 |
+
"transformer.h.17.mixer.Wqkv.weight": "pytorch_model-00001-of-00002.bin",
|
105 |
+
"transformer.h.17.mixer.out_proj.bias": "pytorch_model-00001-of-00002.bin",
|
106 |
+
"transformer.h.17.mixer.out_proj.weight": "pytorch_model-00001-of-00002.bin",
|
107 |
+
"transformer.h.17.mlp.fc1.bias": "pytorch_model-00001-of-00002.bin",
|
108 |
+
"transformer.h.17.mlp.fc1.weight": "pytorch_model-00001-of-00002.bin",
|
109 |
+
"transformer.h.17.mlp.fc2.bias": "pytorch_model-00001-of-00002.bin",
|
110 |
+
"transformer.h.17.mlp.fc2.weight": "pytorch_model-00001-of-00002.bin",
|
111 |
+
"transformer.h.18.ln.bias": "pytorch_model-00001-of-00002.bin",
|
112 |
+
"transformer.h.18.ln.weight": "pytorch_model-00001-of-00002.bin",
|
113 |
+
"transformer.h.18.mixer.Wqkv.bias": "pytorch_model-00001-of-00002.bin",
|
114 |
+
"transformer.h.18.mixer.Wqkv.weight": "pytorch_model-00001-of-00002.bin",
|
115 |
+
"transformer.h.18.mixer.out_proj.bias": "pytorch_model-00001-of-00002.bin",
|
116 |
+
"transformer.h.18.mixer.out_proj.weight": "pytorch_model-00001-of-00002.bin",
|
117 |
+
"transformer.h.18.mlp.fc1.bias": "pytorch_model-00001-of-00002.bin",
|
118 |
+
"transformer.h.18.mlp.fc1.weight": "pytorch_model-00001-of-00002.bin",
|
119 |
+
"transformer.h.18.mlp.fc2.bias": "pytorch_model-00001-of-00002.bin",
|
120 |
+
"transformer.h.18.mlp.fc2.weight": "pytorch_model-00001-of-00002.bin",
|
121 |
+
"transformer.h.19.ln.bias": "pytorch_model-00001-of-00002.bin",
|
122 |
+
"transformer.h.19.ln.weight": "pytorch_model-00001-of-00002.bin",
|
123 |
+
"transformer.h.19.mixer.Wqkv.bias": "pytorch_model-00001-of-00002.bin",
|
124 |
+
"transformer.h.19.mixer.Wqkv.weight": "pytorch_model-00001-of-00002.bin",
|
125 |
+
"transformer.h.19.mixer.out_proj.bias": "pytorch_model-00001-of-00002.bin",
|
126 |
+
"transformer.h.19.mixer.out_proj.weight": "pytorch_model-00001-of-00002.bin",
|
127 |
+
"transformer.h.19.mlp.fc1.bias": "pytorch_model-00001-of-00002.bin",
|
128 |
+
"transformer.h.19.mlp.fc1.weight": "pytorch_model-00001-of-00002.bin",
|
129 |
+
"transformer.h.19.mlp.fc2.bias": "pytorch_model-00001-of-00002.bin",
|
130 |
+
"transformer.h.19.mlp.fc2.weight": "pytorch_model-00001-of-00002.bin",
|
131 |
+
"transformer.h.2.ln.bias": "pytorch_model-00001-of-00002.bin",
|
132 |
+
"transformer.h.2.ln.weight": "pytorch_model-00001-of-00002.bin",
|
133 |
+
"transformer.h.2.mixer.Wqkv.bias": "pytorch_model-00001-of-00002.bin",
|
134 |
+
"transformer.h.2.mixer.Wqkv.weight": "pytorch_model-00001-of-00002.bin",
|
135 |
+
"transformer.h.2.mixer.out_proj.bias": "pytorch_model-00001-of-00002.bin",
|
136 |
+
"transformer.h.2.mixer.out_proj.weight": "pytorch_model-00001-of-00002.bin",
|
137 |
+
"transformer.h.2.mlp.fc1.bias": "pytorch_model-00001-of-00002.bin",
|
138 |
+
"transformer.h.2.mlp.fc1.weight": "pytorch_model-00001-of-00002.bin",
|
139 |
+
"transformer.h.2.mlp.fc2.bias": "pytorch_model-00001-of-00002.bin",
|
140 |
+
"transformer.h.2.mlp.fc2.weight": "pytorch_model-00001-of-00002.bin",
|
141 |
+
"transformer.h.20.ln.bias": "pytorch_model-00001-of-00002.bin",
|
142 |
+
"transformer.h.20.ln.weight": "pytorch_model-00001-of-00002.bin",
|
143 |
+
"transformer.h.20.mixer.Wqkv.bias": "pytorch_model-00001-of-00002.bin",
|
144 |
+
"transformer.h.20.mixer.Wqkv.weight": "pytorch_model-00001-of-00002.bin",
|
145 |
+
"transformer.h.20.mixer.out_proj.bias": "pytorch_model-00001-of-00002.bin",
|
146 |
+
"transformer.h.20.mixer.out_proj.weight": "pytorch_model-00001-of-00002.bin",
|
147 |
+
"transformer.h.20.mlp.fc1.bias": "pytorch_model-00001-of-00002.bin",
|
148 |
+
"transformer.h.20.mlp.fc1.weight": "pytorch_model-00001-of-00002.bin",
|
149 |
+
"transformer.h.20.mlp.fc2.bias": "pytorch_model-00001-of-00002.bin",
|
150 |
+
"transformer.h.20.mlp.fc2.weight": "pytorch_model-00001-of-00002.bin",
|
151 |
+
"transformer.h.21.ln.bias": "pytorch_model-00001-of-00002.bin",
|
152 |
+
"transformer.h.21.ln.weight": "pytorch_model-00001-of-00002.bin",
|
153 |
+
"transformer.h.21.mixer.Wqkv.bias": "pytorch_model-00001-of-00002.bin",
|
154 |
+
"transformer.h.21.mixer.Wqkv.weight": "pytorch_model-00001-of-00002.bin",
|
155 |
+
"transformer.h.21.mixer.out_proj.bias": "pytorch_model-00001-of-00002.bin",
|
156 |
+
"transformer.h.21.mixer.out_proj.weight": "pytorch_model-00001-of-00002.bin",
|
157 |
+
"transformer.h.21.mlp.fc1.bias": "pytorch_model-00001-of-00002.bin",
|
158 |
+
"transformer.h.21.mlp.fc1.weight": "pytorch_model-00001-of-00002.bin",
|
159 |
+
"transformer.h.21.mlp.fc2.bias": "pytorch_model-00001-of-00002.bin",
|
160 |
+
"transformer.h.21.mlp.fc2.weight": "pytorch_model-00001-of-00002.bin",
|
161 |
+
"transformer.h.22.ln.bias": "pytorch_model-00001-of-00002.bin",
|
162 |
+
"transformer.h.22.ln.weight": "pytorch_model-00001-of-00002.bin",
|
163 |
+
"transformer.h.22.mixer.Wqkv.bias": "pytorch_model-00001-of-00002.bin",
|
164 |
+
"transformer.h.22.mixer.Wqkv.weight": "pytorch_model-00001-of-00002.bin",
|
165 |
+
"transformer.h.22.mixer.out_proj.bias": "pytorch_model-00001-of-00002.bin",
|
166 |
+
"transformer.h.22.mixer.out_proj.weight": "pytorch_model-00001-of-00002.bin",
|
167 |
+
"transformer.h.22.mlp.fc1.bias": "pytorch_model-00001-of-00002.bin",
|
168 |
+
"transformer.h.22.mlp.fc1.weight": "pytorch_model-00001-of-00002.bin",
|
169 |
+
"transformer.h.22.mlp.fc2.bias": "pytorch_model-00001-of-00002.bin",
|
170 |
+
"transformer.h.22.mlp.fc2.weight": "pytorch_model-00001-of-00002.bin",
|
171 |
+
"transformer.h.23.ln.bias": "pytorch_model-00001-of-00002.bin",
|
172 |
+
"transformer.h.23.ln.weight": "pytorch_model-00001-of-00002.bin",
|
173 |
+
"transformer.h.23.mixer.Wqkv.bias": "pytorch_model-00001-of-00002.bin",
|
174 |
+
"transformer.h.23.mixer.Wqkv.weight": "pytorch_model-00001-of-00002.bin",
|
175 |
+
"transformer.h.23.mixer.out_proj.bias": "pytorch_model-00001-of-00002.bin",
|
176 |
+
"transformer.h.23.mixer.out_proj.weight": "pytorch_model-00001-of-00002.bin",
|
177 |
+
"transformer.h.23.mlp.fc1.bias": "pytorch_model-00001-of-00002.bin",
|
178 |
+
"transformer.h.23.mlp.fc1.weight": "pytorch_model-00001-of-00002.bin",
|
179 |
+
"transformer.h.23.mlp.fc2.bias": "pytorch_model-00001-of-00002.bin",
|
180 |
+
"transformer.h.23.mlp.fc2.weight": "pytorch_model-00001-of-00002.bin",
|
181 |
+
"transformer.h.24.ln.bias": "pytorch_model-00001-of-00002.bin",
|
182 |
+
"transformer.h.24.ln.weight": "pytorch_model-00001-of-00002.bin",
|
183 |
+
"transformer.h.24.mixer.Wqkv.bias": "pytorch_model-00001-of-00002.bin",
|
184 |
+
"transformer.h.24.mixer.Wqkv.weight": "pytorch_model-00001-of-00002.bin",
|
185 |
+
"transformer.h.24.mixer.out_proj.bias": "pytorch_model-00001-of-00002.bin",
|
186 |
+
"transformer.h.24.mixer.out_proj.weight": "pytorch_model-00001-of-00002.bin",
|
187 |
+
"transformer.h.24.mlp.fc1.bias": "pytorch_model-00001-of-00002.bin",
|
188 |
+
"transformer.h.24.mlp.fc1.weight": "pytorch_model-00001-of-00002.bin",
|
189 |
+
"transformer.h.24.mlp.fc2.bias": "pytorch_model-00001-of-00002.bin",
|
190 |
+
"transformer.h.24.mlp.fc2.weight": "pytorch_model-00001-of-00002.bin",
|
191 |
+
"transformer.h.25.ln.bias": "pytorch_model-00001-of-00002.bin",
|
192 |
+
"transformer.h.25.ln.weight": "pytorch_model-00001-of-00002.bin",
|
193 |
+
"transformer.h.25.mixer.Wqkv.bias": "pytorch_model-00001-of-00002.bin",
|
194 |
+
"transformer.h.25.mixer.Wqkv.weight": "pytorch_model-00001-of-00002.bin",
|
195 |
+
"transformer.h.25.mixer.out_proj.bias": "pytorch_model-00001-of-00002.bin",
|
196 |
+
"transformer.h.25.mixer.out_proj.weight": "pytorch_model-00001-of-00002.bin",
|
197 |
+
"transformer.h.25.mlp.fc1.bias": "pytorch_model-00001-of-00002.bin",
|
198 |
+
"transformer.h.25.mlp.fc1.weight": "pytorch_model-00001-of-00002.bin",
|
199 |
+
"transformer.h.25.mlp.fc2.bias": "pytorch_model-00001-of-00002.bin",
|
200 |
+
"transformer.h.25.mlp.fc2.weight": "pytorch_model-00001-of-00002.bin",
|
201 |
+
"transformer.h.26.ln.bias": "pytorch_model-00001-of-00002.bin",
|
202 |
+
"transformer.h.26.ln.weight": "pytorch_model-00001-of-00002.bin",
|
203 |
+
"transformer.h.26.mixer.Wqkv.bias": "pytorch_model-00001-of-00002.bin",
|
204 |
+
"transformer.h.26.mixer.Wqkv.weight": "pytorch_model-00001-of-00002.bin",
|
205 |
+
"transformer.h.26.mixer.out_proj.bias": "pytorch_model-00001-of-00002.bin",
|
206 |
+
"transformer.h.26.mixer.out_proj.weight": "pytorch_model-00001-of-00002.bin",
|
207 |
+
"transformer.h.26.mlp.fc1.bias": "pytorch_model-00001-of-00002.bin",
|
208 |
+
"transformer.h.26.mlp.fc1.weight": "pytorch_model-00001-of-00002.bin",
|
209 |
+
"transformer.h.26.mlp.fc2.bias": "pytorch_model-00001-of-00002.bin",
|
210 |
+
"transformer.h.26.mlp.fc2.weight": "pytorch_model-00001-of-00002.bin",
|
211 |
+
"transformer.h.27.ln.bias": "pytorch_model-00001-of-00002.bin",
|
212 |
+
"transformer.h.27.ln.weight": "pytorch_model-00001-of-00002.bin",
|
213 |
+
"transformer.h.27.mixer.Wqkv.bias": "pytorch_model-00001-of-00002.bin",
|
214 |
+
"transformer.h.27.mixer.Wqkv.weight": "pytorch_model-00001-of-00002.bin",
|
215 |
+
"transformer.h.27.mixer.out_proj.bias": "pytorch_model-00001-of-00002.bin",
|
216 |
+
"transformer.h.27.mixer.out_proj.weight": "pytorch_model-00001-of-00002.bin",
|
217 |
+
"transformer.h.27.mlp.fc1.bias": "pytorch_model-00001-of-00002.bin",
|
218 |
+
"transformer.h.27.mlp.fc1.weight": "pytorch_model-00001-of-00002.bin",
|
219 |
+
"transformer.h.27.mlp.fc2.bias": "pytorch_model-00001-of-00002.bin",
|
220 |
+
"transformer.h.27.mlp.fc2.weight": "pytorch_model-00001-of-00002.bin",
|
221 |
+
"transformer.h.28.ln.bias": "pytorch_model-00001-of-00002.bin",
|
222 |
+
"transformer.h.28.ln.weight": "pytorch_model-00001-of-00002.bin",
|
223 |
+
"transformer.h.28.mixer.Wqkv.bias": "pytorch_model-00001-of-00002.bin",
|
224 |
+
"transformer.h.28.mixer.Wqkv.weight": "pytorch_model-00001-of-00002.bin",
|
225 |
+
"transformer.h.28.mixer.out_proj.bias": "pytorch_model-00001-of-00002.bin",
|
226 |
+
"transformer.h.28.mixer.out_proj.weight": "pytorch_model-00001-of-00002.bin",
|
227 |
+
"transformer.h.28.mlp.fc1.bias": "pytorch_model-00002-of-00002.bin",
|
228 |
+
"transformer.h.28.mlp.fc1.weight": "pytorch_model-00002-of-00002.bin",
|
229 |
+
"transformer.h.28.mlp.fc2.bias": "pytorch_model-00002-of-00002.bin",
|
230 |
+
"transformer.h.28.mlp.fc2.weight": "pytorch_model-00002-of-00002.bin",
|
231 |
+
"transformer.h.29.ln.bias": "pytorch_model-00002-of-00002.bin",
|
232 |
+
"transformer.h.29.ln.weight": "pytorch_model-00002-of-00002.bin",
|
233 |
+
"transformer.h.29.mixer.Wqkv.bias": "pytorch_model-00002-of-00002.bin",
|
234 |
+
"transformer.h.29.mixer.Wqkv.weight": "pytorch_model-00002-of-00002.bin",
|
235 |
+
"transformer.h.29.mixer.out_proj.bias": "pytorch_model-00002-of-00002.bin",
|
236 |
+
"transformer.h.29.mixer.out_proj.weight": "pytorch_model-00002-of-00002.bin",
|
237 |
+
"transformer.h.29.mlp.fc1.bias": "pytorch_model-00002-of-00002.bin",
|
238 |
+
"transformer.h.29.mlp.fc1.weight": "pytorch_model-00002-of-00002.bin",
|
239 |
+
"transformer.h.29.mlp.fc2.bias": "pytorch_model-00002-of-00002.bin",
|
240 |
+
"transformer.h.29.mlp.fc2.weight": "pytorch_model-00002-of-00002.bin",
|
241 |
+
"transformer.h.3.ln.bias": "pytorch_model-00001-of-00002.bin",
|
242 |
+
"transformer.h.3.ln.weight": "pytorch_model-00001-of-00002.bin",
|
243 |
+
"transformer.h.3.mixer.Wqkv.bias": "pytorch_model-00001-of-00002.bin",
|
244 |
+
"transformer.h.3.mixer.Wqkv.weight": "pytorch_model-00001-of-00002.bin",
|
245 |
+
"transformer.h.3.mixer.out_proj.bias": "pytorch_model-00001-of-00002.bin",
|
246 |
+
"transformer.h.3.mixer.out_proj.weight": "pytorch_model-00001-of-00002.bin",
|
247 |
+
"transformer.h.3.mlp.fc1.bias": "pytorch_model-00001-of-00002.bin",
|
248 |
+
"transformer.h.3.mlp.fc1.weight": "pytorch_model-00001-of-00002.bin",
|
249 |
+
"transformer.h.3.mlp.fc2.bias": "pytorch_model-00001-of-00002.bin",
|
250 |
+
"transformer.h.3.mlp.fc2.weight": "pytorch_model-00001-of-00002.bin",
|
251 |
+
"transformer.h.30.ln.bias": "pytorch_model-00002-of-00002.bin",
|
252 |
+
"transformer.h.30.ln.weight": "pytorch_model-00002-of-00002.bin",
|
253 |
+
"transformer.h.30.mixer.Wqkv.bias": "pytorch_model-00002-of-00002.bin",
|
254 |
+
"transformer.h.30.mixer.Wqkv.weight": "pytorch_model-00002-of-00002.bin",
|
255 |
+
"transformer.h.30.mixer.out_proj.bias": "pytorch_model-00002-of-00002.bin",
|
256 |
+
"transformer.h.30.mixer.out_proj.weight": "pytorch_model-00002-of-00002.bin",
|
257 |
+
"transformer.h.30.mlp.fc1.bias": "pytorch_model-00002-of-00002.bin",
|
258 |
+
"transformer.h.30.mlp.fc1.weight": "pytorch_model-00002-of-00002.bin",
|
259 |
+
"transformer.h.30.mlp.fc2.bias": "pytorch_model-00002-of-00002.bin",
|
260 |
+
"transformer.h.30.mlp.fc2.weight": "pytorch_model-00002-of-00002.bin",
|
261 |
+
"transformer.h.31.ln.bias": "pytorch_model-00002-of-00002.bin",
|
262 |
+
"transformer.h.31.ln.weight": "pytorch_model-00002-of-00002.bin",
|
263 |
+
"transformer.h.31.mixer.Wqkv.bias": "pytorch_model-00002-of-00002.bin",
|
264 |
+
"transformer.h.31.mixer.Wqkv.weight": "pytorch_model-00002-of-00002.bin",
|
265 |
+
"transformer.h.31.mixer.out_proj.bias": "pytorch_model-00002-of-00002.bin",
|
266 |
+
"transformer.h.31.mixer.out_proj.weight": "pytorch_model-00002-of-00002.bin",
|
267 |
+
"transformer.h.31.mlp.fc1.bias": "pytorch_model-00002-of-00002.bin",
|
268 |
+
"transformer.h.31.mlp.fc1.weight": "pytorch_model-00002-of-00002.bin",
|
269 |
+
"transformer.h.31.mlp.fc2.bias": "pytorch_model-00002-of-00002.bin",
|
270 |
+
"transformer.h.31.mlp.fc2.weight": "pytorch_model-00002-of-00002.bin",
|
271 |
+
"transformer.h.4.ln.bias": "pytorch_model-00001-of-00002.bin",
|
272 |
+
"transformer.h.4.ln.weight": "pytorch_model-00001-of-00002.bin",
|
273 |
+
"transformer.h.4.mixer.Wqkv.bias": "pytorch_model-00001-of-00002.bin",
|
274 |
+
"transformer.h.4.mixer.Wqkv.weight": "pytorch_model-00001-of-00002.bin",
|
275 |
+
"transformer.h.4.mixer.out_proj.bias": "pytorch_model-00001-of-00002.bin",
|
276 |
+
"transformer.h.4.mixer.out_proj.weight": "pytorch_model-00001-of-00002.bin",
|
277 |
+
"transformer.h.4.mlp.fc1.bias": "pytorch_model-00001-of-00002.bin",
|
278 |
+
"transformer.h.4.mlp.fc1.weight": "pytorch_model-00001-of-00002.bin",
|
279 |
+
"transformer.h.4.mlp.fc2.bias": "pytorch_model-00001-of-00002.bin",
|
280 |
+
"transformer.h.4.mlp.fc2.weight": "pytorch_model-00001-of-00002.bin",
|
281 |
+
"transformer.h.5.ln.bias": "pytorch_model-00001-of-00002.bin",
|
282 |
+
"transformer.h.5.ln.weight": "pytorch_model-00001-of-00002.bin",
|
283 |
+
"transformer.h.5.mixer.Wqkv.bias": "pytorch_model-00001-of-00002.bin",
|
284 |
+
"transformer.h.5.mixer.Wqkv.weight": "pytorch_model-00001-of-00002.bin",
|
285 |
+
"transformer.h.5.mixer.out_proj.bias": "pytorch_model-00001-of-00002.bin",
|
286 |
+
"transformer.h.5.mixer.out_proj.weight": "pytorch_model-00001-of-00002.bin",
|
287 |
+
"transformer.h.5.mlp.fc1.bias": "pytorch_model-00001-of-00002.bin",
|
288 |
+
"transformer.h.5.mlp.fc1.weight": "pytorch_model-00001-of-00002.bin",
|
289 |
+
"transformer.h.5.mlp.fc2.bias": "pytorch_model-00001-of-00002.bin",
|
290 |
+
"transformer.h.5.mlp.fc2.weight": "pytorch_model-00001-of-00002.bin",
|
291 |
+
"transformer.h.6.ln.bias": "pytorch_model-00001-of-00002.bin",
|
292 |
+
"transformer.h.6.ln.weight": "pytorch_model-00001-of-00002.bin",
|
293 |
+
"transformer.h.6.mixer.Wqkv.bias": "pytorch_model-00001-of-00002.bin",
|
294 |
+
"transformer.h.6.mixer.Wqkv.weight": "pytorch_model-00001-of-00002.bin",
|
295 |
+
"transformer.h.6.mixer.out_proj.bias": "pytorch_model-00001-of-00002.bin",
|
296 |
+
"transformer.h.6.mixer.out_proj.weight": "pytorch_model-00001-of-00002.bin",
|
297 |
+
"transformer.h.6.mlp.fc1.bias": "pytorch_model-00001-of-00002.bin",
|
298 |
+
"transformer.h.6.mlp.fc1.weight": "pytorch_model-00001-of-00002.bin",
|
299 |
+
"transformer.h.6.mlp.fc2.bias": "pytorch_model-00001-of-00002.bin",
|
300 |
+
"transformer.h.6.mlp.fc2.weight": "pytorch_model-00001-of-00002.bin",
|
301 |
+
"transformer.h.7.ln.bias": "pytorch_model-00001-of-00002.bin",
|
302 |
+
"transformer.h.7.ln.weight": "pytorch_model-00001-of-00002.bin",
|
303 |
+
"transformer.h.7.mixer.Wqkv.bias": "pytorch_model-00001-of-00002.bin",
|
304 |
+
"transformer.h.7.mixer.Wqkv.weight": "pytorch_model-00001-of-00002.bin",
|
305 |
+
"transformer.h.7.mixer.out_proj.bias": "pytorch_model-00001-of-00002.bin",
|
306 |
+
"transformer.h.7.mixer.out_proj.weight": "pytorch_model-00001-of-00002.bin",
|
307 |
+
"transformer.h.7.mlp.fc1.bias": "pytorch_model-00001-of-00002.bin",
|
308 |
+
"transformer.h.7.mlp.fc1.weight": "pytorch_model-00001-of-00002.bin",
|
309 |
+
"transformer.h.7.mlp.fc2.bias": "pytorch_model-00001-of-00002.bin",
|
310 |
+
"transformer.h.7.mlp.fc2.weight": "pytorch_model-00001-of-00002.bin",
|
311 |
+
"transformer.h.8.ln.bias": "pytorch_model-00001-of-00002.bin",
|
312 |
+
"transformer.h.8.ln.weight": "pytorch_model-00001-of-00002.bin",
|
313 |
+
"transformer.h.8.mixer.Wqkv.bias": "pytorch_model-00001-of-00002.bin",
|
314 |
+
"transformer.h.8.mixer.Wqkv.weight": "pytorch_model-00001-of-00002.bin",
|
315 |
+
"transformer.h.8.mixer.out_proj.bias": "pytorch_model-00001-of-00002.bin",
|
316 |
+
"transformer.h.8.mixer.out_proj.weight": "pytorch_model-00001-of-00002.bin",
|
317 |
+
"transformer.h.8.mlp.fc1.bias": "pytorch_model-00001-of-00002.bin",
|
318 |
+
"transformer.h.8.mlp.fc1.weight": "pytorch_model-00001-of-00002.bin",
|
319 |
+
"transformer.h.8.mlp.fc2.bias": "pytorch_model-00001-of-00002.bin",
|
320 |
+
"transformer.h.8.mlp.fc2.weight": "pytorch_model-00001-of-00002.bin",
|
321 |
+
"transformer.h.9.ln.bias": "pytorch_model-00001-of-00002.bin",
|
322 |
+
"transformer.h.9.ln.weight": "pytorch_model-00001-of-00002.bin",
|
323 |
+
"transformer.h.9.mixer.Wqkv.bias": "pytorch_model-00001-of-00002.bin",
|
324 |
+
"transformer.h.9.mixer.Wqkv.weight": "pytorch_model-00001-of-00002.bin",
|
325 |
+
"transformer.h.9.mixer.out_proj.bias": "pytorch_model-00001-of-00002.bin",
|
326 |
+
"transformer.h.9.mixer.out_proj.weight": "pytorch_model-00001-of-00002.bin",
|
327 |
+
"transformer.h.9.mlp.fc1.bias": "pytorch_model-00001-of-00002.bin",
|
328 |
+
"transformer.h.9.mlp.fc1.weight": "pytorch_model-00001-of-00002.bin",
|
329 |
+
"transformer.h.9.mlp.fc2.bias": "pytorch_model-00001-of-00002.bin",
|
330 |
+
"transformer.h.9.mlp.fc2.weight": "pytorch_model-00001-of-00002.bin"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
331 |
}
|
332 |
}
|