Upload 8 files
Browse files- README.md +275 -0
- config.json +28 -0
- generation_config.json +7 -0
- model.safetensors.index.json +567 -0
- special_tokens_map.json +107 -0
- spiece.model +3 -0
- tokenizer.json +0 -0
- tokenizer_config.json +113 -0
README.md
ADDED
@@ -0,0 +1,275 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- fr
|
5 |
+
- ro
|
6 |
+
- de
|
7 |
+
- multilingual
|
8 |
+
|
9 |
+
widget:
|
10 |
+
- text: "Translate to German: My name is Arthur"
|
11 |
+
example_title: "Translation"
|
12 |
+
- text: "Please answer to the following question. Who is going to be the next Ballon d'or?"
|
13 |
+
example_title: "Question Answering"
|
14 |
+
- text: "Q: Can Geoffrey Hinton have a conversation with George Washington? Give the rationale before answering."
|
15 |
+
example_title: "Logical reasoning"
|
16 |
+
- text: "Please answer the following question. What is the boiling point of Nitrogen?"
|
17 |
+
example_title: "Scientific knowledge"
|
18 |
+
- text: "Answer the following yes/no question. Can you write a whole Haiku in a single tweet?"
|
19 |
+
example_title: "Yes/no question"
|
20 |
+
- text: "Answer the following yes/no question by reasoning step-by-step. Can you write a whole Haiku in a single tweet?"
|
21 |
+
example_title: "Reasoning task"
|
22 |
+
- text: "Q: ( False or not False or False ) is? A: Let's think step by step"
|
23 |
+
example_title: "Boolean Expressions"
|
24 |
+
- text: "The square root of x is the cube root of y. What is y to the power of 2, if x = 4?"
|
25 |
+
example_title: "Math reasoning"
|
26 |
+
- text: "Premise: At my age you will probably have learnt one lesson. Hypothesis: It's not certain how many lessons you'll learn by your thirties. Does the premise entail the hypothesis?"
|
27 |
+
example_title: "Premise and hypothesis"
|
28 |
+
|
29 |
+
tags:
|
30 |
+
- text2text-generation
|
31 |
+
|
32 |
+
datasets:
|
33 |
+
- svakulenk0/qrecc
|
34 |
+
- taskmaster2
|
35 |
+
- djaym7/wiki_dialog
|
36 |
+
- deepmind/code_contests
|
37 |
+
- lambada
|
38 |
+
- gsm8k
|
39 |
+
- aqua_rat
|
40 |
+
- esnli
|
41 |
+
- quasc
|
42 |
+
- qed
|
43 |
+
|
44 |
+
|
45 |
+
license: apache-2.0
|
46 |
+
---
|
47 |
+
|
48 |
+
# Model Card for FLAN-T5 XXL
|
49 |
+
|
50 |
+
![model image](https://s3.amazonaws.com/moonup/production/uploads/1666363435475-62441d1d9fdefb55a0b7d12c.png)
|
51 |
+
|
52 |
+
# Table of Contents
|
53 |
+
|
54 |
+
0. [TL;DR](#TL;DR)
|
55 |
+
1. [Model Details](#model-details)
|
56 |
+
2. [Usage](#usage)
|
57 |
+
3. [Uses](#uses)
|
58 |
+
4. [Bias, Risks, and Limitations](#bias-risks-and-limitations)
|
59 |
+
5. [Training Details](#training-details)
|
60 |
+
6. [Evaluation](#evaluation)
|
61 |
+
7. [Environmental Impact](#environmental-impact)
|
62 |
+
8. [Citation](#citation)
|
63 |
+
|
64 |
+
# TL;DR
|
65 |
+
|
66 |
+
If you already know T5, FLAN-T5 is just better at everything. For the same number of parameters, these models have been fine-tuned on more than 1000 additional tasks covering also more languages.
|
67 |
+
As mentioned in the first few lines of the abstract :
|
68 |
+
> Flan-PaLM 540B achieves state-of-the-art performance on several benchmarks, such as 75.2% on five-shot MMLU. We also publicly release Flan-T5 checkpoints,1 which achieve strong few-shot performance even compared to much larger models, such as PaLM 62B. Overall, instruction finetuning is a general method for improving the performance and usability of pretrained language models.
|
69 |
+
|
70 |
+
**Disclaimer**: Content from **this** model card has been written by the Hugging Face team, and parts of it were copy pasted from the [T5 model card](https://huggingface.co/t5-large).
|
71 |
+
|
72 |
+
# Model Details
|
73 |
+
|
74 |
+
## Model Description
|
75 |
+
|
76 |
+
|
77 |
+
- **Model type:** Language model
|
78 |
+
- **Language(s) (NLP):** English, German, French
|
79 |
+
- **License:** Apache 2.0
|
80 |
+
- **Related Models:** [All FLAN-T5 Checkpoints](https://huggingface.co/models?search=flan-t5)
|
81 |
+
- **Original Checkpoints:** [All Original FLAN-T5 Checkpoints](https://github.com/google-research/t5x/blob/main/docs/models.md#flan-t5-checkpoints)
|
82 |
+
- **Resources for more information:**
|
83 |
+
- [Research paper](https://arxiv.org/pdf/2210.11416.pdf)
|
84 |
+
- [GitHub Repo](https://github.com/google-research/t5x)
|
85 |
+
- [Hugging Face FLAN-T5 Docs (Similar to T5) ](https://huggingface.co/docs/transformers/model_doc/t5)
|
86 |
+
|
87 |
+
# Usage
|
88 |
+
|
89 |
+
Find below some example scripts on how to use the model in `transformers`:
|
90 |
+
|
91 |
+
## Using the Pytorch model
|
92 |
+
|
93 |
+
### Running the model on a CPU
|
94 |
+
|
95 |
+
<details>
|
96 |
+
<summary> Click to expand </summary>
|
97 |
+
|
98 |
+
```python
|
99 |
+
|
100 |
+
from transformers import T5Tokenizer, T5ForConditionalGeneration
|
101 |
+
|
102 |
+
tokenizer = T5Tokenizer.from_pretrained("google/flan-t5-xxl")
|
103 |
+
model = T5ForConditionalGeneration.from_pretrained("google/flan-t5-xxl")
|
104 |
+
|
105 |
+
input_text = "translate English to German: How old are you?"
|
106 |
+
input_ids = tokenizer(input_text, return_tensors="pt").input_ids
|
107 |
+
|
108 |
+
outputs = model.generate(input_ids)
|
109 |
+
print(tokenizer.decode(outputs[0]))
|
110 |
+
```
|
111 |
+
|
112 |
+
</details>
|
113 |
+
|
114 |
+
### Running the model on a GPU
|
115 |
+
|
116 |
+
<details>
|
117 |
+
<summary> Click to expand </summary>
|
118 |
+
|
119 |
+
```python
|
120 |
+
# pip install accelerate
|
121 |
+
from transformers import T5Tokenizer, T5ForConditionalGeneration
|
122 |
+
|
123 |
+
tokenizer = T5Tokenizer.from_pretrained("google/flan-t5-xxl")
|
124 |
+
model = T5ForConditionalGeneration.from_pretrained("google/flan-t5-xxl", device_map="auto")
|
125 |
+
|
126 |
+
input_text = "translate English to German: How old are you?"
|
127 |
+
input_ids = tokenizer(input_text, return_tensors="pt").input_ids.to("cuda")
|
128 |
+
|
129 |
+
outputs = model.generate(input_ids)
|
130 |
+
print(tokenizer.decode(outputs[0]))
|
131 |
+
```
|
132 |
+
|
133 |
+
</details>
|
134 |
+
|
135 |
+
### Running the model on a GPU using different precisions
|
136 |
+
|
137 |
+
#### FP16
|
138 |
+
|
139 |
+
<details>
|
140 |
+
<summary> Click to expand </summary>
|
141 |
+
|
142 |
+
```python
|
143 |
+
# pip install accelerate
|
144 |
+
import torch
|
145 |
+
from transformers import T5Tokenizer, T5ForConditionalGeneration
|
146 |
+
|
147 |
+
tokenizer = T5Tokenizer.from_pretrained("google/flan-t5-xxl")
|
148 |
+
model = T5ForConditionalGeneration.from_pretrained("google/flan-t5-xxl", device_map="auto", torch_dtype=torch.float16)
|
149 |
+
|
150 |
+
input_text = "translate English to German: How old are you?"
|
151 |
+
input_ids = tokenizer(input_text, return_tensors="pt").input_ids.to("cuda")
|
152 |
+
|
153 |
+
outputs = model.generate(input_ids)
|
154 |
+
print(tokenizer.decode(outputs[0]))
|
155 |
+
```
|
156 |
+
|
157 |
+
</details>
|
158 |
+
|
159 |
+
#### INT8
|
160 |
+
|
161 |
+
<details>
|
162 |
+
<summary> Click to expand </summary>
|
163 |
+
|
164 |
+
```python
|
165 |
+
# pip install bitsandbytes accelerate
|
166 |
+
from transformers import T5Tokenizer, T5ForConditionalGeneration
|
167 |
+
|
168 |
+
tokenizer = T5Tokenizer.from_pretrained("google/flan-t5-xxl")
|
169 |
+
model = T5ForConditionalGeneration.from_pretrained("google/flan-t5-xxl", device_map="auto", load_in_8bit=True)
|
170 |
+
|
171 |
+
input_text = "translate English to German: How old are you?"
|
172 |
+
input_ids = tokenizer(input_text, return_tensors="pt").input_ids.to("cuda")
|
173 |
+
|
174 |
+
outputs = model.generate(input_ids)
|
175 |
+
print(tokenizer.decode(outputs[0]))
|
176 |
+
```
|
177 |
+
|
178 |
+
</details>
|
179 |
+
|
180 |
+
# Uses
|
181 |
+
|
182 |
+
## Direct Use and Downstream Use
|
183 |
+
|
184 |
+
The authors write in [the original paper's model card](https://arxiv.org/pdf/2210.11416.pdf) that:
|
185 |
+
|
186 |
+
> The primary use is research on language models, including: research on zero-shot NLP tasks and in-context few-shot learning NLP tasks, such as reasoning, and question answering; advancing fairness and safety research, and understanding limitations of current large language models
|
187 |
+
|
188 |
+
See the [research paper](https://arxiv.org/pdf/2210.11416.pdf) for further details.
|
189 |
+
|
190 |
+
## Out-of-Scope Use
|
191 |
+
|
192 |
+
More information needed.
|
193 |
+
|
194 |
+
# Bias, Risks, and Limitations
|
195 |
+
|
196 |
+
The information below in this section are copied from the model's [official model card](https://arxiv.org/pdf/2210.11416.pdf):
|
197 |
+
|
198 |
+
> Language models, including Flan-T5, can potentially be used for language generation in a harmful way, according to Rae et al. (2021). Flan-T5 should not be used directly in any application, without a prior assessment of safety and fairness concerns specific to the application.
|
199 |
+
|
200 |
+
## Ethical considerations and risks
|
201 |
+
|
202 |
+
> Flan-T5 is fine-tuned on a large corpus of text data that was not filtered for explicit content or assessed for existing biases. As a result the model itself is potentially vulnerable to generating equivalently inappropriate content or replicating inherent biases in the underlying data.
|
203 |
+
|
204 |
+
## Known Limitations
|
205 |
+
|
206 |
+
> Flan-T5 has not been tested in real world applications.
|
207 |
+
|
208 |
+
## Sensitive Use:
|
209 |
+
|
210 |
+
> Flan-T5 should not be applied for any unacceptable use cases, e.g., generation of abusive speech.
|
211 |
+
|
212 |
+
# Training Details
|
213 |
+
|
214 |
+
## Training Data
|
215 |
+
|
216 |
+
The model was trained on a mixture of tasks, that includes the tasks described in the table below (from the original paper, figure 2):
|
217 |
+
|
218 |
+
![table.png](https://s3.amazonaws.com/moonup/production/uploads/1666363265279-62441d1d9fdefb55a0b7d12c.png)
|
219 |
+
|
220 |
+
|
221 |
+
## Training Procedure
|
222 |
+
|
223 |
+
According to the model card from the [original paper](https://arxiv.org/pdf/2210.11416.pdf):
|
224 |
+
|
225 |
+
> These models are based on pretrained T5 (Raffel et al., 2020) and fine-tuned with instructions for better zero-shot and few-shot performance. There is one fine-tuned Flan model per T5 model size.
|
226 |
+
|
227 |
+
The model has been trained on TPU v3 or TPU v4 pods, using [`t5x`](https://github.com/google-research/t5x) codebase together with [`jax`](https://github.com/google/jax).
|
228 |
+
|
229 |
+
|
230 |
+
# Evaluation
|
231 |
+
|
232 |
+
## Testing Data, Factors & Metrics
|
233 |
+
|
234 |
+
The authors evaluated the model on various tasks covering several languages (1836 in total). See the table below for some quantitative evaluation:
|
235 |
+
![image.png](https://s3.amazonaws.com/moonup/production/uploads/1668072995230-62441d1d9fdefb55a0b7d12c.png)
|
236 |
+
For full details, please check the [research paper](https://arxiv.org/pdf/2210.11416.pdf).
|
237 |
+
|
238 |
+
## Results
|
239 |
+
|
240 |
+
For full results for FLAN-T5-XXL, see the [research paper](https://arxiv.org/pdf/2210.11416.pdf), Table 3.
|
241 |
+
|
242 |
+
# Environmental Impact
|
243 |
+
|
244 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
245 |
+
|
246 |
+
- **Hardware Type:** Google Cloud TPU Pods - TPU v3 or TPU v4 | Number of chips ≥ 4.
|
247 |
+
- **Hours used:** More information needed
|
248 |
+
- **Cloud Provider:** GCP
|
249 |
+
- **Compute Region:** More information needed
|
250 |
+
- **Carbon Emitted:** More information needed
|
251 |
+
|
252 |
+
# Citation
|
253 |
+
|
254 |
+
**BibTeX:**
|
255 |
+
|
256 |
+
```bibtex
|
257 |
+
@misc{https://doi.org/10.48550/arxiv.2210.11416,
|
258 |
+
doi = {10.48550/ARXIV.2210.11416},
|
259 |
+
|
260 |
+
url = {https://arxiv.org/abs/2210.11416},
|
261 |
+
|
262 |
+
author = {Chung, Hyung Won and Hou, Le and Longpre, Shayne and Zoph, Barret and Tay, Yi and Fedus, William and Li, Eric and Wang, Xuezhi and Dehghani, Mostafa and Brahma, Siddhartha and Webson, Albert and Gu, Shixiang Shane and Dai, Zhuyun and Suzgun, Mirac and Chen, Xinyun and Chowdhery, Aakanksha and Narang, Sharan and Mishra, Gaurav and Yu, Adams and Zhao, Vincent and Huang, Yanping and Dai, Andrew and Yu, Hongkun and Petrov, Slav and Chi, Ed H. and Dean, Jeff and Devlin, Jacob and Roberts, Adam and Zhou, Denny and Le, Quoc V. and Wei, Jason},
|
263 |
+
|
264 |
+
keywords = {Machine Learning (cs.LG), Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
|
265 |
+
|
266 |
+
title = {Scaling Instruction-Finetuned Language Models},
|
267 |
+
|
268 |
+
publisher = {arXiv},
|
269 |
+
|
270 |
+
year = {2022},
|
271 |
+
|
272 |
+
copyright = {Creative Commons Attribution 4.0 International}
|
273 |
+
}
|
274 |
+
```
|
275 |
+
|
config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"T5ForConditionalGeneration"
|
4 |
+
],
|
5 |
+
"d_ff": 10240,
|
6 |
+
"d_kv": 64,
|
7 |
+
"d_model": 4096,
|
8 |
+
"decoder_start_token_id": 0,
|
9 |
+
"dropout_rate": 0.1,
|
10 |
+
"eos_token_id": 1,
|
11 |
+
"feed_forward_proj": "gated-gelu",
|
12 |
+
"initializer_factor": 1.0,
|
13 |
+
"is_encoder_decoder": true,
|
14 |
+
"layer_norm_epsilon": 1e-06,
|
15 |
+
"model_type": "t5",
|
16 |
+
"num_decoder_layers": 24,
|
17 |
+
"num_heads": 64,
|
18 |
+
"num_layers": 24,
|
19 |
+
"output_past": true,
|
20 |
+
"pad_token_id": 0,
|
21 |
+
"relative_attention_max_distance": 128,
|
22 |
+
"relative_attention_num_buckets": 32,
|
23 |
+
"tie_word_embeddings": false,
|
24 |
+
"torch_dtype": "float32",
|
25 |
+
"transformers_version": "4.24.0.dev0",
|
26 |
+
"use_cache": true,
|
27 |
+
"vocab_size": 32128
|
28 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"decoder_start_token_id": 0,
|
4 |
+
"eos_token_id": 1,
|
5 |
+
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.27.0.dev0"
|
7 |
+
}
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,567 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 45594099712
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"decoder.block.0.layer.0.SelfAttention.k.weight": "model-00003-of-00005.safetensors",
|
7 |
+
"decoder.block.0.layer.0.SelfAttention.o.weight": "model-00003-of-00005.safetensors",
|
8 |
+
"decoder.block.0.layer.0.SelfAttention.q.weight": "model-00003-of-00005.safetensors",
|
9 |
+
"decoder.block.0.layer.0.SelfAttention.relative_attention_bias.weight": "model-00003-of-00005.safetensors",
|
10 |
+
"decoder.block.0.layer.0.SelfAttention.v.weight": "model-00003-of-00005.safetensors",
|
11 |
+
"decoder.block.0.layer.0.layer_norm.weight": "model-00003-of-00005.safetensors",
|
12 |
+
"decoder.block.0.layer.1.EncDecAttention.k.weight": "model-00003-of-00005.safetensors",
|
13 |
+
"decoder.block.0.layer.1.EncDecAttention.o.weight": "model-00003-of-00005.safetensors",
|
14 |
+
"decoder.block.0.layer.1.EncDecAttention.q.weight": "model-00003-of-00005.safetensors",
|
15 |
+
"decoder.block.0.layer.1.EncDecAttention.v.weight": "model-00003-of-00005.safetensors",
|
16 |
+
"decoder.block.0.layer.1.layer_norm.weight": "model-00003-of-00005.safetensors",
|
17 |
+
"decoder.block.0.layer.2.DenseReluDense.wi_0.weight": "model-00003-of-00005.safetensors",
|
18 |
+
"decoder.block.0.layer.2.DenseReluDense.wi_1.weight": "model-00003-of-00005.safetensors",
|
19 |
+
"decoder.block.0.layer.2.DenseReluDense.wo.weight": "model-00003-of-00005.safetensors",
|
20 |
+
"decoder.block.0.layer.2.layer_norm.weight": "model-00003-of-00005.safetensors",
|
21 |
+
"decoder.block.1.layer.0.SelfAttention.k.weight": "model-00003-of-00005.safetensors",
|
22 |
+
"decoder.block.1.layer.0.SelfAttention.o.weight": "model-00003-of-00005.safetensors",
|
23 |
+
"decoder.block.1.layer.0.SelfAttention.q.weight": "model-00003-of-00005.safetensors",
|
24 |
+
"decoder.block.1.layer.0.SelfAttention.v.weight": "model-00003-of-00005.safetensors",
|
25 |
+
"decoder.block.1.layer.0.layer_norm.weight": "model-00003-of-00005.safetensors",
|
26 |
+
"decoder.block.1.layer.1.EncDecAttention.k.weight": "model-00003-of-00005.safetensors",
|
27 |
+
"decoder.block.1.layer.1.EncDecAttention.o.weight": "model-00003-of-00005.safetensors",
|
28 |
+
"decoder.block.1.layer.1.EncDecAttention.q.weight": "model-00003-of-00005.safetensors",
|
29 |
+
"decoder.block.1.layer.1.EncDecAttention.v.weight": "model-00003-of-00005.safetensors",
|
30 |
+
"decoder.block.1.layer.1.layer_norm.weight": "model-00003-of-00005.safetensors",
|
31 |
+
"decoder.block.1.layer.2.DenseReluDense.wi_0.weight": "model-00003-of-00005.safetensors",
|
32 |
+
"decoder.block.1.layer.2.DenseReluDense.wi_1.weight": "model-00003-of-00005.safetensors",
|
33 |
+
"decoder.block.1.layer.2.DenseReluDense.wo.weight": "model-00003-of-00005.safetensors",
|
34 |
+
"decoder.block.1.layer.2.layer_norm.weight": "model-00003-of-00005.safetensors",
|
35 |
+
"decoder.block.10.layer.0.SelfAttention.k.weight": "model-00004-of-00005.safetensors",
|
36 |
+
"decoder.block.10.layer.0.SelfAttention.o.weight": "model-00004-of-00005.safetensors",
|
37 |
+
"decoder.block.10.layer.0.SelfAttention.q.weight": "model-00004-of-00005.safetensors",
|
38 |
+
"decoder.block.10.layer.0.SelfAttention.v.weight": "model-00004-of-00005.safetensors",
|
39 |
+
"decoder.block.10.layer.0.layer_norm.weight": "model-00004-of-00005.safetensors",
|
40 |
+
"decoder.block.10.layer.1.EncDecAttention.k.weight": "model-00004-of-00005.safetensors",
|
41 |
+
"decoder.block.10.layer.1.EncDecAttention.o.weight": "model-00004-of-00005.safetensors",
|
42 |
+
"decoder.block.10.layer.1.EncDecAttention.q.weight": "model-00004-of-00005.safetensors",
|
43 |
+
"decoder.block.10.layer.1.EncDecAttention.v.weight": "model-00004-of-00005.safetensors",
|
44 |
+
"decoder.block.10.layer.1.layer_norm.weight": "model-00004-of-00005.safetensors",
|
45 |
+
"decoder.block.10.layer.2.DenseReluDense.wi_0.weight": "model-00004-of-00005.safetensors",
|
46 |
+
"decoder.block.10.layer.2.DenseReluDense.wi_1.weight": "model-00004-of-00005.safetensors",
|
47 |
+
"decoder.block.10.layer.2.DenseReluDense.wo.weight": "model-00004-of-00005.safetensors",
|
48 |
+
"decoder.block.10.layer.2.layer_norm.weight": "model-00004-of-00005.safetensors",
|
49 |
+
"decoder.block.11.layer.0.SelfAttention.k.weight": "model-00004-of-00005.safetensors",
|
50 |
+
"decoder.block.11.layer.0.SelfAttention.o.weight": "model-00004-of-00005.safetensors",
|
51 |
+
"decoder.block.11.layer.0.SelfAttention.q.weight": "model-00004-of-00005.safetensors",
|
52 |
+
"decoder.block.11.layer.0.SelfAttention.v.weight": "model-00004-of-00005.safetensors",
|
53 |
+
"decoder.block.11.layer.0.layer_norm.weight": "model-00004-of-00005.safetensors",
|
54 |
+
"decoder.block.11.layer.1.EncDecAttention.k.weight": "model-00004-of-00005.safetensors",
|
55 |
+
"decoder.block.11.layer.1.EncDecAttention.o.weight": "model-00004-of-00005.safetensors",
|
56 |
+
"decoder.block.11.layer.1.EncDecAttention.q.weight": "model-00004-of-00005.safetensors",
|
57 |
+
"decoder.block.11.layer.1.EncDecAttention.v.weight": "model-00004-of-00005.safetensors",
|
58 |
+
"decoder.block.11.layer.1.layer_norm.weight": "model-00004-of-00005.safetensors",
|
59 |
+
"decoder.block.11.layer.2.DenseReluDense.wi_0.weight": "model-00004-of-00005.safetensors",
|
60 |
+
"decoder.block.11.layer.2.DenseReluDense.wi_1.weight": "model-00004-of-00005.safetensors",
|
61 |
+
"decoder.block.11.layer.2.DenseReluDense.wo.weight": "model-00004-of-00005.safetensors",
|
62 |
+
"decoder.block.11.layer.2.layer_norm.weight": "model-00004-of-00005.safetensors",
|
63 |
+
"decoder.block.12.layer.0.SelfAttention.k.weight": "model-00004-of-00005.safetensors",
|
64 |
+
"decoder.block.12.layer.0.SelfAttention.o.weight": "model-00004-of-00005.safetensors",
|
65 |
+
"decoder.block.12.layer.0.SelfAttention.q.weight": "model-00004-of-00005.safetensors",
|
66 |
+
"decoder.block.12.layer.0.SelfAttention.v.weight": "model-00004-of-00005.safetensors",
|
67 |
+
"decoder.block.12.layer.0.layer_norm.weight": "model-00004-of-00005.safetensors",
|
68 |
+
"decoder.block.12.layer.1.EncDecAttention.k.weight": "model-00004-of-00005.safetensors",
|
69 |
+
"decoder.block.12.layer.1.EncDecAttention.o.weight": "model-00004-of-00005.safetensors",
|
70 |
+
"decoder.block.12.layer.1.EncDecAttention.q.weight": "model-00004-of-00005.safetensors",
|
71 |
+
"decoder.block.12.layer.1.EncDecAttention.v.weight": "model-00004-of-00005.safetensors",
|
72 |
+
"decoder.block.12.layer.1.layer_norm.weight": "model-00004-of-00005.safetensors",
|
73 |
+
"decoder.block.12.layer.2.DenseReluDense.wi_0.weight": "model-00004-of-00005.safetensors",
|
74 |
+
"decoder.block.12.layer.2.DenseReluDense.wi_1.weight": "model-00004-of-00005.safetensors",
|
75 |
+
"decoder.block.12.layer.2.DenseReluDense.wo.weight": "model-00004-of-00005.safetensors",
|
76 |
+
"decoder.block.12.layer.2.layer_norm.weight": "model-00004-of-00005.safetensors",
|
77 |
+
"decoder.block.13.layer.0.SelfAttention.k.weight": "model-00004-of-00005.safetensors",
|
78 |
+
"decoder.block.13.layer.0.SelfAttention.o.weight": "model-00004-of-00005.safetensors",
|
79 |
+
"decoder.block.13.layer.0.SelfAttention.q.weight": "model-00004-of-00005.safetensors",
|
80 |
+
"decoder.block.13.layer.0.SelfAttention.v.weight": "model-00004-of-00005.safetensors",
|
81 |
+
"decoder.block.13.layer.0.layer_norm.weight": "model-00004-of-00005.safetensors",
|
82 |
+
"decoder.block.13.layer.1.EncDecAttention.k.weight": "model-00004-of-00005.safetensors",
|
83 |
+
"decoder.block.13.layer.1.EncDecAttention.o.weight": "model-00004-of-00005.safetensors",
|
84 |
+
"decoder.block.13.layer.1.EncDecAttention.q.weight": "model-00004-of-00005.safetensors",
|
85 |
+
"decoder.block.13.layer.1.EncDecAttention.v.weight": "model-00004-of-00005.safetensors",
|
86 |
+
"decoder.block.13.layer.1.layer_norm.weight": "model-00004-of-00005.safetensors",
|
87 |
+
"decoder.block.13.layer.2.DenseReluDense.wi_0.weight": "model-00004-of-00005.safetensors",
|
88 |
+
"decoder.block.13.layer.2.DenseReluDense.wi_1.weight": "model-00004-of-00005.safetensors",
|
89 |
+
"decoder.block.13.layer.2.DenseReluDense.wo.weight": "model-00004-of-00005.safetensors",
|
90 |
+
"decoder.block.13.layer.2.layer_norm.weight": "model-00004-of-00005.safetensors",
|
91 |
+
"decoder.block.14.layer.0.SelfAttention.k.weight": "model-00004-of-00005.safetensors",
|
92 |
+
"decoder.block.14.layer.0.SelfAttention.o.weight": "model-00004-of-00005.safetensors",
|
93 |
+
"decoder.block.14.layer.0.SelfAttention.q.weight": "model-00004-of-00005.safetensors",
|
94 |
+
"decoder.block.14.layer.0.SelfAttention.v.weight": "model-00004-of-00005.safetensors",
|
95 |
+
"decoder.block.14.layer.0.layer_norm.weight": "model-00004-of-00005.safetensors",
|
96 |
+
"decoder.block.14.layer.1.EncDecAttention.k.weight": "model-00004-of-00005.safetensors",
|
97 |
+
"decoder.block.14.layer.1.EncDecAttention.o.weight": "model-00004-of-00005.safetensors",
|
98 |
+
"decoder.block.14.layer.1.EncDecAttention.q.weight": "model-00004-of-00005.safetensors",
|
99 |
+
"decoder.block.14.layer.1.EncDecAttention.v.weight": "model-00004-of-00005.safetensors",
|
100 |
+
"decoder.block.14.layer.1.layer_norm.weight": "model-00004-of-00005.safetensors",
|
101 |
+
"decoder.block.14.layer.2.DenseReluDense.wi_0.weight": "model-00004-of-00005.safetensors",
|
102 |
+
"decoder.block.14.layer.2.DenseReluDense.wi_1.weight": "model-00004-of-00005.safetensors",
|
103 |
+
"decoder.block.14.layer.2.DenseReluDense.wo.weight": "model-00004-of-00005.safetensors",
|
104 |
+
"decoder.block.14.layer.2.layer_norm.weight": "model-00004-of-00005.safetensors",
|
105 |
+
"decoder.block.15.layer.0.SelfAttention.k.weight": "model-00004-of-00005.safetensors",
|
106 |
+
"decoder.block.15.layer.0.SelfAttention.o.weight": "model-00004-of-00005.safetensors",
|
107 |
+
"decoder.block.15.layer.0.SelfAttention.q.weight": "model-00004-of-00005.safetensors",
|
108 |
+
"decoder.block.15.layer.0.SelfAttention.v.weight": "model-00004-of-00005.safetensors",
|
109 |
+
"decoder.block.15.layer.0.layer_norm.weight": "model-00004-of-00005.safetensors",
|
110 |
+
"decoder.block.15.layer.1.EncDecAttention.k.weight": "model-00004-of-00005.safetensors",
|
111 |
+
"decoder.block.15.layer.1.EncDecAttention.o.weight": "model-00004-of-00005.safetensors",
|
112 |
+
"decoder.block.15.layer.1.EncDecAttention.q.weight": "model-00004-of-00005.safetensors",
|
113 |
+
"decoder.block.15.layer.1.EncDecAttention.v.weight": "model-00004-of-00005.safetensors",
|
114 |
+
"decoder.block.15.layer.1.layer_norm.weight": "model-00004-of-00005.safetensors",
|
115 |
+
"decoder.block.15.layer.2.DenseReluDense.wi_0.weight": "model-00004-of-00005.safetensors",
|
116 |
+
"decoder.block.15.layer.2.DenseReluDense.wi_1.weight": "model-00004-of-00005.safetensors",
|
117 |
+
"decoder.block.15.layer.2.DenseReluDense.wo.weight": "model-00004-of-00005.safetensors",
|
118 |
+
"decoder.block.15.layer.2.layer_norm.weight": "model-00004-of-00005.safetensors",
|
119 |
+
"decoder.block.16.layer.0.SelfAttention.k.weight": "model-00004-of-00005.safetensors",
|
120 |
+
"decoder.block.16.layer.0.SelfAttention.o.weight": "model-00004-of-00005.safetensors",
|
121 |
+
"decoder.block.16.layer.0.SelfAttention.q.weight": "model-00004-of-00005.safetensors",
|
122 |
+
"decoder.block.16.layer.0.SelfAttention.v.weight": "model-00004-of-00005.safetensors",
|
123 |
+
"decoder.block.16.layer.0.layer_norm.weight": "model-00004-of-00005.safetensors",
|
124 |
+
"decoder.block.16.layer.1.EncDecAttention.k.weight": "model-00004-of-00005.safetensors",
|
125 |
+
"decoder.block.16.layer.1.EncDecAttention.o.weight": "model-00004-of-00005.safetensors",
|
126 |
+
"decoder.block.16.layer.1.EncDecAttention.q.weight": "model-00004-of-00005.safetensors",
|
127 |
+
"decoder.block.16.layer.1.EncDecAttention.v.weight": "model-00004-of-00005.safetensors",
|
128 |
+
"decoder.block.16.layer.1.layer_norm.weight": "model-00004-of-00005.safetensors",
|
129 |
+
"decoder.block.16.layer.2.DenseReluDense.wi_0.weight": "model-00004-of-00005.safetensors",
|
130 |
+
"decoder.block.16.layer.2.DenseReluDense.wi_1.weight": "model-00004-of-00005.safetensors",
|
131 |
+
"decoder.block.16.layer.2.DenseReluDense.wo.weight": "model-00004-of-00005.safetensors",
|
132 |
+
"decoder.block.16.layer.2.layer_norm.weight": "model-00004-of-00005.safetensors",
|
133 |
+
"decoder.block.17.layer.0.SelfAttention.k.weight": "model-00004-of-00005.safetensors",
|
134 |
+
"decoder.block.17.layer.0.SelfAttention.o.weight": "model-00004-of-00005.safetensors",
|
135 |
+
"decoder.block.17.layer.0.SelfAttention.q.weight": "model-00004-of-00005.safetensors",
|
136 |
+
"decoder.block.17.layer.0.SelfAttention.v.weight": "model-00004-of-00005.safetensors",
|
137 |
+
"decoder.block.17.layer.0.layer_norm.weight": "model-00004-of-00005.safetensors",
|
138 |
+
"decoder.block.17.layer.1.EncDecAttention.k.weight": "model-00004-of-00005.safetensors",
|
139 |
+
"decoder.block.17.layer.1.EncDecAttention.o.weight": "model-00004-of-00005.safetensors",
|
140 |
+
"decoder.block.17.layer.1.EncDecAttention.q.weight": "model-00004-of-00005.safetensors",
|
141 |
+
"decoder.block.17.layer.1.EncDecAttention.v.weight": "model-00004-of-00005.safetensors",
|
142 |
+
"decoder.block.17.layer.1.layer_norm.weight": "model-00004-of-00005.safetensors",
|
143 |
+
"decoder.block.17.layer.2.DenseReluDense.wi_0.weight": "model-00004-of-00005.safetensors",
|
144 |
+
"decoder.block.17.layer.2.DenseReluDense.wi_1.weight": "model-00004-of-00005.safetensors",
|
145 |
+
"decoder.block.17.layer.2.DenseReluDense.wo.weight": "model-00004-of-00005.safetensors",
|
146 |
+
"decoder.block.17.layer.2.layer_norm.weight": "model-00004-of-00005.safetensors",
|
147 |
+
"decoder.block.18.layer.0.SelfAttention.k.weight": "model-00004-of-00005.safetensors",
|
148 |
+
"decoder.block.18.layer.0.SelfAttention.o.weight": "model-00004-of-00005.safetensors",
|
149 |
+
"decoder.block.18.layer.0.SelfAttention.q.weight": "model-00004-of-00005.safetensors",
|
150 |
+
"decoder.block.18.layer.0.SelfAttention.v.weight": "model-00004-of-00005.safetensors",
|
151 |
+
"decoder.block.18.layer.0.layer_norm.weight": "model-00004-of-00005.safetensors",
|
152 |
+
"decoder.block.18.layer.1.EncDecAttention.k.weight": "model-00004-of-00005.safetensors",
|
153 |
+
"decoder.block.18.layer.1.EncDecAttention.o.weight": "model-00004-of-00005.safetensors",
|
154 |
+
"decoder.block.18.layer.1.EncDecAttention.q.weight": "model-00004-of-00005.safetensors",
|
155 |
+
"decoder.block.18.layer.1.EncDecAttention.v.weight": "model-00004-of-00005.safetensors",
|
156 |
+
"decoder.block.18.layer.1.layer_norm.weight": "model-00004-of-00005.safetensors",
|
157 |
+
"decoder.block.18.layer.2.DenseReluDense.wi_0.weight": "model-00004-of-00005.safetensors",
|
158 |
+
"decoder.block.18.layer.2.DenseReluDense.wi_1.weight": "model-00005-of-00005.safetensors",
|
159 |
+
"decoder.block.18.layer.2.DenseReluDense.wo.weight": "model-00005-of-00005.safetensors",
|
160 |
+
"decoder.block.18.layer.2.layer_norm.weight": "model-00005-of-00005.safetensors",
|
161 |
+
"decoder.block.19.layer.0.SelfAttention.k.weight": "model-00005-of-00005.safetensors",
|
162 |
+
"decoder.block.19.layer.0.SelfAttention.o.weight": "model-00005-of-00005.safetensors",
|
163 |
+
"decoder.block.19.layer.0.SelfAttention.q.weight": "model-00005-of-00005.safetensors",
|
164 |
+
"decoder.block.19.layer.0.SelfAttention.v.weight": "model-00005-of-00005.safetensors",
|
165 |
+
"decoder.block.19.layer.0.layer_norm.weight": "model-00005-of-00005.safetensors",
|
166 |
+
"decoder.block.19.layer.1.EncDecAttention.k.weight": "model-00005-of-00005.safetensors",
|
167 |
+
"decoder.block.19.layer.1.EncDecAttention.o.weight": "model-00005-of-00005.safetensors",
|
168 |
+
"decoder.block.19.layer.1.EncDecAttention.q.weight": "model-00005-of-00005.safetensors",
|
169 |
+
"decoder.block.19.layer.1.EncDecAttention.v.weight": "model-00005-of-00005.safetensors",
|
170 |
+
"decoder.block.19.layer.1.layer_norm.weight": "model-00005-of-00005.safetensors",
|
171 |
+
"decoder.block.19.layer.2.DenseReluDense.wi_0.weight": "model-00005-of-00005.safetensors",
|
172 |
+
"decoder.block.19.layer.2.DenseReluDense.wi_1.weight": "model-00005-of-00005.safetensors",
|
173 |
+
"decoder.block.19.layer.2.DenseReluDense.wo.weight": "model-00005-of-00005.safetensors",
|
174 |
+
"decoder.block.19.layer.2.layer_norm.weight": "model-00005-of-00005.safetensors",
|
175 |
+
"decoder.block.2.layer.0.SelfAttention.k.weight": "model-00003-of-00005.safetensors",
|
176 |
+
"decoder.block.2.layer.0.SelfAttention.o.weight": "model-00003-of-00005.safetensors",
|
177 |
+
"decoder.block.2.layer.0.SelfAttention.q.weight": "model-00003-of-00005.safetensors",
|
178 |
+
"decoder.block.2.layer.0.SelfAttention.v.weight": "model-00003-of-00005.safetensors",
|
179 |
+
"decoder.block.2.layer.0.layer_norm.weight": "model-00003-of-00005.safetensors",
|
180 |
+
"decoder.block.2.layer.1.EncDecAttention.k.weight": "model-00003-of-00005.safetensors",
|
181 |
+
"decoder.block.2.layer.1.EncDecAttention.o.weight": "model-00003-of-00005.safetensors",
|
182 |
+
"decoder.block.2.layer.1.EncDecAttention.q.weight": "model-00003-of-00005.safetensors",
|
183 |
+
"decoder.block.2.layer.1.EncDecAttention.v.weight": "model-00003-of-00005.safetensors",
|
184 |
+
"decoder.block.2.layer.1.layer_norm.weight": "model-00003-of-00005.safetensors",
|
185 |
+
"decoder.block.2.layer.2.DenseReluDense.wi_0.weight": "model-00003-of-00005.safetensors",
|
186 |
+
"decoder.block.2.layer.2.DenseReluDense.wi_1.weight": "model-00003-of-00005.safetensors",
|
187 |
+
"decoder.block.2.layer.2.DenseReluDense.wo.weight": "model-00003-of-00005.safetensors",
|
188 |
+
"decoder.block.2.layer.2.layer_norm.weight": "model-00003-of-00005.safetensors",
|
189 |
+
"decoder.block.20.layer.0.SelfAttention.k.weight": "model-00005-of-00005.safetensors",
|
190 |
+
"decoder.block.20.layer.0.SelfAttention.o.weight": "model-00005-of-00005.safetensors",
|
191 |
+
"decoder.block.20.layer.0.SelfAttention.q.weight": "model-00005-of-00005.safetensors",
|
192 |
+
"decoder.block.20.layer.0.SelfAttention.v.weight": "model-00005-of-00005.safetensors",
|
193 |
+
"decoder.block.20.layer.0.layer_norm.weight": "model-00005-of-00005.safetensors",
|
194 |
+
"decoder.block.20.layer.1.EncDecAttention.k.weight": "model-00005-of-00005.safetensors",
|
195 |
+
"decoder.block.20.layer.1.EncDecAttention.o.weight": "model-00005-of-00005.safetensors",
|
196 |
+
"decoder.block.20.layer.1.EncDecAttention.q.weight": "model-00005-of-00005.safetensors",
|
197 |
+
"decoder.block.20.layer.1.EncDecAttention.v.weight": "model-00005-of-00005.safetensors",
|
198 |
+
"decoder.block.20.layer.1.layer_norm.weight": "model-00005-of-00005.safetensors",
|
199 |
+
"decoder.block.20.layer.2.DenseReluDense.wi_0.weight": "model-00005-of-00005.safetensors",
|
200 |
+
"decoder.block.20.layer.2.DenseReluDense.wi_1.weight": "model-00005-of-00005.safetensors",
|
201 |
+
"decoder.block.20.layer.2.DenseReluDense.wo.weight": "model-00005-of-00005.safetensors",
|
202 |
+
"decoder.block.20.layer.2.layer_norm.weight": "model-00005-of-00005.safetensors",
|
203 |
+
"decoder.block.21.layer.0.SelfAttention.k.weight": "model-00005-of-00005.safetensors",
|
204 |
+
"decoder.block.21.layer.0.SelfAttention.o.weight": "model-00005-of-00005.safetensors",
|
205 |
+
"decoder.block.21.layer.0.SelfAttention.q.weight": "model-00005-of-00005.safetensors",
|
206 |
+
"decoder.block.21.layer.0.SelfAttention.v.weight": "model-00005-of-00005.safetensors",
|
207 |
+
"decoder.block.21.layer.0.layer_norm.weight": "model-00005-of-00005.safetensors",
|
208 |
+
"decoder.block.21.layer.1.EncDecAttention.k.weight": "model-00005-of-00005.safetensors",
|
209 |
+
"decoder.block.21.layer.1.EncDecAttention.o.weight": "model-00005-of-00005.safetensors",
|
210 |
+
"decoder.block.21.layer.1.EncDecAttention.q.weight": "model-00005-of-00005.safetensors",
|
211 |
+
"decoder.block.21.layer.1.EncDecAttention.v.weight": "model-00005-of-00005.safetensors",
|
212 |
+
"decoder.block.21.layer.1.layer_norm.weight": "model-00005-of-00005.safetensors",
|
213 |
+
"decoder.block.21.layer.2.DenseReluDense.wi_0.weight": "model-00005-of-00005.safetensors",
|
214 |
+
"decoder.block.21.layer.2.DenseReluDense.wi_1.weight": "model-00005-of-00005.safetensors",
|
215 |
+
"decoder.block.21.layer.2.DenseReluDense.wo.weight": "model-00005-of-00005.safetensors",
|
216 |
+
"decoder.block.21.layer.2.layer_norm.weight": "model-00005-of-00005.safetensors",
|
217 |
+
"decoder.block.22.layer.0.SelfAttention.k.weight": "model-00005-of-00005.safetensors",
|
218 |
+
"decoder.block.22.layer.0.SelfAttention.o.weight": "model-00005-of-00005.safetensors",
|
219 |
+
"decoder.block.22.layer.0.SelfAttention.q.weight": "model-00005-of-00005.safetensors",
|
220 |
+
"decoder.block.22.layer.0.SelfAttention.v.weight": "model-00005-of-00005.safetensors",
|
221 |
+
"decoder.block.22.layer.0.layer_norm.weight": "model-00005-of-00005.safetensors",
|
222 |
+
"decoder.block.22.layer.1.EncDecAttention.k.weight": "model-00005-of-00005.safetensors",
|
223 |
+
"decoder.block.22.layer.1.EncDecAttention.o.weight": "model-00005-of-00005.safetensors",
|
224 |
+
"decoder.block.22.layer.1.EncDecAttention.q.weight": "model-00005-of-00005.safetensors",
|
225 |
+
"decoder.block.22.layer.1.EncDecAttention.v.weight": "model-00005-of-00005.safetensors",
|
226 |
+
"decoder.block.22.layer.1.layer_norm.weight": "model-00005-of-00005.safetensors",
|
227 |
+
"decoder.block.22.layer.2.DenseReluDense.wi_0.weight": "model-00005-of-00005.safetensors",
|
228 |
+
"decoder.block.22.layer.2.DenseReluDense.wi_1.weight": "model-00005-of-00005.safetensors",
|
229 |
+
"decoder.block.22.layer.2.DenseReluDense.wo.weight": "model-00005-of-00005.safetensors",
|
230 |
+
"decoder.block.22.layer.2.layer_norm.weight": "model-00005-of-00005.safetensors",
|
231 |
+
"decoder.block.23.layer.0.SelfAttention.k.weight": "model-00005-of-00005.safetensors",
|
232 |
+
"decoder.block.23.layer.0.SelfAttention.o.weight": "model-00005-of-00005.safetensors",
|
233 |
+
"decoder.block.23.layer.0.SelfAttention.q.weight": "model-00005-of-00005.safetensors",
|
234 |
+
"decoder.block.23.layer.0.SelfAttention.v.weight": "model-00005-of-00005.safetensors",
|
235 |
+
"decoder.block.23.layer.0.layer_norm.weight": "model-00005-of-00005.safetensors",
|
236 |
+
"decoder.block.23.layer.1.EncDecAttention.k.weight": "model-00005-of-00005.safetensors",
|
237 |
+
"decoder.block.23.layer.1.EncDecAttention.o.weight": "model-00005-of-00005.safetensors",
|
238 |
+
"decoder.block.23.layer.1.EncDecAttention.q.weight": "model-00005-of-00005.safetensors",
|
239 |
+
"decoder.block.23.layer.1.EncDecAttention.v.weight": "model-00005-of-00005.safetensors",
|
240 |
+
"decoder.block.23.layer.1.layer_norm.weight": "model-00005-of-00005.safetensors",
|
241 |
+
"decoder.block.23.layer.2.DenseReluDense.wi_0.weight": "model-00005-of-00005.safetensors",
|
242 |
+
"decoder.block.23.layer.2.DenseReluDense.wi_1.weight": "model-00005-of-00005.safetensors",
|
243 |
+
"decoder.block.23.layer.2.DenseReluDense.wo.weight": "model-00005-of-00005.safetensors",
|
244 |
+
"decoder.block.23.layer.2.layer_norm.weight": "model-00005-of-00005.safetensors",
|
245 |
+
"decoder.block.3.layer.0.SelfAttention.k.weight": "model-00003-of-00005.safetensors",
|
246 |
+
"decoder.block.3.layer.0.SelfAttention.o.weight": "model-00003-of-00005.safetensors",
|
247 |
+
"decoder.block.3.layer.0.SelfAttention.q.weight": "model-00003-of-00005.safetensors",
|
248 |
+
"decoder.block.3.layer.0.SelfAttention.v.weight": "model-00003-of-00005.safetensors",
|
249 |
+
"decoder.block.3.layer.0.layer_norm.weight": "model-00003-of-00005.safetensors",
|
250 |
+
"decoder.block.3.layer.1.EncDecAttention.k.weight": "model-00003-of-00005.safetensors",
|
251 |
+
"decoder.block.3.layer.1.EncDecAttention.o.weight": "model-00003-of-00005.safetensors",
|
252 |
+
"decoder.block.3.layer.1.EncDecAttention.q.weight": "model-00003-of-00005.safetensors",
|
253 |
+
"decoder.block.3.layer.1.EncDecAttention.v.weight": "model-00003-of-00005.safetensors",
|
254 |
+
"decoder.block.3.layer.1.layer_norm.weight": "model-00003-of-00005.safetensors",
|
255 |
+
"decoder.block.3.layer.2.DenseReluDense.wi_0.weight": "model-00003-of-00005.safetensors",
|
256 |
+
"decoder.block.3.layer.2.DenseReluDense.wi_1.weight": "model-00003-of-00005.safetensors",
|
257 |
+
"decoder.block.3.layer.2.DenseReluDense.wo.weight": "model-00003-of-00005.safetensors",
|
258 |
+
"decoder.block.3.layer.2.layer_norm.weight": "model-00003-of-00005.safetensors",
|
259 |
+
"decoder.block.4.layer.0.SelfAttention.k.weight": "model-00003-of-00005.safetensors",
|
260 |
+
"decoder.block.4.layer.0.SelfAttention.o.weight": "model-00003-of-00005.safetensors",
|
261 |
+
"decoder.block.4.layer.0.SelfAttention.q.weight": "model-00003-of-00005.safetensors",
|
262 |
+
"decoder.block.4.layer.0.SelfAttention.v.weight": "model-00003-of-00005.safetensors",
|
263 |
+
"decoder.block.4.layer.0.layer_norm.weight": "model-00003-of-00005.safetensors",
|
264 |
+
"decoder.block.4.layer.1.EncDecAttention.k.weight": "model-00003-of-00005.safetensors",
|
265 |
+
"decoder.block.4.layer.1.EncDecAttention.o.weight": "model-00003-of-00005.safetensors",
|
266 |
+
"decoder.block.4.layer.1.EncDecAttention.q.weight": "model-00003-of-00005.safetensors",
|
267 |
+
"decoder.block.4.layer.1.EncDecAttention.v.weight": "model-00003-of-00005.safetensors",
|
268 |
+
"decoder.block.4.layer.1.layer_norm.weight": "model-00003-of-00005.safetensors",
|
269 |
+
"decoder.block.4.layer.2.DenseReluDense.wi_0.weight": "model-00003-of-00005.safetensors",
|
270 |
+
"decoder.block.4.layer.2.DenseReluDense.wi_1.weight": "model-00003-of-00005.safetensors",
|
271 |
+
"decoder.block.4.layer.2.DenseReluDense.wo.weight": "model-00003-of-00005.safetensors",
|
272 |
+
"decoder.block.4.layer.2.layer_norm.weight": "model-00003-of-00005.safetensors",
|
273 |
+
"decoder.block.5.layer.0.SelfAttention.k.weight": "model-00003-of-00005.safetensors",
|
274 |
+
"decoder.block.5.layer.0.SelfAttention.o.weight": "model-00003-of-00005.safetensors",
|
275 |
+
"decoder.block.5.layer.0.SelfAttention.q.weight": "model-00003-of-00005.safetensors",
|
276 |
+
"decoder.block.5.layer.0.SelfAttention.v.weight": "model-00003-of-00005.safetensors",
|
277 |
+
"decoder.block.5.layer.0.layer_norm.weight": "model-00003-of-00005.safetensors",
|
278 |
+
"decoder.block.5.layer.1.EncDecAttention.k.weight": "model-00003-of-00005.safetensors",
|
279 |
+
"decoder.block.5.layer.1.EncDecAttention.o.weight": "model-00003-of-00005.safetensors",
|
280 |
+
"decoder.block.5.layer.1.EncDecAttention.q.weight": "model-00003-of-00005.safetensors",
|
281 |
+
"decoder.block.5.layer.1.EncDecAttention.v.weight": "model-00003-of-00005.safetensors",
|
282 |
+
"decoder.block.5.layer.1.layer_norm.weight": "model-00003-of-00005.safetensors",
|
283 |
+
"decoder.block.5.layer.2.DenseReluDense.wi_0.weight": "model-00003-of-00005.safetensors",
|
284 |
+
"decoder.block.5.layer.2.DenseReluDense.wi_1.weight": "model-00003-of-00005.safetensors",
|
285 |
+
"decoder.block.5.layer.2.DenseReluDense.wo.weight": "model-00003-of-00005.safetensors",
|
286 |
+
"decoder.block.5.layer.2.layer_norm.weight": "model-00003-of-00005.safetensors",
|
287 |
+
"decoder.block.6.layer.0.SelfAttention.k.weight": "model-00003-of-00005.safetensors",
|
288 |
+
"decoder.block.6.layer.0.SelfAttention.o.weight": "model-00003-of-00005.safetensors",
|
289 |
+
"decoder.block.6.layer.0.SelfAttention.q.weight": "model-00003-of-00005.safetensors",
|
290 |
+
"decoder.block.6.layer.0.SelfAttention.v.weight": "model-00003-of-00005.safetensors",
|
291 |
+
"decoder.block.6.layer.0.layer_norm.weight": "model-00003-of-00005.safetensors",
|
292 |
+
"decoder.block.6.layer.1.EncDecAttention.k.weight": "model-00003-of-00005.safetensors",
|
293 |
+
"decoder.block.6.layer.1.EncDecAttention.o.weight": "model-00003-of-00005.safetensors",
|
294 |
+
"decoder.block.6.layer.1.EncDecAttention.q.weight": "model-00003-of-00005.safetensors",
|
295 |
+
"decoder.block.6.layer.1.EncDecAttention.v.weight": "model-00003-of-00005.safetensors",
|
296 |
+
"decoder.block.6.layer.1.layer_norm.weight": "model-00003-of-00005.safetensors",
|
297 |
+
"decoder.block.6.layer.2.DenseReluDense.wi_0.weight": "model-00003-of-00005.safetensors",
|
298 |
+
"decoder.block.6.layer.2.DenseReluDense.wi_1.weight": "model-00003-of-00005.safetensors",
|
299 |
+
"decoder.block.6.layer.2.DenseReluDense.wo.weight": "model-00003-of-00005.safetensors",
|
300 |
+
"decoder.block.6.layer.2.layer_norm.weight": "model-00003-of-00005.safetensors",
|
301 |
+
"decoder.block.7.layer.0.SelfAttention.k.weight": "model-00003-of-00005.safetensors",
|
302 |
+
"decoder.block.7.layer.0.SelfAttention.o.weight": "model-00003-of-00005.safetensors",
|
303 |
+
"decoder.block.7.layer.0.SelfAttention.q.weight": "model-00003-of-00005.safetensors",
|
304 |
+
"decoder.block.7.layer.0.SelfAttention.v.weight": "model-00003-of-00005.safetensors",
|
305 |
+
"decoder.block.7.layer.0.layer_norm.weight": "model-00003-of-00005.safetensors",
|
306 |
+
"decoder.block.7.layer.1.EncDecAttention.k.weight": "model-00003-of-00005.safetensors",
|
307 |
+
"decoder.block.7.layer.1.EncDecAttention.o.weight": "model-00003-of-00005.safetensors",
|
308 |
+
"decoder.block.7.layer.1.EncDecAttention.q.weight": "model-00003-of-00005.safetensors",
|
309 |
+
"decoder.block.7.layer.1.EncDecAttention.v.weight": "model-00003-of-00005.safetensors",
|
310 |
+
"decoder.block.7.layer.1.layer_norm.weight": "model-00003-of-00005.safetensors",
|
311 |
+
"decoder.block.7.layer.2.DenseReluDense.wi_0.weight": "model-00003-of-00005.safetensors",
|
312 |
+
"decoder.block.7.layer.2.DenseReluDense.wi_1.weight": "model-00003-of-00005.safetensors",
|
313 |
+
"decoder.block.7.layer.2.DenseReluDense.wo.weight": "model-00003-of-00005.safetensors",
|
314 |
+
"decoder.block.7.layer.2.layer_norm.weight": "model-00003-of-00005.safetensors",
|
315 |
+
"decoder.block.8.layer.0.SelfAttention.k.weight": "model-00003-of-00005.safetensors",
|
316 |
+
"decoder.block.8.layer.0.SelfAttention.o.weight": "model-00003-of-00005.safetensors",
|
317 |
+
"decoder.block.8.layer.0.SelfAttention.q.weight": "model-00003-of-00005.safetensors",
|
318 |
+
"decoder.block.8.layer.0.SelfAttention.v.weight": "model-00003-of-00005.safetensors",
|
319 |
+
"decoder.block.8.layer.0.layer_norm.weight": "model-00003-of-00005.safetensors",
|
320 |
+
"decoder.block.8.layer.1.EncDecAttention.k.weight": "model-00003-of-00005.safetensors",
|
321 |
+
"decoder.block.8.layer.1.EncDecAttention.o.weight": "model-00003-of-00005.safetensors",
|
322 |
+
"decoder.block.8.layer.1.EncDecAttention.q.weight": "model-00003-of-00005.safetensors",
|
323 |
+
"decoder.block.8.layer.1.EncDecAttention.v.weight": "model-00003-of-00005.safetensors",
|
324 |
+
"decoder.block.8.layer.1.layer_norm.weight": "model-00003-of-00005.safetensors",
|
325 |
+
"decoder.block.8.layer.2.DenseReluDense.wi_0.weight": "model-00003-of-00005.safetensors",
|
326 |
+
"decoder.block.8.layer.2.DenseReluDense.wi_1.weight": "model-00003-of-00005.safetensors",
|
327 |
+
"decoder.block.8.layer.2.DenseReluDense.wo.weight": "model-00003-of-00005.safetensors",
|
328 |
+
"decoder.block.8.layer.2.layer_norm.weight": "model-00003-of-00005.safetensors",
|
329 |
+
"decoder.block.9.layer.0.SelfAttention.k.weight": "model-00004-of-00005.safetensors",
|
330 |
+
"decoder.block.9.layer.0.SelfAttention.o.weight": "model-00004-of-00005.safetensors",
|
331 |
+
"decoder.block.9.layer.0.SelfAttention.q.weight": "model-00003-of-00005.safetensors",
|
332 |
+
"decoder.block.9.layer.0.SelfAttention.v.weight": "model-00004-of-00005.safetensors",
|
333 |
+
"decoder.block.9.layer.0.layer_norm.weight": "model-00004-of-00005.safetensors",
|
334 |
+
"decoder.block.9.layer.1.EncDecAttention.k.weight": "model-00004-of-00005.safetensors",
|
335 |
+
"decoder.block.9.layer.1.EncDecAttention.o.weight": "model-00004-of-00005.safetensors",
|
336 |
+
"decoder.block.9.layer.1.EncDecAttention.q.weight": "model-00004-of-00005.safetensors",
|
337 |
+
"decoder.block.9.layer.1.EncDecAttention.v.weight": "model-00004-of-00005.safetensors",
|
338 |
+
"decoder.block.9.layer.1.layer_norm.weight": "model-00004-of-00005.safetensors",
|
339 |
+
"decoder.block.9.layer.2.DenseReluDense.wi_0.weight": "model-00004-of-00005.safetensors",
|
340 |
+
"decoder.block.9.layer.2.DenseReluDense.wi_1.weight": "model-00004-of-00005.safetensors",
|
341 |
+
"decoder.block.9.layer.2.DenseReluDense.wo.weight": "model-00004-of-00005.safetensors",
|
342 |
+
"decoder.block.9.layer.2.layer_norm.weight": "model-00004-of-00005.safetensors",
|
343 |
+
"decoder.embed_tokens.weight": "model-00003-of-00005.safetensors",
|
344 |
+
"decoder.final_layer_norm.weight": "model-00005-of-00005.safetensors",
|
345 |
+
"encoder.block.0.layer.0.SelfAttention.k.weight": "model-00001-of-00005.safetensors",
|
346 |
+
"encoder.block.0.layer.0.SelfAttention.o.weight": "model-00001-of-00005.safetensors",
|
347 |
+
"encoder.block.0.layer.0.SelfAttention.q.weight": "model-00001-of-00005.safetensors",
|
348 |
+
"encoder.block.0.layer.0.SelfAttention.relative_attention_bias.weight": "model-00001-of-00005.safetensors",
|
349 |
+
"encoder.block.0.layer.0.SelfAttention.v.weight": "model-00001-of-00005.safetensors",
|
350 |
+
"encoder.block.0.layer.0.layer_norm.weight": "model-00001-of-00005.safetensors",
|
351 |
+
"encoder.block.0.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00005.safetensors",
|
352 |
+
"encoder.block.0.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00005.safetensors",
|
353 |
+
"encoder.block.0.layer.1.DenseReluDense.wo.weight": "model-00001-of-00005.safetensors",
|
354 |
+
"encoder.block.0.layer.1.layer_norm.weight": "model-00001-of-00005.safetensors",
|
355 |
+
"encoder.block.1.layer.0.SelfAttention.k.weight": "model-00001-of-00005.safetensors",
|
356 |
+
"encoder.block.1.layer.0.SelfAttention.o.weight": "model-00001-of-00005.safetensors",
|
357 |
+
"encoder.block.1.layer.0.SelfAttention.q.weight": "model-00001-of-00005.safetensors",
|
358 |
+
"encoder.block.1.layer.0.SelfAttention.v.weight": "model-00001-of-00005.safetensors",
|
359 |
+
"encoder.block.1.layer.0.layer_norm.weight": "model-00001-of-00005.safetensors",
|
360 |
+
"encoder.block.1.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00005.safetensors",
|
361 |
+
"encoder.block.1.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00005.safetensors",
|
362 |
+
"encoder.block.1.layer.1.DenseReluDense.wo.weight": "model-00001-of-00005.safetensors",
|
363 |
+
"encoder.block.1.layer.1.layer_norm.weight": "model-00001-of-00005.safetensors",
|
364 |
+
"encoder.block.10.layer.0.SelfAttention.k.weight": "model-00001-of-00005.safetensors",
|
365 |
+
"encoder.block.10.layer.0.SelfAttention.o.weight": "model-00001-of-00005.safetensors",
|
366 |
+
"encoder.block.10.layer.0.SelfAttention.q.weight": "model-00001-of-00005.safetensors",
|
367 |
+
"encoder.block.10.layer.0.SelfAttention.v.weight": "model-00001-of-00005.safetensors",
|
368 |
+
"encoder.block.10.layer.0.layer_norm.weight": "model-00001-of-00005.safetensors",
|
369 |
+
"encoder.block.10.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00005.safetensors",
|
370 |
+
"encoder.block.10.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00005.safetensors",
|
371 |
+
"encoder.block.10.layer.1.DenseReluDense.wo.weight": "model-00001-of-00005.safetensors",
|
372 |
+
"encoder.block.10.layer.1.layer_norm.weight": "model-00001-of-00005.safetensors",
|
373 |
+
"encoder.block.11.layer.0.SelfAttention.k.weight": "model-00001-of-00005.safetensors",
|
374 |
+
"encoder.block.11.layer.0.SelfAttention.o.weight": "model-00001-of-00005.safetensors",
|
375 |
+
"encoder.block.11.layer.0.SelfAttention.q.weight": "model-00001-of-00005.safetensors",
|
376 |
+
"encoder.block.11.layer.0.SelfAttention.v.weight": "model-00001-of-00005.safetensors",
|
377 |
+
"encoder.block.11.layer.0.layer_norm.weight": "model-00001-of-00005.safetensors",
|
378 |
+
"encoder.block.11.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00005.safetensors",
|
379 |
+
"encoder.block.11.layer.1.DenseReluDense.wi_1.weight": "model-00002-of-00005.safetensors",
|
380 |
+
"encoder.block.11.layer.1.DenseReluDense.wo.weight": "model-00002-of-00005.safetensors",
|
381 |
+
"encoder.block.11.layer.1.layer_norm.weight": "model-00002-of-00005.safetensors",
|
382 |
+
"encoder.block.12.layer.0.SelfAttention.k.weight": "model-00002-of-00005.safetensors",
|
383 |
+
"encoder.block.12.layer.0.SelfAttention.o.weight": "model-00002-of-00005.safetensors",
|
384 |
+
"encoder.block.12.layer.0.SelfAttention.q.weight": "model-00002-of-00005.safetensors",
|
385 |
+
"encoder.block.12.layer.0.SelfAttention.v.weight": "model-00002-of-00005.safetensors",
|
386 |
+
"encoder.block.12.layer.0.layer_norm.weight": "model-00002-of-00005.safetensors",
|
387 |
+
"encoder.block.12.layer.1.DenseReluDense.wi_0.weight": "model-00002-of-00005.safetensors",
|
388 |
+
"encoder.block.12.layer.1.DenseReluDense.wi_1.weight": "model-00002-of-00005.safetensors",
|
389 |
+
"encoder.block.12.layer.1.DenseReluDense.wo.weight": "model-00002-of-00005.safetensors",
|
390 |
+
"encoder.block.12.layer.1.layer_norm.weight": "model-00002-of-00005.safetensors",
|
391 |
+
"encoder.block.13.layer.0.SelfAttention.k.weight": "model-00002-of-00005.safetensors",
|
392 |
+
"encoder.block.13.layer.0.SelfAttention.o.weight": "model-00002-of-00005.safetensors",
|
393 |
+
"encoder.block.13.layer.0.SelfAttention.q.weight": "model-00002-of-00005.safetensors",
|
394 |
+
"encoder.block.13.layer.0.SelfAttention.v.weight": "model-00002-of-00005.safetensors",
|
395 |
+
"encoder.block.13.layer.0.layer_norm.weight": "model-00002-of-00005.safetensors",
|
396 |
+
"encoder.block.13.layer.1.DenseReluDense.wi_0.weight": "model-00002-of-00005.safetensors",
|
397 |
+
"encoder.block.13.layer.1.DenseReluDense.wi_1.weight": "model-00002-of-00005.safetensors",
|
398 |
+
"encoder.block.13.layer.1.DenseReluDense.wo.weight": "model-00002-of-00005.safetensors",
|
399 |
+
"encoder.block.13.layer.1.layer_norm.weight": "model-00002-of-00005.safetensors",
|
400 |
+
"encoder.block.14.layer.0.SelfAttention.k.weight": "model-00002-of-00005.safetensors",
|
401 |
+
"encoder.block.14.layer.0.SelfAttention.o.weight": "model-00002-of-00005.safetensors",
|
402 |
+
"encoder.block.14.layer.0.SelfAttention.q.weight": "model-00002-of-00005.safetensors",
|
403 |
+
"encoder.block.14.layer.0.SelfAttention.v.weight": "model-00002-of-00005.safetensors",
|
404 |
+
"encoder.block.14.layer.0.layer_norm.weight": "model-00002-of-00005.safetensors",
|
405 |
+
"encoder.block.14.layer.1.DenseReluDense.wi_0.weight": "model-00002-of-00005.safetensors",
|
406 |
+
"encoder.block.14.layer.1.DenseReluDense.wi_1.weight": "model-00002-of-00005.safetensors",
|
407 |
+
"encoder.block.14.layer.1.DenseReluDense.wo.weight": "model-00002-of-00005.safetensors",
|
408 |
+
"encoder.block.14.layer.1.layer_norm.weight": "model-00002-of-00005.safetensors",
|
409 |
+
"encoder.block.15.layer.0.SelfAttention.k.weight": "model-00002-of-00005.safetensors",
|
410 |
+
"encoder.block.15.layer.0.SelfAttention.o.weight": "model-00002-of-00005.safetensors",
|
411 |
+
"encoder.block.15.layer.0.SelfAttention.q.weight": "model-00002-of-00005.safetensors",
|
412 |
+
"encoder.block.15.layer.0.SelfAttention.v.weight": "model-00002-of-00005.safetensors",
|
413 |
+
"encoder.block.15.layer.0.layer_norm.weight": "model-00002-of-00005.safetensors",
|
414 |
+
"encoder.block.15.layer.1.DenseReluDense.wi_0.weight": "model-00002-of-00005.safetensors",
|
415 |
+
"encoder.block.15.layer.1.DenseReluDense.wi_1.weight": "model-00002-of-00005.safetensors",
|
416 |
+
"encoder.block.15.layer.1.DenseReluDense.wo.weight": "model-00002-of-00005.safetensors",
|
417 |
+
"encoder.block.15.layer.1.layer_norm.weight": "model-00002-of-00005.safetensors",
|
418 |
+
"encoder.block.16.layer.0.SelfAttention.k.weight": "model-00002-of-00005.safetensors",
|
419 |
+
"encoder.block.16.layer.0.SelfAttention.o.weight": "model-00002-of-00005.safetensors",
|
420 |
+
"encoder.block.16.layer.0.SelfAttention.q.weight": "model-00002-of-00005.safetensors",
|
421 |
+
"encoder.block.16.layer.0.SelfAttention.v.weight": "model-00002-of-00005.safetensors",
|
422 |
+
"encoder.block.16.layer.0.layer_norm.weight": "model-00002-of-00005.safetensors",
|
423 |
+
"encoder.block.16.layer.1.DenseReluDense.wi_0.weight": "model-00002-of-00005.safetensors",
|
424 |
+
"encoder.block.16.layer.1.DenseReluDense.wi_1.weight": "model-00002-of-00005.safetensors",
|
425 |
+
"encoder.block.16.layer.1.DenseReluDense.wo.weight": "model-00002-of-00005.safetensors",
|
426 |
+
"encoder.block.16.layer.1.layer_norm.weight": "model-00002-of-00005.safetensors",
|
427 |
+
"encoder.block.17.layer.0.SelfAttention.k.weight": "model-00002-of-00005.safetensors",
|
428 |
+
"encoder.block.17.layer.0.SelfAttention.o.weight": "model-00002-of-00005.safetensors",
|
429 |
+
"encoder.block.17.layer.0.SelfAttention.q.weight": "model-00002-of-00005.safetensors",
|
430 |
+
"encoder.block.17.layer.0.SelfAttention.v.weight": "model-00002-of-00005.safetensors",
|
431 |
+
"encoder.block.17.layer.0.layer_norm.weight": "model-00002-of-00005.safetensors",
|
432 |
+
"encoder.block.17.layer.1.DenseReluDense.wi_0.weight": "model-00002-of-00005.safetensors",
|
433 |
+
"encoder.block.17.layer.1.DenseReluDense.wi_1.weight": "model-00002-of-00005.safetensors",
|
434 |
+
"encoder.block.17.layer.1.DenseReluDense.wo.weight": "model-00002-of-00005.safetensors",
|
435 |
+
"encoder.block.17.layer.1.layer_norm.weight": "model-00002-of-00005.safetensors",
|
436 |
+
"encoder.block.18.layer.0.SelfAttention.k.weight": "model-00002-of-00005.safetensors",
|
437 |
+
"encoder.block.18.layer.0.SelfAttention.o.weight": "model-00002-of-00005.safetensors",
|
438 |
+
"encoder.block.18.layer.0.SelfAttention.q.weight": "model-00002-of-00005.safetensors",
|
439 |
+
"encoder.block.18.layer.0.SelfAttention.v.weight": "model-00002-of-00005.safetensors",
|
440 |
+
"encoder.block.18.layer.0.layer_norm.weight": "model-00002-of-00005.safetensors",
|
441 |
+
"encoder.block.18.layer.1.DenseReluDense.wi_0.weight": "model-00002-of-00005.safetensors",
|
442 |
+
"encoder.block.18.layer.1.DenseReluDense.wi_1.weight": "model-00002-of-00005.safetensors",
|
443 |
+
"encoder.block.18.layer.1.DenseReluDense.wo.weight": "model-00002-of-00005.safetensors",
|
444 |
+
"encoder.block.18.layer.1.layer_norm.weight": "model-00002-of-00005.safetensors",
|
445 |
+
"encoder.block.19.layer.0.SelfAttention.k.weight": "model-00002-of-00005.safetensors",
|
446 |
+
"encoder.block.19.layer.0.SelfAttention.o.weight": "model-00002-of-00005.safetensors",
|
447 |
+
"encoder.block.19.layer.0.SelfAttention.q.weight": "model-00002-of-00005.safetensors",
|
448 |
+
"encoder.block.19.layer.0.SelfAttention.v.weight": "model-00002-of-00005.safetensors",
|
449 |
+
"encoder.block.19.layer.0.layer_norm.weight": "model-00002-of-00005.safetensors",
|
450 |
+
"encoder.block.19.layer.1.DenseReluDense.wi_0.weight": "model-00002-of-00005.safetensors",
|
451 |
+
"encoder.block.19.layer.1.DenseReluDense.wi_1.weight": "model-00002-of-00005.safetensors",
|
452 |
+
"encoder.block.19.layer.1.DenseReluDense.wo.weight": "model-00002-of-00005.safetensors",
|
453 |
+
"encoder.block.19.layer.1.layer_norm.weight": "model-00002-of-00005.safetensors",
|
454 |
+
"encoder.block.2.layer.0.SelfAttention.k.weight": "model-00001-of-00005.safetensors",
|
455 |
+
"encoder.block.2.layer.0.SelfAttention.o.weight": "model-00001-of-00005.safetensors",
|
456 |
+
"encoder.block.2.layer.0.SelfAttention.q.weight": "model-00001-of-00005.safetensors",
|
457 |
+
"encoder.block.2.layer.0.SelfAttention.v.weight": "model-00001-of-00005.safetensors",
|
458 |
+
"encoder.block.2.layer.0.layer_norm.weight": "model-00001-of-00005.safetensors",
|
459 |
+
"encoder.block.2.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00005.safetensors",
|
460 |
+
"encoder.block.2.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00005.safetensors",
|
461 |
+
"encoder.block.2.layer.1.DenseReluDense.wo.weight": "model-00001-of-00005.safetensors",
|
462 |
+
"encoder.block.2.layer.1.layer_norm.weight": "model-00001-of-00005.safetensors",
|
463 |
+
"encoder.block.20.layer.0.SelfAttention.k.weight": "model-00002-of-00005.safetensors",
|
464 |
+
"encoder.block.20.layer.0.SelfAttention.o.weight": "model-00002-of-00005.safetensors",
|
465 |
+
"encoder.block.20.layer.0.SelfAttention.q.weight": "model-00002-of-00005.safetensors",
|
466 |
+
"encoder.block.20.layer.0.SelfAttention.v.weight": "model-00002-of-00005.safetensors",
|
467 |
+
"encoder.block.20.layer.0.layer_norm.weight": "model-00002-of-00005.safetensors",
|
468 |
+
"encoder.block.20.layer.1.DenseReluDense.wi_0.weight": "model-00002-of-00005.safetensors",
|
469 |
+
"encoder.block.20.layer.1.DenseReluDense.wi_1.weight": "model-00002-of-00005.safetensors",
|
470 |
+
"encoder.block.20.layer.1.DenseReluDense.wo.weight": "model-00002-of-00005.safetensors",
|
471 |
+
"encoder.block.20.layer.1.layer_norm.weight": "model-00002-of-00005.safetensors",
|
472 |
+
"encoder.block.21.layer.0.SelfAttention.k.weight": "model-00002-of-00005.safetensors",
|
473 |
+
"encoder.block.21.layer.0.SelfAttention.o.weight": "model-00002-of-00005.safetensors",
|
474 |
+
"encoder.block.21.layer.0.SelfAttention.q.weight": "model-00002-of-00005.safetensors",
|
475 |
+
"encoder.block.21.layer.0.SelfAttention.v.weight": "model-00002-of-00005.safetensors",
|
476 |
+
"encoder.block.21.layer.0.layer_norm.weight": "model-00002-of-00005.safetensors",
|
477 |
+
"encoder.block.21.layer.1.DenseReluDense.wi_0.weight": "model-00002-of-00005.safetensors",
|
478 |
+
"encoder.block.21.layer.1.DenseReluDense.wi_1.weight": "model-00002-of-00005.safetensors",
|
479 |
+
"encoder.block.21.layer.1.DenseReluDense.wo.weight": "model-00002-of-00005.safetensors",
|
480 |
+
"encoder.block.21.layer.1.layer_norm.weight": "model-00002-of-00005.safetensors",
|
481 |
+
"encoder.block.22.layer.0.SelfAttention.k.weight": "model-00002-of-00005.safetensors",
|
482 |
+
"encoder.block.22.layer.0.SelfAttention.o.weight": "model-00002-of-00005.safetensors",
|
483 |
+
"encoder.block.22.layer.0.SelfAttention.q.weight": "model-00002-of-00005.safetensors",
|
484 |
+
"encoder.block.22.layer.0.SelfAttention.v.weight": "model-00002-of-00005.safetensors",
|
485 |
+
"encoder.block.22.layer.0.layer_norm.weight": "model-00002-of-00005.safetensors",
|
486 |
+
"encoder.block.22.layer.1.DenseReluDense.wi_0.weight": "model-00002-of-00005.safetensors",
|
487 |
+
"encoder.block.22.layer.1.DenseReluDense.wi_1.weight": "model-00002-of-00005.safetensors",
|
488 |
+
"encoder.block.22.layer.1.DenseReluDense.wo.weight": "model-00002-of-00005.safetensors",
|
489 |
+
"encoder.block.22.layer.1.layer_norm.weight": "model-00002-of-00005.safetensors",
|
490 |
+
"encoder.block.23.layer.0.SelfAttention.k.weight": "model-00002-of-00005.safetensors",
|
491 |
+
"encoder.block.23.layer.0.SelfAttention.o.weight": "model-00002-of-00005.safetensors",
|
492 |
+
"encoder.block.23.layer.0.SelfAttention.q.weight": "model-00002-of-00005.safetensors",
|
493 |
+
"encoder.block.23.layer.0.SelfAttention.v.weight": "model-00002-of-00005.safetensors",
|
494 |
+
"encoder.block.23.layer.0.layer_norm.weight": "model-00002-of-00005.safetensors",
|
495 |
+
"encoder.block.23.layer.1.DenseReluDense.wi_0.weight": "model-00002-of-00005.safetensors",
|
496 |
+
"encoder.block.23.layer.1.DenseReluDense.wi_1.weight": "model-00002-of-00005.safetensors",
|
497 |
+
"encoder.block.23.layer.1.DenseReluDense.wo.weight": "model-00002-of-00005.safetensors",
|
498 |
+
"encoder.block.23.layer.1.layer_norm.weight": "model-00002-of-00005.safetensors",
|
499 |
+
"encoder.block.3.layer.0.SelfAttention.k.weight": "model-00001-of-00005.safetensors",
|
500 |
+
"encoder.block.3.layer.0.SelfAttention.o.weight": "model-00001-of-00005.safetensors",
|
501 |
+
"encoder.block.3.layer.0.SelfAttention.q.weight": "model-00001-of-00005.safetensors",
|
502 |
+
"encoder.block.3.layer.0.SelfAttention.v.weight": "model-00001-of-00005.safetensors",
|
503 |
+
"encoder.block.3.layer.0.layer_norm.weight": "model-00001-of-00005.safetensors",
|
504 |
+
"encoder.block.3.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00005.safetensors",
|
505 |
+
"encoder.block.3.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00005.safetensors",
|
506 |
+
"encoder.block.3.layer.1.DenseReluDense.wo.weight": "model-00001-of-00005.safetensors",
|
507 |
+
"encoder.block.3.layer.1.layer_norm.weight": "model-00001-of-00005.safetensors",
|
508 |
+
"encoder.block.4.layer.0.SelfAttention.k.weight": "model-00001-of-00005.safetensors",
|
509 |
+
"encoder.block.4.layer.0.SelfAttention.o.weight": "model-00001-of-00005.safetensors",
|
510 |
+
"encoder.block.4.layer.0.SelfAttention.q.weight": "model-00001-of-00005.safetensors",
|
511 |
+
"encoder.block.4.layer.0.SelfAttention.v.weight": "model-00001-of-00005.safetensors",
|
512 |
+
"encoder.block.4.layer.0.layer_norm.weight": "model-00001-of-00005.safetensors",
|
513 |
+
"encoder.block.4.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00005.safetensors",
|
514 |
+
"encoder.block.4.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00005.safetensors",
|
515 |
+
"encoder.block.4.layer.1.DenseReluDense.wo.weight": "model-00001-of-00005.safetensors",
|
516 |
+
"encoder.block.4.layer.1.layer_norm.weight": "model-00001-of-00005.safetensors",
|
517 |
+
"encoder.block.5.layer.0.SelfAttention.k.weight": "model-00001-of-00005.safetensors",
|
518 |
+
"encoder.block.5.layer.0.SelfAttention.o.weight": "model-00001-of-00005.safetensors",
|
519 |
+
"encoder.block.5.layer.0.SelfAttention.q.weight": "model-00001-of-00005.safetensors",
|
520 |
+
"encoder.block.5.layer.0.SelfAttention.v.weight": "model-00001-of-00005.safetensors",
|
521 |
+
"encoder.block.5.layer.0.layer_norm.weight": "model-00001-of-00005.safetensors",
|
522 |
+
"encoder.block.5.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00005.safetensors",
|
523 |
+
"encoder.block.5.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00005.safetensors",
|
524 |
+
"encoder.block.5.layer.1.DenseReluDense.wo.weight": "model-00001-of-00005.safetensors",
|
525 |
+
"encoder.block.5.layer.1.layer_norm.weight": "model-00001-of-00005.safetensors",
|
526 |
+
"encoder.block.6.layer.0.SelfAttention.k.weight": "model-00001-of-00005.safetensors",
|
527 |
+
"encoder.block.6.layer.0.SelfAttention.o.weight": "model-00001-of-00005.safetensors",
|
528 |
+
"encoder.block.6.layer.0.SelfAttention.q.weight": "model-00001-of-00005.safetensors",
|
529 |
+
"encoder.block.6.layer.0.SelfAttention.v.weight": "model-00001-of-00005.safetensors",
|
530 |
+
"encoder.block.6.layer.0.layer_norm.weight": "model-00001-of-00005.safetensors",
|
531 |
+
"encoder.block.6.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00005.safetensors",
|
532 |
+
"encoder.block.6.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00005.safetensors",
|
533 |
+
"encoder.block.6.layer.1.DenseReluDense.wo.weight": "model-00001-of-00005.safetensors",
|
534 |
+
"encoder.block.6.layer.1.layer_norm.weight": "model-00001-of-00005.safetensors",
|
535 |
+
"encoder.block.7.layer.0.SelfAttention.k.weight": "model-00001-of-00005.safetensors",
|
536 |
+
"encoder.block.7.layer.0.SelfAttention.o.weight": "model-00001-of-00005.safetensors",
|
537 |
+
"encoder.block.7.layer.0.SelfAttention.q.weight": "model-00001-of-00005.safetensors",
|
538 |
+
"encoder.block.7.layer.0.SelfAttention.v.weight": "model-00001-of-00005.safetensors",
|
539 |
+
"encoder.block.7.layer.0.layer_norm.weight": "model-00001-of-00005.safetensors",
|
540 |
+
"encoder.block.7.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00005.safetensors",
|
541 |
+
"encoder.block.7.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00005.safetensors",
|
542 |
+
"encoder.block.7.layer.1.DenseReluDense.wo.weight": "model-00001-of-00005.safetensors",
|
543 |
+
"encoder.block.7.layer.1.layer_norm.weight": "model-00001-of-00005.safetensors",
|
544 |
+
"encoder.block.8.layer.0.SelfAttention.k.weight": "model-00001-of-00005.safetensors",
|
545 |
+
"encoder.block.8.layer.0.SelfAttention.o.weight": "model-00001-of-00005.safetensors",
|
546 |
+
"encoder.block.8.layer.0.SelfAttention.q.weight": "model-00001-of-00005.safetensors",
|
547 |
+
"encoder.block.8.layer.0.SelfAttention.v.weight": "model-00001-of-00005.safetensors",
|
548 |
+
"encoder.block.8.layer.0.layer_norm.weight": "model-00001-of-00005.safetensors",
|
549 |
+
"encoder.block.8.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00005.safetensors",
|
550 |
+
"encoder.block.8.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00005.safetensors",
|
551 |
+
"encoder.block.8.layer.1.DenseReluDense.wo.weight": "model-00001-of-00005.safetensors",
|
552 |
+
"encoder.block.8.layer.1.layer_norm.weight": "model-00001-of-00005.safetensors",
|
553 |
+
"encoder.block.9.layer.0.SelfAttention.k.weight": "model-00001-of-00005.safetensors",
|
554 |
+
"encoder.block.9.layer.0.SelfAttention.o.weight": "model-00001-of-00005.safetensors",
|
555 |
+
"encoder.block.9.layer.0.SelfAttention.q.weight": "model-00001-of-00005.safetensors",
|
556 |
+
"encoder.block.9.layer.0.SelfAttention.v.weight": "model-00001-of-00005.safetensors",
|
557 |
+
"encoder.block.9.layer.0.layer_norm.weight": "model-00001-of-00005.safetensors",
|
558 |
+
"encoder.block.9.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00005.safetensors",
|
559 |
+
"encoder.block.9.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00005.safetensors",
|
560 |
+
"encoder.block.9.layer.1.DenseReluDense.wo.weight": "model-00001-of-00005.safetensors",
|
561 |
+
"encoder.block.9.layer.1.layer_norm.weight": "model-00001-of-00005.safetensors",
|
562 |
+
"encoder.embed_tokens.weight": "model-00001-of-00005.safetensors",
|
563 |
+
"encoder.final_layer_norm.weight": "model-00002-of-00005.safetensors",
|
564 |
+
"lm_head.weight": "model-00005-of-00005.safetensors",
|
565 |
+
"shared.weight": "model-00001-of-00005.safetensors"
|
566 |
+
}
|
567 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,107 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<extra_id_0>",
|
4 |
+
"<extra_id_1>",
|
5 |
+
"<extra_id_2>",
|
6 |
+
"<extra_id_3>",
|
7 |
+
"<extra_id_4>",
|
8 |
+
"<extra_id_5>",
|
9 |
+
"<extra_id_6>",
|
10 |
+
"<extra_id_7>",
|
11 |
+
"<extra_id_8>",
|
12 |
+
"<extra_id_9>",
|
13 |
+
"<extra_id_10>",
|
14 |
+
"<extra_id_11>",
|
15 |
+
"<extra_id_12>",
|
16 |
+
"<extra_id_13>",
|
17 |
+
"<extra_id_14>",
|
18 |
+
"<extra_id_15>",
|
19 |
+
"<extra_id_16>",
|
20 |
+
"<extra_id_17>",
|
21 |
+
"<extra_id_18>",
|
22 |
+
"<extra_id_19>",
|
23 |
+
"<extra_id_20>",
|
24 |
+
"<extra_id_21>",
|
25 |
+
"<extra_id_22>",
|
26 |
+
"<extra_id_23>",
|
27 |
+
"<extra_id_24>",
|
28 |
+
"<extra_id_25>",
|
29 |
+
"<extra_id_26>",
|
30 |
+
"<extra_id_27>",
|
31 |
+
"<extra_id_28>",
|
32 |
+
"<extra_id_29>",
|
33 |
+
"<extra_id_30>",
|
34 |
+
"<extra_id_31>",
|
35 |
+
"<extra_id_32>",
|
36 |
+
"<extra_id_33>",
|
37 |
+
"<extra_id_34>",
|
38 |
+
"<extra_id_35>",
|
39 |
+
"<extra_id_36>",
|
40 |
+
"<extra_id_37>",
|
41 |
+
"<extra_id_38>",
|
42 |
+
"<extra_id_39>",
|
43 |
+
"<extra_id_40>",
|
44 |
+
"<extra_id_41>",
|
45 |
+
"<extra_id_42>",
|
46 |
+
"<extra_id_43>",
|
47 |
+
"<extra_id_44>",
|
48 |
+
"<extra_id_45>",
|
49 |
+
"<extra_id_46>",
|
50 |
+
"<extra_id_47>",
|
51 |
+
"<extra_id_48>",
|
52 |
+
"<extra_id_49>",
|
53 |
+
"<extra_id_50>",
|
54 |
+
"<extra_id_51>",
|
55 |
+
"<extra_id_52>",
|
56 |
+
"<extra_id_53>",
|
57 |
+
"<extra_id_54>",
|
58 |
+
"<extra_id_55>",
|
59 |
+
"<extra_id_56>",
|
60 |
+
"<extra_id_57>",
|
61 |
+
"<extra_id_58>",
|
62 |
+
"<extra_id_59>",
|
63 |
+
"<extra_id_60>",
|
64 |
+
"<extra_id_61>",
|
65 |
+
"<extra_id_62>",
|
66 |
+
"<extra_id_63>",
|
67 |
+
"<extra_id_64>",
|
68 |
+
"<extra_id_65>",
|
69 |
+
"<extra_id_66>",
|
70 |
+
"<extra_id_67>",
|
71 |
+
"<extra_id_68>",
|
72 |
+
"<extra_id_69>",
|
73 |
+
"<extra_id_70>",
|
74 |
+
"<extra_id_71>",
|
75 |
+
"<extra_id_72>",
|
76 |
+
"<extra_id_73>",
|
77 |
+
"<extra_id_74>",
|
78 |
+
"<extra_id_75>",
|
79 |
+
"<extra_id_76>",
|
80 |
+
"<extra_id_77>",
|
81 |
+
"<extra_id_78>",
|
82 |
+
"<extra_id_79>",
|
83 |
+
"<extra_id_80>",
|
84 |
+
"<extra_id_81>",
|
85 |
+
"<extra_id_82>",
|
86 |
+
"<extra_id_83>",
|
87 |
+
"<extra_id_84>",
|
88 |
+
"<extra_id_85>",
|
89 |
+
"<extra_id_86>",
|
90 |
+
"<extra_id_87>",
|
91 |
+
"<extra_id_88>",
|
92 |
+
"<extra_id_89>",
|
93 |
+
"<extra_id_90>",
|
94 |
+
"<extra_id_91>",
|
95 |
+
"<extra_id_92>",
|
96 |
+
"<extra_id_93>",
|
97 |
+
"<extra_id_94>",
|
98 |
+
"<extra_id_95>",
|
99 |
+
"<extra_id_96>",
|
100 |
+
"<extra_id_97>",
|
101 |
+
"<extra_id_98>",
|
102 |
+
"<extra_id_99>"
|
103 |
+
],
|
104 |
+
"eos_token": "</s>",
|
105 |
+
"pad_token": "<pad>",
|
106 |
+
"unk_token": "<unk>"
|
107 |
+
}
|
spiece.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d60acb128cf7b7f2536e8f38a5b18a05535c9e14c7a355904270e15b0945ea86
|
3 |
+
size 791656
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,113 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<extra_id_0>",
|
4 |
+
"<extra_id_1>",
|
5 |
+
"<extra_id_2>",
|
6 |
+
"<extra_id_3>",
|
7 |
+
"<extra_id_4>",
|
8 |
+
"<extra_id_5>",
|
9 |
+
"<extra_id_6>",
|
10 |
+
"<extra_id_7>",
|
11 |
+
"<extra_id_8>",
|
12 |
+
"<extra_id_9>",
|
13 |
+
"<extra_id_10>",
|
14 |
+
"<extra_id_11>",
|
15 |
+
"<extra_id_12>",
|
16 |
+
"<extra_id_13>",
|
17 |
+
"<extra_id_14>",
|
18 |
+
"<extra_id_15>",
|
19 |
+
"<extra_id_16>",
|
20 |
+
"<extra_id_17>",
|
21 |
+
"<extra_id_18>",
|
22 |
+
"<extra_id_19>",
|
23 |
+
"<extra_id_20>",
|
24 |
+
"<extra_id_21>",
|
25 |
+
"<extra_id_22>",
|
26 |
+
"<extra_id_23>",
|
27 |
+
"<extra_id_24>",
|
28 |
+
"<extra_id_25>",
|
29 |
+
"<extra_id_26>",
|
30 |
+
"<extra_id_27>",
|
31 |
+
"<extra_id_28>",
|
32 |
+
"<extra_id_29>",
|
33 |
+
"<extra_id_30>",
|
34 |
+
"<extra_id_31>",
|
35 |
+
"<extra_id_32>",
|
36 |
+
"<extra_id_33>",
|
37 |
+
"<extra_id_34>",
|
38 |
+
"<extra_id_35>",
|
39 |
+
"<extra_id_36>",
|
40 |
+
"<extra_id_37>",
|
41 |
+
"<extra_id_38>",
|
42 |
+
"<extra_id_39>",
|
43 |
+
"<extra_id_40>",
|
44 |
+
"<extra_id_41>",
|
45 |
+
"<extra_id_42>",
|
46 |
+
"<extra_id_43>",
|
47 |
+
"<extra_id_44>",
|
48 |
+
"<extra_id_45>",
|
49 |
+
"<extra_id_46>",
|
50 |
+
"<extra_id_47>",
|
51 |
+
"<extra_id_48>",
|
52 |
+
"<extra_id_49>",
|
53 |
+
"<extra_id_50>",
|
54 |
+
"<extra_id_51>",
|
55 |
+
"<extra_id_52>",
|
56 |
+
"<extra_id_53>",
|
57 |
+
"<extra_id_54>",
|
58 |
+
"<extra_id_55>",
|
59 |
+
"<extra_id_56>",
|
60 |
+
"<extra_id_57>",
|
61 |
+
"<extra_id_58>",
|
62 |
+
"<extra_id_59>",
|
63 |
+
"<extra_id_60>",
|
64 |
+
"<extra_id_61>",
|
65 |
+
"<extra_id_62>",
|
66 |
+
"<extra_id_63>",
|
67 |
+
"<extra_id_64>",
|
68 |
+
"<extra_id_65>",
|
69 |
+
"<extra_id_66>",
|
70 |
+
"<extra_id_67>",
|
71 |
+
"<extra_id_68>",
|
72 |
+
"<extra_id_69>",
|
73 |
+
"<extra_id_70>",
|
74 |
+
"<extra_id_71>",
|
75 |
+
"<extra_id_72>",
|
76 |
+
"<extra_id_73>",
|
77 |
+
"<extra_id_74>",
|
78 |
+
"<extra_id_75>",
|
79 |
+
"<extra_id_76>",
|
80 |
+
"<extra_id_77>",
|
81 |
+
"<extra_id_78>",
|
82 |
+
"<extra_id_79>",
|
83 |
+
"<extra_id_80>",
|
84 |
+
"<extra_id_81>",
|
85 |
+
"<extra_id_82>",
|
86 |
+
"<extra_id_83>",
|
87 |
+
"<extra_id_84>",
|
88 |
+
"<extra_id_85>",
|
89 |
+
"<extra_id_86>",
|
90 |
+
"<extra_id_87>",
|
91 |
+
"<extra_id_88>",
|
92 |
+
"<extra_id_89>",
|
93 |
+
"<extra_id_90>",
|
94 |
+
"<extra_id_91>",
|
95 |
+
"<extra_id_92>",
|
96 |
+
"<extra_id_93>",
|
97 |
+
"<extra_id_94>",
|
98 |
+
"<extra_id_95>",
|
99 |
+
"<extra_id_96>",
|
100 |
+
"<extra_id_97>",
|
101 |
+
"<extra_id_98>",
|
102 |
+
"<extra_id_99>"
|
103 |
+
],
|
104 |
+
"eos_token": "</s>",
|
105 |
+
"extra_ids": 100,
|
106 |
+
"model_max_length": 512,
|
107 |
+
"name_or_path": "google/t5-v1_1-small",
|
108 |
+
"pad_token": "<pad>",
|
109 |
+
"sp_model_kwargs": {},
|
110 |
+
"special_tokens_map_file": "/home/arthur_huggingface_co/.cache/huggingface/hub/models--google--t5-v1_1-small/snapshots/fb7e6cba609f7bab11c614294bc04f82f613c7b1/special_tokens_map.json",
|
111 |
+
"tokenizer_class": "T5Tokenizer",
|
112 |
+
"unk_token": "<unk>"
|
113 |
+
}
|