reach-vb HF staff sanchit-gandhi HF staff commited on
Commit
c822fdd
1 Parent(s): 2bd7882

Add HF Weights (#1)

Browse files

- Add transformers weights & configs (307532062a4929443248808b12ac47ec40da12c4)
- Add transformers weights & configs (914f3f1873b7e709d027d24adadc8b2e4e6a32db)
- Add transformers weights & configs (f0c61e0c2dbe460cbb727617b902fafba696aed5)


Co-authored-by: Sanchit Gandhi <sanchit-gandhi@users.noreply.huggingface.co>

config.json ADDED
@@ -0,0 +1,295 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "MusicgenForConditionalGeneration"
4
+ ],
5
+ "audio_encoder": {
6
+ "_name_or_path": "facebook/encodec_32khz",
7
+ "add_cross_attention": false,
8
+ "architectures": [
9
+ "EncodecModel"
10
+ ],
11
+ "audio_channels": 1,
12
+ "bad_words_ids": null,
13
+ "begin_suppress_tokens": null,
14
+ "bos_token_id": null,
15
+ "chunk_length_s": null,
16
+ "chunk_size_feed_forward": 0,
17
+ "codebook_dim": 128,
18
+ "codebook_size": 2048,
19
+ "compress": 2,
20
+ "cross_attention_hidden_size": null,
21
+ "decoder_start_token_id": null,
22
+ "dilation_growth_rate": 2,
23
+ "diversity_penalty": 0.0,
24
+ "do_sample": false,
25
+ "early_stopping": false,
26
+ "encoder_no_repeat_ngram_size": 0,
27
+ "eos_token_id": null,
28
+ "exponential_decay_length_penalty": null,
29
+ "finetuning_task": null,
30
+ "forced_bos_token_id": null,
31
+ "forced_eos_token_id": null,
32
+ "hidden_size": 128,
33
+ "id2label": {
34
+ "0": "LABEL_0",
35
+ "1": "LABEL_1"
36
+ },
37
+ "is_decoder": false,
38
+ "is_encoder_decoder": false,
39
+ "kernel_size": 7,
40
+ "label2id": {
41
+ "LABEL_0": 0,
42
+ "LABEL_1": 1
43
+ },
44
+ "last_kernel_size": 7,
45
+ "length_penalty": 1.0,
46
+ "max_length": 20,
47
+ "min_length": 0,
48
+ "model_type": "encodec",
49
+ "no_repeat_ngram_size": 0,
50
+ "norm_type": "weight_norm",
51
+ "normalize": false,
52
+ "num_beam_groups": 1,
53
+ "num_beams": 1,
54
+ "num_filters": 64,
55
+ "num_lstm_layers": 2,
56
+ "num_residual_layers": 1,
57
+ "num_return_sequences": 1,
58
+ "output_attentions": false,
59
+ "output_hidden_states": false,
60
+ "output_scores": false,
61
+ "overlap": null,
62
+ "pad_mode": "reflect",
63
+ "pad_token_id": null,
64
+ "prefix": null,
65
+ "problem_type": null,
66
+ "pruned_heads": {},
67
+ "remove_invalid_values": false,
68
+ "repetition_penalty": 1.0,
69
+ "residual_kernel_size": 3,
70
+ "return_dict": true,
71
+ "return_dict_in_generate": false,
72
+ "sampling_rate": 32000,
73
+ "sep_token_id": null,
74
+ "suppress_tokens": null,
75
+ "target_bandwidths": [
76
+ 2.2
77
+ ],
78
+ "task_specific_params": null,
79
+ "temperature": 1.0,
80
+ "tf_legacy_loss": false,
81
+ "tie_encoder_decoder": false,
82
+ "tie_word_embeddings": true,
83
+ "tokenizer_class": null,
84
+ "top_k": 50,
85
+ "top_p": 1.0,
86
+ "torch_dtype": "float32",
87
+ "torchscript": false,
88
+ "trim_right_ratio": 1.0,
89
+ "typical_p": 1.0,
90
+ "upsampling_ratios": [
91
+ 8,
92
+ 5,
93
+ 4,
94
+ 4
95
+ ],
96
+ "use_bfloat16": false,
97
+ "use_causal_conv": false,
98
+ "use_conv_shortcut": false
99
+ },
100
+ "decoder": {
101
+ "_name_or_path": "",
102
+ "activation_dropout": 0.0,
103
+ "activation_function": "gelu",
104
+ "add_cross_attention": false,
105
+ "architectures": null,
106
+ "attention_dropout": 0.0,
107
+ "audio_channels": 2,
108
+ "bad_words_ids": null,
109
+ "begin_suppress_tokens": null,
110
+ "bos_token_id": 2048,
111
+ "chunk_size_feed_forward": 0,
112
+ "cross_attention_hidden_size": null,
113
+ "decoder_start_token_id": null,
114
+ "diversity_penalty": 0.0,
115
+ "do_sample": false,
116
+ "dropout": 0.1,
117
+ "early_stopping": false,
118
+ "encoder_no_repeat_ngram_size": 0,
119
+ "eos_token_id": null,
120
+ "exponential_decay_length_penalty": null,
121
+ "ffn_dim": 6144,
122
+ "finetuning_task": null,
123
+ "forced_bos_token_id": null,
124
+ "forced_eos_token_id": null,
125
+ "hidden_size": 1536,
126
+ "id2label": {
127
+ "0": "LABEL_0",
128
+ "1": "LABEL_1"
129
+ },
130
+ "initializer_factor": 0.02,
131
+ "is_decoder": false,
132
+ "is_encoder_decoder": false,
133
+ "label2id": {
134
+ "LABEL_0": 0,
135
+ "LABEL_1": 1
136
+ },
137
+ "layerdrop": 0.0,
138
+ "length_penalty": 1.0,
139
+ "max_length": 20,
140
+ "max_position_embeddings": 2048,
141
+ "min_length": 0,
142
+ "model_type": "musicgen_decoder",
143
+ "no_repeat_ngram_size": 0,
144
+ "num_attention_heads": 24,
145
+ "num_beam_groups": 1,
146
+ "num_beams": 1,
147
+ "num_codebooks": 8,
148
+ "num_hidden_layers": 48,
149
+ "num_return_sequences": 1,
150
+ "output_attentions": false,
151
+ "output_hidden_states": false,
152
+ "output_scores": false,
153
+ "pad_token_id": 2048,
154
+ "prefix": null,
155
+ "problem_type": null,
156
+ "pruned_heads": {},
157
+ "remove_invalid_values": false,
158
+ "repetition_penalty": 1.0,
159
+ "return_dict": true,
160
+ "return_dict_in_generate": false,
161
+ "scale_embedding": false,
162
+ "sep_token_id": null,
163
+ "suppress_tokens": null,
164
+ "task_specific_params": null,
165
+ "temperature": 1.0,
166
+ "tf_legacy_loss": false,
167
+ "tie_encoder_decoder": false,
168
+ "tie_word_embeddings": false,
169
+ "tokenizer_class": null,
170
+ "top_k": 50,
171
+ "top_p": 1.0,
172
+ "torch_dtype": null,
173
+ "torchscript": false,
174
+ "typical_p": 1.0,
175
+ "use_bfloat16": false,
176
+ "use_cache": true,
177
+ "vocab_size": 2048
178
+ },
179
+ "is_encoder_decoder": true,
180
+ "model_type": "musicgen",
181
+ "text_encoder": {
182
+ "_name_or_path": "t5-base",
183
+ "add_cross_attention": false,
184
+ "architectures": [
185
+ "T5ForConditionalGeneration"
186
+ ],
187
+ "bad_words_ids": null,
188
+ "begin_suppress_tokens": null,
189
+ "bos_token_id": null,
190
+ "chunk_size_feed_forward": 0,
191
+ "classifier_dropout": 0.0,
192
+ "cross_attention_hidden_size": null,
193
+ "d_ff": 3072,
194
+ "d_kv": 64,
195
+ "d_model": 768,
196
+ "decoder_start_token_id": 0,
197
+ "dense_act_fn": "relu",
198
+ "diversity_penalty": 0.0,
199
+ "do_sample": false,
200
+ "dropout_rate": 0.1,
201
+ "early_stopping": false,
202
+ "encoder_no_repeat_ngram_size": 0,
203
+ "eos_token_id": 1,
204
+ "exponential_decay_length_penalty": null,
205
+ "feed_forward_proj": "relu",
206
+ "finetuning_task": null,
207
+ "forced_bos_token_id": null,
208
+ "forced_eos_token_id": null,
209
+ "id2label": {
210
+ "0": "LABEL_0",
211
+ "1": "LABEL_1"
212
+ },
213
+ "initializer_factor": 1.0,
214
+ "is_decoder": false,
215
+ "is_encoder_decoder": true,
216
+ "is_gated_act": false,
217
+ "label2id": {
218
+ "LABEL_0": 0,
219
+ "LABEL_1": 1
220
+ },
221
+ "layer_norm_epsilon": 1e-06,
222
+ "length_penalty": 1.0,
223
+ "max_length": 20,
224
+ "min_length": 0,
225
+ "model_type": "t5",
226
+ "n_positions": 512,
227
+ "no_repeat_ngram_size": 0,
228
+ "num_beam_groups": 1,
229
+ "num_beams": 1,
230
+ "num_decoder_layers": 12,
231
+ "num_heads": 12,
232
+ "num_layers": 12,
233
+ "num_return_sequences": 1,
234
+ "output_attentions": false,
235
+ "output_hidden_states": false,
236
+ "output_past": true,
237
+ "output_scores": false,
238
+ "pad_token_id": 0,
239
+ "prefix": null,
240
+ "problem_type": null,
241
+ "pruned_heads": {},
242
+ "relative_attention_max_distance": 128,
243
+ "relative_attention_num_buckets": 32,
244
+ "remove_invalid_values": false,
245
+ "repetition_penalty": 1.0,
246
+ "return_dict": true,
247
+ "return_dict_in_generate": false,
248
+ "sep_token_id": null,
249
+ "suppress_tokens": null,
250
+ "task_specific_params": {
251
+ "summarization": {
252
+ "early_stopping": true,
253
+ "length_penalty": 2.0,
254
+ "max_length": 200,
255
+ "min_length": 30,
256
+ "no_repeat_ngram_size": 3,
257
+ "num_beams": 4,
258
+ "prefix": "summarize: "
259
+ },
260
+ "translation_en_to_de": {
261
+ "early_stopping": true,
262
+ "max_length": 300,
263
+ "num_beams": 4,
264
+ "prefix": "translate English to German: "
265
+ },
266
+ "translation_en_to_fr": {
267
+ "early_stopping": true,
268
+ "max_length": 300,
269
+ "num_beams": 4,
270
+ "prefix": "translate English to French: "
271
+ },
272
+ "translation_en_to_ro": {
273
+ "early_stopping": true,
274
+ "max_length": 300,
275
+ "num_beams": 4,
276
+ "prefix": "translate English to Romanian: "
277
+ }
278
+ },
279
+ "temperature": 1.0,
280
+ "tf_legacy_loss": false,
281
+ "tie_encoder_decoder": false,
282
+ "tie_word_embeddings": true,
283
+ "tokenizer_class": null,
284
+ "top_k": 50,
285
+ "top_p": 1.0,
286
+ "torch_dtype": null,
287
+ "torchscript": false,
288
+ "typical_p": 1.0,
289
+ "use_bfloat16": false,
290
+ "use_cache": true,
291
+ "vocab_size": 32128
292
+ },
293
+ "torch_dtype": "float16",
294
+ "transformers_version": "4.36.0.dev0"
295
+ }
generation_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 2048,
4
+ "decoder_start_token_id": 2048,
5
+ "do_sample": true,
6
+ "guidance_scale": 3.0,
7
+ "max_length": 1500,
8
+ "pad_token_id": 2048,
9
+ "transformers_version": "4.36.0.dev0"
10
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6523842dae8a5b1003c00eb6a65d7fe753c2063b6ea55e320df8f16057f11771
3
+ size 4071478244
model.safetensors.index.fp32.json ADDED
The diff for this file is too large to render. See raw diff
 
preprocessor_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "chunk_length_s": null,
3
+ "feature_extractor_type": "EncodecFeatureExtractor",
4
+ "feature_size": 2,
5
+ "overlap": null,
6
+ "padding_side": "left",
7
+ "padding_value": 0.0,
8
+ "processor_class": "MusicgenProcessor",
9
+ "return_attention_mask": true,
10
+ "sampling_rate": 32000
11
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbe579b7b22cc0769e9547396529e7ac5df2defbd806e6491301abe9c6086b23
3
+ size 4071689086
pytorch_model.bin.index.fp32.json ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin.index.json ADDED
@@ -0,0 +1,1012 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 8142696728
4
+ },
5
+ "weight_map": {
6
+ "audio_encoder.decoder.layers.0.conv.bias": "pytorch_model-00001-of-00002.bin",
7
+ "audio_encoder.decoder.layers.0.conv.weight_g": "pytorch_model-00001-of-00002.bin",
8
+ "audio_encoder.decoder.layers.0.conv.weight_v": "pytorch_model-00001-of-00002.bin",
9
+ "audio_encoder.decoder.layers.1.lstm.bias_hh_l0": "pytorch_model-00001-of-00002.bin",
10
+ "audio_encoder.decoder.layers.1.lstm.bias_hh_l1": "pytorch_model-00001-of-00002.bin",
11
+ "audio_encoder.decoder.layers.1.lstm.bias_ih_l0": "pytorch_model-00001-of-00002.bin",
12
+ "audio_encoder.decoder.layers.1.lstm.bias_ih_l1": "pytorch_model-00001-of-00002.bin",
13
+ "audio_encoder.decoder.layers.1.lstm.weight_hh_l0": "pytorch_model-00001-of-00002.bin",
14
+ "audio_encoder.decoder.layers.1.lstm.weight_hh_l1": "pytorch_model-00001-of-00002.bin",
15
+ "audio_encoder.decoder.layers.1.lstm.weight_ih_l0": "pytorch_model-00001-of-00002.bin",
16
+ "audio_encoder.decoder.layers.1.lstm.weight_ih_l1": "pytorch_model-00001-of-00002.bin",
17
+ "audio_encoder.decoder.layers.10.block.1.conv.bias": "pytorch_model-00001-of-00002.bin",
18
+ "audio_encoder.decoder.layers.10.block.1.conv.weight_g": "pytorch_model-00001-of-00002.bin",
19
+ "audio_encoder.decoder.layers.10.block.1.conv.weight_v": "pytorch_model-00001-of-00002.bin",
20
+ "audio_encoder.decoder.layers.10.block.3.conv.bias": "pytorch_model-00001-of-00002.bin",
21
+ "audio_encoder.decoder.layers.10.block.3.conv.weight_g": "pytorch_model-00001-of-00002.bin",
22
+ "audio_encoder.decoder.layers.10.block.3.conv.weight_v": "pytorch_model-00001-of-00002.bin",
23
+ "audio_encoder.decoder.layers.12.conv.bias": "pytorch_model-00001-of-00002.bin",
24
+ "audio_encoder.decoder.layers.12.conv.weight_g": "pytorch_model-00001-of-00002.bin",
25
+ "audio_encoder.decoder.layers.12.conv.weight_v": "pytorch_model-00001-of-00002.bin",
26
+ "audio_encoder.decoder.layers.13.block.1.conv.bias": "pytorch_model-00001-of-00002.bin",
27
+ "audio_encoder.decoder.layers.13.block.1.conv.weight_g": "pytorch_model-00001-of-00002.bin",
28
+ "audio_encoder.decoder.layers.13.block.1.conv.weight_v": "pytorch_model-00001-of-00002.bin",
29
+ "audio_encoder.decoder.layers.13.block.3.conv.bias": "pytorch_model-00001-of-00002.bin",
30
+ "audio_encoder.decoder.layers.13.block.3.conv.weight_g": "pytorch_model-00001-of-00002.bin",
31
+ "audio_encoder.decoder.layers.13.block.3.conv.weight_v": "pytorch_model-00001-of-00002.bin",
32
+ "audio_encoder.decoder.layers.15.conv.bias": "pytorch_model-00001-of-00002.bin",
33
+ "audio_encoder.decoder.layers.15.conv.weight_g": "pytorch_model-00001-of-00002.bin",
34
+ "audio_encoder.decoder.layers.15.conv.weight_v": "pytorch_model-00001-of-00002.bin",
35
+ "audio_encoder.decoder.layers.3.conv.bias": "pytorch_model-00001-of-00002.bin",
36
+ "audio_encoder.decoder.layers.3.conv.weight_g": "pytorch_model-00001-of-00002.bin",
37
+ "audio_encoder.decoder.layers.3.conv.weight_v": "pytorch_model-00001-of-00002.bin",
38
+ "audio_encoder.decoder.layers.4.block.1.conv.bias": "pytorch_model-00001-of-00002.bin",
39
+ "audio_encoder.decoder.layers.4.block.1.conv.weight_g": "pytorch_model-00001-of-00002.bin",
40
+ "audio_encoder.decoder.layers.4.block.1.conv.weight_v": "pytorch_model-00001-of-00002.bin",
41
+ "audio_encoder.decoder.layers.4.block.3.conv.bias": "pytorch_model-00001-of-00002.bin",
42
+ "audio_encoder.decoder.layers.4.block.3.conv.weight_g": "pytorch_model-00001-of-00002.bin",
43
+ "audio_encoder.decoder.layers.4.block.3.conv.weight_v": "pytorch_model-00001-of-00002.bin",
44
+ "audio_encoder.decoder.layers.6.conv.bias": "pytorch_model-00001-of-00002.bin",
45
+ "audio_encoder.decoder.layers.6.conv.weight_g": "pytorch_model-00001-of-00002.bin",
46
+ "audio_encoder.decoder.layers.6.conv.weight_v": "pytorch_model-00001-of-00002.bin",
47
+ "audio_encoder.decoder.layers.7.block.1.conv.bias": "pytorch_model-00001-of-00002.bin",
48
+ "audio_encoder.decoder.layers.7.block.1.conv.weight_g": "pytorch_model-00001-of-00002.bin",
49
+ "audio_encoder.decoder.layers.7.block.1.conv.weight_v": "pytorch_model-00001-of-00002.bin",
50
+ "audio_encoder.decoder.layers.7.block.3.conv.bias": "pytorch_model-00001-of-00002.bin",
51
+ "audio_encoder.decoder.layers.7.block.3.conv.weight_g": "pytorch_model-00001-of-00002.bin",
52
+ "audio_encoder.decoder.layers.7.block.3.conv.weight_v": "pytorch_model-00001-of-00002.bin",
53
+ "audio_encoder.decoder.layers.9.conv.bias": "pytorch_model-00001-of-00002.bin",
54
+ "audio_encoder.decoder.layers.9.conv.weight_g": "pytorch_model-00001-of-00002.bin",
55
+ "audio_encoder.decoder.layers.9.conv.weight_v": "pytorch_model-00001-of-00002.bin",
56
+ "audio_encoder.encoder.layers.0.conv.bias": "pytorch_model-00001-of-00002.bin",
57
+ "audio_encoder.encoder.layers.0.conv.weight_g": "pytorch_model-00001-of-00002.bin",
58
+ "audio_encoder.encoder.layers.0.conv.weight_v": "pytorch_model-00001-of-00002.bin",
59
+ "audio_encoder.encoder.layers.1.block.1.conv.bias": "pytorch_model-00001-of-00002.bin",
60
+ "audio_encoder.encoder.layers.1.block.1.conv.weight_g": "pytorch_model-00001-of-00002.bin",
61
+ "audio_encoder.encoder.layers.1.block.1.conv.weight_v": "pytorch_model-00001-of-00002.bin",
62
+ "audio_encoder.encoder.layers.1.block.3.conv.bias": "pytorch_model-00001-of-00002.bin",
63
+ "audio_encoder.encoder.layers.1.block.3.conv.weight_g": "pytorch_model-00001-of-00002.bin",
64
+ "audio_encoder.encoder.layers.1.block.3.conv.weight_v": "pytorch_model-00001-of-00002.bin",
65
+ "audio_encoder.encoder.layers.10.block.1.conv.bias": "pytorch_model-00001-of-00002.bin",
66
+ "audio_encoder.encoder.layers.10.block.1.conv.weight_g": "pytorch_model-00001-of-00002.bin",
67
+ "audio_encoder.encoder.layers.10.block.1.conv.weight_v": "pytorch_model-00001-of-00002.bin",
68
+ "audio_encoder.encoder.layers.10.block.3.conv.bias": "pytorch_model-00001-of-00002.bin",
69
+ "audio_encoder.encoder.layers.10.block.3.conv.weight_g": "pytorch_model-00001-of-00002.bin",
70
+ "audio_encoder.encoder.layers.10.block.3.conv.weight_v": "pytorch_model-00001-of-00002.bin",
71
+ "audio_encoder.encoder.layers.12.conv.bias": "pytorch_model-00001-of-00002.bin",
72
+ "audio_encoder.encoder.layers.12.conv.weight_g": "pytorch_model-00001-of-00002.bin",
73
+ "audio_encoder.encoder.layers.12.conv.weight_v": "pytorch_model-00001-of-00002.bin",
74
+ "audio_encoder.encoder.layers.13.lstm.bias_hh_l0": "pytorch_model-00001-of-00002.bin",
75
+ "audio_encoder.encoder.layers.13.lstm.bias_hh_l1": "pytorch_model-00001-of-00002.bin",
76
+ "audio_encoder.encoder.layers.13.lstm.bias_ih_l0": "pytorch_model-00001-of-00002.bin",
77
+ "audio_encoder.encoder.layers.13.lstm.bias_ih_l1": "pytorch_model-00001-of-00002.bin",
78
+ "audio_encoder.encoder.layers.13.lstm.weight_hh_l0": "pytorch_model-00001-of-00002.bin",
79
+ "audio_encoder.encoder.layers.13.lstm.weight_hh_l1": "pytorch_model-00001-of-00002.bin",
80
+ "audio_encoder.encoder.layers.13.lstm.weight_ih_l0": "pytorch_model-00001-of-00002.bin",
81
+ "audio_encoder.encoder.layers.13.lstm.weight_ih_l1": "pytorch_model-00001-of-00002.bin",
82
+ "audio_encoder.encoder.layers.15.conv.bias": "pytorch_model-00001-of-00002.bin",
83
+ "audio_encoder.encoder.layers.15.conv.weight_g": "pytorch_model-00001-of-00002.bin",
84
+ "audio_encoder.encoder.layers.15.conv.weight_v": "pytorch_model-00001-of-00002.bin",
85
+ "audio_encoder.encoder.layers.3.conv.bias": "pytorch_model-00001-of-00002.bin",
86
+ "audio_encoder.encoder.layers.3.conv.weight_g": "pytorch_model-00001-of-00002.bin",
87
+ "audio_encoder.encoder.layers.3.conv.weight_v": "pytorch_model-00001-of-00002.bin",
88
+ "audio_encoder.encoder.layers.4.block.1.conv.bias": "pytorch_model-00001-of-00002.bin",
89
+ "audio_encoder.encoder.layers.4.block.1.conv.weight_g": "pytorch_model-00001-of-00002.bin",
90
+ "audio_encoder.encoder.layers.4.block.1.conv.weight_v": "pytorch_model-00001-of-00002.bin",
91
+ "audio_encoder.encoder.layers.4.block.3.conv.bias": "pytorch_model-00001-of-00002.bin",
92
+ "audio_encoder.encoder.layers.4.block.3.conv.weight_g": "pytorch_model-00001-of-00002.bin",
93
+ "audio_encoder.encoder.layers.4.block.3.conv.weight_v": "pytorch_model-00001-of-00002.bin",
94
+ "audio_encoder.encoder.layers.6.conv.bias": "pytorch_model-00001-of-00002.bin",
95
+ "audio_encoder.encoder.layers.6.conv.weight_g": "pytorch_model-00001-of-00002.bin",
96
+ "audio_encoder.encoder.layers.6.conv.weight_v": "pytorch_model-00001-of-00002.bin",
97
+ "audio_encoder.encoder.layers.7.block.1.conv.bias": "pytorch_model-00001-of-00002.bin",
98
+ "audio_encoder.encoder.layers.7.block.1.conv.weight_g": "pytorch_model-00001-of-00002.bin",
99
+ "audio_encoder.encoder.layers.7.block.1.conv.weight_v": "pytorch_model-00001-of-00002.bin",
100
+ "audio_encoder.encoder.layers.7.block.3.conv.bias": "pytorch_model-00001-of-00002.bin",
101
+ "audio_encoder.encoder.layers.7.block.3.conv.weight_g": "pytorch_model-00001-of-00002.bin",
102
+ "audio_encoder.encoder.layers.7.block.3.conv.weight_v": "pytorch_model-00001-of-00002.bin",
103
+ "audio_encoder.encoder.layers.9.conv.bias": "pytorch_model-00001-of-00002.bin",
104
+ "audio_encoder.encoder.layers.9.conv.weight_g": "pytorch_model-00001-of-00002.bin",
105
+ "audio_encoder.encoder.layers.9.conv.weight_v": "pytorch_model-00001-of-00002.bin",
106
+ "audio_encoder.quantizer.layers.0.codebook.cluster_size": "pytorch_model-00001-of-00002.bin",
107
+ "audio_encoder.quantizer.layers.0.codebook.embed": "pytorch_model-00001-of-00002.bin",
108
+ "audio_encoder.quantizer.layers.0.codebook.embed_avg": "pytorch_model-00001-of-00002.bin",
109
+ "audio_encoder.quantizer.layers.0.codebook.inited": "pytorch_model-00001-of-00002.bin",
110
+ "audio_encoder.quantizer.layers.1.codebook.cluster_size": "pytorch_model-00001-of-00002.bin",
111
+ "audio_encoder.quantizer.layers.1.codebook.embed": "pytorch_model-00001-of-00002.bin",
112
+ "audio_encoder.quantizer.layers.1.codebook.embed_avg": "pytorch_model-00001-of-00002.bin",
113
+ "audio_encoder.quantizer.layers.1.codebook.inited": "pytorch_model-00001-of-00002.bin",
114
+ "audio_encoder.quantizer.layers.2.codebook.cluster_size": "pytorch_model-00001-of-00002.bin",
115
+ "audio_encoder.quantizer.layers.2.codebook.embed": "pytorch_model-00001-of-00002.bin",
116
+ "audio_encoder.quantizer.layers.2.codebook.embed_avg": "pytorch_model-00001-of-00002.bin",
117
+ "audio_encoder.quantizer.layers.2.codebook.inited": "pytorch_model-00001-of-00002.bin",
118
+ "audio_encoder.quantizer.layers.3.codebook.cluster_size": "pytorch_model-00001-of-00002.bin",
119
+ "audio_encoder.quantizer.layers.3.codebook.embed": "pytorch_model-00001-of-00002.bin",
120
+ "audio_encoder.quantizer.layers.3.codebook.embed_avg": "pytorch_model-00001-of-00002.bin",
121
+ "audio_encoder.quantizer.layers.3.codebook.inited": "pytorch_model-00001-of-00002.bin",
122
+ "decoder.lm_heads.0.weight": "pytorch_model-00002-of-00002.bin",
123
+ "decoder.lm_heads.1.weight": "pytorch_model-00002-of-00002.bin",
124
+ "decoder.lm_heads.2.weight": "pytorch_model-00002-of-00002.bin",
125
+ "decoder.lm_heads.3.weight": "pytorch_model-00002-of-00002.bin",
126
+ "decoder.lm_heads.4.weight": "pytorch_model-00002-of-00002.bin",
127
+ "decoder.lm_heads.5.weight": "pytorch_model-00002-of-00002.bin",
128
+ "decoder.lm_heads.6.weight": "pytorch_model-00002-of-00002.bin",
129
+ "decoder.lm_heads.7.weight": "pytorch_model-00002-of-00002.bin",
130
+ "decoder.model.decoder.embed_positions.weights": "pytorch_model-00001-of-00002.bin",
131
+ "decoder.model.decoder.embed_tokens.0.weight": "pytorch_model-00001-of-00002.bin",
132
+ "decoder.model.decoder.embed_tokens.1.weight": "pytorch_model-00001-of-00002.bin",
133
+ "decoder.model.decoder.embed_tokens.2.weight": "pytorch_model-00001-of-00002.bin",
134
+ "decoder.model.decoder.embed_tokens.3.weight": "pytorch_model-00001-of-00002.bin",
135
+ "decoder.model.decoder.embed_tokens.4.weight": "pytorch_model-00001-of-00002.bin",
136
+ "decoder.model.decoder.embed_tokens.5.weight": "pytorch_model-00001-of-00002.bin",
137
+ "decoder.model.decoder.embed_tokens.6.weight": "pytorch_model-00001-of-00002.bin",
138
+ "decoder.model.decoder.embed_tokens.7.weight": "pytorch_model-00001-of-00002.bin",
139
+ "decoder.model.decoder.layer_norm.bias": "pytorch_model-00002-of-00002.bin",
140
+ "decoder.model.decoder.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
141
+ "decoder.model.decoder.layers.0.encoder_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
142
+ "decoder.model.decoder.layers.0.encoder_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
143
+ "decoder.model.decoder.layers.0.encoder_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
144
+ "decoder.model.decoder.layers.0.encoder_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
145
+ "decoder.model.decoder.layers.0.encoder_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
146
+ "decoder.model.decoder.layers.0.encoder_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
147
+ "decoder.model.decoder.layers.0.fc1.weight": "pytorch_model-00001-of-00002.bin",
148
+ "decoder.model.decoder.layers.0.fc2.weight": "pytorch_model-00001-of-00002.bin",
149
+ "decoder.model.decoder.layers.0.final_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
150
+ "decoder.model.decoder.layers.0.final_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
151
+ "decoder.model.decoder.layers.0.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
152
+ "decoder.model.decoder.layers.0.self_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
153
+ "decoder.model.decoder.layers.0.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
154
+ "decoder.model.decoder.layers.0.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
155
+ "decoder.model.decoder.layers.0.self_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
156
+ "decoder.model.decoder.layers.0.self_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
157
+ "decoder.model.decoder.layers.1.encoder_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
158
+ "decoder.model.decoder.layers.1.encoder_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
159
+ "decoder.model.decoder.layers.1.encoder_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
160
+ "decoder.model.decoder.layers.1.encoder_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
161
+ "decoder.model.decoder.layers.1.encoder_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
162
+ "decoder.model.decoder.layers.1.encoder_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
163
+ "decoder.model.decoder.layers.1.fc1.weight": "pytorch_model-00001-of-00002.bin",
164
+ "decoder.model.decoder.layers.1.fc2.weight": "pytorch_model-00001-of-00002.bin",
165
+ "decoder.model.decoder.layers.1.final_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
166
+ "decoder.model.decoder.layers.1.final_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
167
+ "decoder.model.decoder.layers.1.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
168
+ "decoder.model.decoder.layers.1.self_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
169
+ "decoder.model.decoder.layers.1.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
170
+ "decoder.model.decoder.layers.1.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
171
+ "decoder.model.decoder.layers.1.self_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
172
+ "decoder.model.decoder.layers.1.self_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
173
+ "decoder.model.decoder.layers.10.encoder_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
174
+ "decoder.model.decoder.layers.10.encoder_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
175
+ "decoder.model.decoder.layers.10.encoder_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
176
+ "decoder.model.decoder.layers.10.encoder_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
177
+ "decoder.model.decoder.layers.10.encoder_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
178
+ "decoder.model.decoder.layers.10.encoder_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
179
+ "decoder.model.decoder.layers.10.fc1.weight": "pytorch_model-00001-of-00002.bin",
180
+ "decoder.model.decoder.layers.10.fc2.weight": "pytorch_model-00001-of-00002.bin",
181
+ "decoder.model.decoder.layers.10.final_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
182
+ "decoder.model.decoder.layers.10.final_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
183
+ "decoder.model.decoder.layers.10.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
184
+ "decoder.model.decoder.layers.10.self_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
185
+ "decoder.model.decoder.layers.10.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
186
+ "decoder.model.decoder.layers.10.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
187
+ "decoder.model.decoder.layers.10.self_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
188
+ "decoder.model.decoder.layers.10.self_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
189
+ "decoder.model.decoder.layers.11.encoder_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
190
+ "decoder.model.decoder.layers.11.encoder_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
191
+ "decoder.model.decoder.layers.11.encoder_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
192
+ "decoder.model.decoder.layers.11.encoder_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
193
+ "decoder.model.decoder.layers.11.encoder_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
194
+ "decoder.model.decoder.layers.11.encoder_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
195
+ "decoder.model.decoder.layers.11.fc1.weight": "pytorch_model-00001-of-00002.bin",
196
+ "decoder.model.decoder.layers.11.fc2.weight": "pytorch_model-00001-of-00002.bin",
197
+ "decoder.model.decoder.layers.11.final_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
198
+ "decoder.model.decoder.layers.11.final_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
199
+ "decoder.model.decoder.layers.11.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
200
+ "decoder.model.decoder.layers.11.self_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
201
+ "decoder.model.decoder.layers.11.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
202
+ "decoder.model.decoder.layers.11.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
203
+ "decoder.model.decoder.layers.11.self_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
204
+ "decoder.model.decoder.layers.11.self_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
205
+ "decoder.model.decoder.layers.12.encoder_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
206
+ "decoder.model.decoder.layers.12.encoder_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
207
+ "decoder.model.decoder.layers.12.encoder_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
208
+ "decoder.model.decoder.layers.12.encoder_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
209
+ "decoder.model.decoder.layers.12.encoder_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
210
+ "decoder.model.decoder.layers.12.encoder_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
211
+ "decoder.model.decoder.layers.12.fc1.weight": "pytorch_model-00001-of-00002.bin",
212
+ "decoder.model.decoder.layers.12.fc2.weight": "pytorch_model-00001-of-00002.bin",
213
+ "decoder.model.decoder.layers.12.final_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
214
+ "decoder.model.decoder.layers.12.final_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
215
+ "decoder.model.decoder.layers.12.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
216
+ "decoder.model.decoder.layers.12.self_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
217
+ "decoder.model.decoder.layers.12.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
218
+ "decoder.model.decoder.layers.12.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
219
+ "decoder.model.decoder.layers.12.self_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
220
+ "decoder.model.decoder.layers.12.self_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
221
+ "decoder.model.decoder.layers.13.encoder_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
222
+ "decoder.model.decoder.layers.13.encoder_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
223
+ "decoder.model.decoder.layers.13.encoder_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
224
+ "decoder.model.decoder.layers.13.encoder_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
225
+ "decoder.model.decoder.layers.13.encoder_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
226
+ "decoder.model.decoder.layers.13.encoder_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
227
+ "decoder.model.decoder.layers.13.fc1.weight": "pytorch_model-00001-of-00002.bin",
228
+ "decoder.model.decoder.layers.13.fc2.weight": "pytorch_model-00001-of-00002.bin",
229
+ "decoder.model.decoder.layers.13.final_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
230
+ "decoder.model.decoder.layers.13.final_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
231
+ "decoder.model.decoder.layers.13.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
232
+ "decoder.model.decoder.layers.13.self_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
233
+ "decoder.model.decoder.layers.13.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
234
+ "decoder.model.decoder.layers.13.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
235
+ "decoder.model.decoder.layers.13.self_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
236
+ "decoder.model.decoder.layers.13.self_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
237
+ "decoder.model.decoder.layers.14.encoder_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
238
+ "decoder.model.decoder.layers.14.encoder_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
239
+ "decoder.model.decoder.layers.14.encoder_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
240
+ "decoder.model.decoder.layers.14.encoder_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
241
+ "decoder.model.decoder.layers.14.encoder_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
242
+ "decoder.model.decoder.layers.14.encoder_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
243
+ "decoder.model.decoder.layers.14.fc1.weight": "pytorch_model-00001-of-00002.bin",
244
+ "decoder.model.decoder.layers.14.fc2.weight": "pytorch_model-00001-of-00002.bin",
245
+ "decoder.model.decoder.layers.14.final_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
246
+ "decoder.model.decoder.layers.14.final_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
247
+ "decoder.model.decoder.layers.14.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
248
+ "decoder.model.decoder.layers.14.self_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
249
+ "decoder.model.decoder.layers.14.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
250
+ "decoder.model.decoder.layers.14.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
251
+ "decoder.model.decoder.layers.14.self_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
252
+ "decoder.model.decoder.layers.14.self_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
253
+ "decoder.model.decoder.layers.15.encoder_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
254
+ "decoder.model.decoder.layers.15.encoder_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
255
+ "decoder.model.decoder.layers.15.encoder_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
256
+ "decoder.model.decoder.layers.15.encoder_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
257
+ "decoder.model.decoder.layers.15.encoder_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
258
+ "decoder.model.decoder.layers.15.encoder_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
259
+ "decoder.model.decoder.layers.15.fc1.weight": "pytorch_model-00001-of-00002.bin",
260
+ "decoder.model.decoder.layers.15.fc2.weight": "pytorch_model-00001-of-00002.bin",
261
+ "decoder.model.decoder.layers.15.final_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
262
+ "decoder.model.decoder.layers.15.final_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
263
+ "decoder.model.decoder.layers.15.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
264
+ "decoder.model.decoder.layers.15.self_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
265
+ "decoder.model.decoder.layers.15.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
266
+ "decoder.model.decoder.layers.15.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
267
+ "decoder.model.decoder.layers.15.self_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
268
+ "decoder.model.decoder.layers.15.self_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
269
+ "decoder.model.decoder.layers.16.encoder_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
270
+ "decoder.model.decoder.layers.16.encoder_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
271
+ "decoder.model.decoder.layers.16.encoder_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
272
+ "decoder.model.decoder.layers.16.encoder_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
273
+ "decoder.model.decoder.layers.16.encoder_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
274
+ "decoder.model.decoder.layers.16.encoder_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
275
+ "decoder.model.decoder.layers.16.fc1.weight": "pytorch_model-00001-of-00002.bin",
276
+ "decoder.model.decoder.layers.16.fc2.weight": "pytorch_model-00001-of-00002.bin",
277
+ "decoder.model.decoder.layers.16.final_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
278
+ "decoder.model.decoder.layers.16.final_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
279
+ "decoder.model.decoder.layers.16.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
280
+ "decoder.model.decoder.layers.16.self_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
281
+ "decoder.model.decoder.layers.16.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
282
+ "decoder.model.decoder.layers.16.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
283
+ "decoder.model.decoder.layers.16.self_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
284
+ "decoder.model.decoder.layers.16.self_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
285
+ "decoder.model.decoder.layers.17.encoder_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
286
+ "decoder.model.decoder.layers.17.encoder_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
287
+ "decoder.model.decoder.layers.17.encoder_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
288
+ "decoder.model.decoder.layers.17.encoder_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
289
+ "decoder.model.decoder.layers.17.encoder_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
290
+ "decoder.model.decoder.layers.17.encoder_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
291
+ "decoder.model.decoder.layers.17.fc1.weight": "pytorch_model-00001-of-00002.bin",
292
+ "decoder.model.decoder.layers.17.fc2.weight": "pytorch_model-00001-of-00002.bin",
293
+ "decoder.model.decoder.layers.17.final_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
294
+ "decoder.model.decoder.layers.17.final_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
295
+ "decoder.model.decoder.layers.17.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
296
+ "decoder.model.decoder.layers.17.self_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
297
+ "decoder.model.decoder.layers.17.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
298
+ "decoder.model.decoder.layers.17.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
299
+ "decoder.model.decoder.layers.17.self_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
300
+ "decoder.model.decoder.layers.17.self_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
301
+ "decoder.model.decoder.layers.18.encoder_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
302
+ "decoder.model.decoder.layers.18.encoder_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
303
+ "decoder.model.decoder.layers.18.encoder_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
304
+ "decoder.model.decoder.layers.18.encoder_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
305
+ "decoder.model.decoder.layers.18.encoder_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
306
+ "decoder.model.decoder.layers.18.encoder_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
307
+ "decoder.model.decoder.layers.18.fc1.weight": "pytorch_model-00001-of-00002.bin",
308
+ "decoder.model.decoder.layers.18.fc2.weight": "pytorch_model-00001-of-00002.bin",
309
+ "decoder.model.decoder.layers.18.final_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
310
+ "decoder.model.decoder.layers.18.final_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
311
+ "decoder.model.decoder.layers.18.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
312
+ "decoder.model.decoder.layers.18.self_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
313
+ "decoder.model.decoder.layers.18.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
314
+ "decoder.model.decoder.layers.18.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
315
+ "decoder.model.decoder.layers.18.self_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
316
+ "decoder.model.decoder.layers.18.self_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
317
+ "decoder.model.decoder.layers.19.encoder_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
318
+ "decoder.model.decoder.layers.19.encoder_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
319
+ "decoder.model.decoder.layers.19.encoder_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
320
+ "decoder.model.decoder.layers.19.encoder_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
321
+ "decoder.model.decoder.layers.19.encoder_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
322
+ "decoder.model.decoder.layers.19.encoder_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
323
+ "decoder.model.decoder.layers.19.fc1.weight": "pytorch_model-00001-of-00002.bin",
324
+ "decoder.model.decoder.layers.19.fc2.weight": "pytorch_model-00001-of-00002.bin",
325
+ "decoder.model.decoder.layers.19.final_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
326
+ "decoder.model.decoder.layers.19.final_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
327
+ "decoder.model.decoder.layers.19.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
328
+ "decoder.model.decoder.layers.19.self_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
329
+ "decoder.model.decoder.layers.19.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
330
+ "decoder.model.decoder.layers.19.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
331
+ "decoder.model.decoder.layers.19.self_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
332
+ "decoder.model.decoder.layers.19.self_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
333
+ "decoder.model.decoder.layers.2.encoder_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
334
+ "decoder.model.decoder.layers.2.encoder_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
335
+ "decoder.model.decoder.layers.2.encoder_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
336
+ "decoder.model.decoder.layers.2.encoder_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
337
+ "decoder.model.decoder.layers.2.encoder_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
338
+ "decoder.model.decoder.layers.2.encoder_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
339
+ "decoder.model.decoder.layers.2.fc1.weight": "pytorch_model-00001-of-00002.bin",
340
+ "decoder.model.decoder.layers.2.fc2.weight": "pytorch_model-00001-of-00002.bin",
341
+ "decoder.model.decoder.layers.2.final_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
342
+ "decoder.model.decoder.layers.2.final_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
343
+ "decoder.model.decoder.layers.2.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
344
+ "decoder.model.decoder.layers.2.self_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
345
+ "decoder.model.decoder.layers.2.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
346
+ "decoder.model.decoder.layers.2.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
347
+ "decoder.model.decoder.layers.2.self_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
348
+ "decoder.model.decoder.layers.2.self_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
349
+ "decoder.model.decoder.layers.20.encoder_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
350
+ "decoder.model.decoder.layers.20.encoder_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
351
+ "decoder.model.decoder.layers.20.encoder_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
352
+ "decoder.model.decoder.layers.20.encoder_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
353
+ "decoder.model.decoder.layers.20.encoder_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
354
+ "decoder.model.decoder.layers.20.encoder_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
355
+ "decoder.model.decoder.layers.20.fc1.weight": "pytorch_model-00001-of-00002.bin",
356
+ "decoder.model.decoder.layers.20.fc2.weight": "pytorch_model-00001-of-00002.bin",
357
+ "decoder.model.decoder.layers.20.final_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
358
+ "decoder.model.decoder.layers.20.final_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
359
+ "decoder.model.decoder.layers.20.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
360
+ "decoder.model.decoder.layers.20.self_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
361
+ "decoder.model.decoder.layers.20.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
362
+ "decoder.model.decoder.layers.20.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
363
+ "decoder.model.decoder.layers.20.self_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
364
+ "decoder.model.decoder.layers.20.self_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
365
+ "decoder.model.decoder.layers.21.encoder_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
366
+ "decoder.model.decoder.layers.21.encoder_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
367
+ "decoder.model.decoder.layers.21.encoder_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
368
+ "decoder.model.decoder.layers.21.encoder_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
369
+ "decoder.model.decoder.layers.21.encoder_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
370
+ "decoder.model.decoder.layers.21.encoder_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
371
+ "decoder.model.decoder.layers.21.fc1.weight": "pytorch_model-00001-of-00002.bin",
372
+ "decoder.model.decoder.layers.21.fc2.weight": "pytorch_model-00001-of-00002.bin",
373
+ "decoder.model.decoder.layers.21.final_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
374
+ "decoder.model.decoder.layers.21.final_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
375
+ "decoder.model.decoder.layers.21.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
376
+ "decoder.model.decoder.layers.21.self_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
377
+ "decoder.model.decoder.layers.21.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
378
+ "decoder.model.decoder.layers.21.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
379
+ "decoder.model.decoder.layers.21.self_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
380
+ "decoder.model.decoder.layers.21.self_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
381
+ "decoder.model.decoder.layers.22.encoder_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
382
+ "decoder.model.decoder.layers.22.encoder_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
383
+ "decoder.model.decoder.layers.22.encoder_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
384
+ "decoder.model.decoder.layers.22.encoder_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
385
+ "decoder.model.decoder.layers.22.encoder_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
386
+ "decoder.model.decoder.layers.22.encoder_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
387
+ "decoder.model.decoder.layers.22.fc1.weight": "pytorch_model-00001-of-00002.bin",
388
+ "decoder.model.decoder.layers.22.fc2.weight": "pytorch_model-00001-of-00002.bin",
389
+ "decoder.model.decoder.layers.22.final_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
390
+ "decoder.model.decoder.layers.22.final_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
391
+ "decoder.model.decoder.layers.22.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
392
+ "decoder.model.decoder.layers.22.self_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
393
+ "decoder.model.decoder.layers.22.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
394
+ "decoder.model.decoder.layers.22.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
395
+ "decoder.model.decoder.layers.22.self_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
396
+ "decoder.model.decoder.layers.22.self_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
397
+ "decoder.model.decoder.layers.23.encoder_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
398
+ "decoder.model.decoder.layers.23.encoder_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
399
+ "decoder.model.decoder.layers.23.encoder_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
400
+ "decoder.model.decoder.layers.23.encoder_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
401
+ "decoder.model.decoder.layers.23.encoder_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
402
+ "decoder.model.decoder.layers.23.encoder_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
403
+ "decoder.model.decoder.layers.23.fc1.weight": "pytorch_model-00001-of-00002.bin",
404
+ "decoder.model.decoder.layers.23.fc2.weight": "pytorch_model-00001-of-00002.bin",
405
+ "decoder.model.decoder.layers.23.final_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
406
+ "decoder.model.decoder.layers.23.final_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
407
+ "decoder.model.decoder.layers.23.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
408
+ "decoder.model.decoder.layers.23.self_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
409
+ "decoder.model.decoder.layers.23.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
410
+ "decoder.model.decoder.layers.23.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
411
+ "decoder.model.decoder.layers.23.self_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
412
+ "decoder.model.decoder.layers.23.self_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
413
+ "decoder.model.decoder.layers.24.encoder_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
414
+ "decoder.model.decoder.layers.24.encoder_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
415
+ "decoder.model.decoder.layers.24.encoder_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
416
+ "decoder.model.decoder.layers.24.encoder_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
417
+ "decoder.model.decoder.layers.24.encoder_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
418
+ "decoder.model.decoder.layers.24.encoder_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
419
+ "decoder.model.decoder.layers.24.fc1.weight": "pytorch_model-00001-of-00002.bin",
420
+ "decoder.model.decoder.layers.24.fc2.weight": "pytorch_model-00001-of-00002.bin",
421
+ "decoder.model.decoder.layers.24.final_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
422
+ "decoder.model.decoder.layers.24.final_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
423
+ "decoder.model.decoder.layers.24.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
424
+ "decoder.model.decoder.layers.24.self_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
425
+ "decoder.model.decoder.layers.24.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
426
+ "decoder.model.decoder.layers.24.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
427
+ "decoder.model.decoder.layers.24.self_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
428
+ "decoder.model.decoder.layers.24.self_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
429
+ "decoder.model.decoder.layers.25.encoder_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
430
+ "decoder.model.decoder.layers.25.encoder_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
431
+ "decoder.model.decoder.layers.25.encoder_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
432
+ "decoder.model.decoder.layers.25.encoder_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
433
+ "decoder.model.decoder.layers.25.encoder_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
434
+ "decoder.model.decoder.layers.25.encoder_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
435
+ "decoder.model.decoder.layers.25.fc1.weight": "pytorch_model-00001-of-00002.bin",
436
+ "decoder.model.decoder.layers.25.fc2.weight": "pytorch_model-00001-of-00002.bin",
437
+ "decoder.model.decoder.layers.25.final_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
438
+ "decoder.model.decoder.layers.25.final_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
439
+ "decoder.model.decoder.layers.25.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
440
+ "decoder.model.decoder.layers.25.self_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
441
+ "decoder.model.decoder.layers.25.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
442
+ "decoder.model.decoder.layers.25.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
443
+ "decoder.model.decoder.layers.25.self_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
444
+ "decoder.model.decoder.layers.25.self_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
445
+ "decoder.model.decoder.layers.26.encoder_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
446
+ "decoder.model.decoder.layers.26.encoder_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
447
+ "decoder.model.decoder.layers.26.encoder_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
448
+ "decoder.model.decoder.layers.26.encoder_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
449
+ "decoder.model.decoder.layers.26.encoder_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
450
+ "decoder.model.decoder.layers.26.encoder_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
451
+ "decoder.model.decoder.layers.26.fc1.weight": "pytorch_model-00001-of-00002.bin",
452
+ "decoder.model.decoder.layers.26.fc2.weight": "pytorch_model-00001-of-00002.bin",
453
+ "decoder.model.decoder.layers.26.final_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
454
+ "decoder.model.decoder.layers.26.final_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
455
+ "decoder.model.decoder.layers.26.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
456
+ "decoder.model.decoder.layers.26.self_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
457
+ "decoder.model.decoder.layers.26.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
458
+ "decoder.model.decoder.layers.26.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
459
+ "decoder.model.decoder.layers.26.self_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
460
+ "decoder.model.decoder.layers.26.self_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
461
+ "decoder.model.decoder.layers.27.encoder_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
462
+ "decoder.model.decoder.layers.27.encoder_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
463
+ "decoder.model.decoder.layers.27.encoder_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
464
+ "decoder.model.decoder.layers.27.encoder_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
465
+ "decoder.model.decoder.layers.27.encoder_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
466
+ "decoder.model.decoder.layers.27.encoder_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
467
+ "decoder.model.decoder.layers.27.fc1.weight": "pytorch_model-00001-of-00002.bin",
468
+ "decoder.model.decoder.layers.27.fc2.weight": "pytorch_model-00002-of-00002.bin",
469
+ "decoder.model.decoder.layers.27.final_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
470
+ "decoder.model.decoder.layers.27.final_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
471
+ "decoder.model.decoder.layers.27.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
472
+ "decoder.model.decoder.layers.27.self_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
473
+ "decoder.model.decoder.layers.27.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
474
+ "decoder.model.decoder.layers.27.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
475
+ "decoder.model.decoder.layers.27.self_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
476
+ "decoder.model.decoder.layers.27.self_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
477
+ "decoder.model.decoder.layers.28.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
478
+ "decoder.model.decoder.layers.28.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
479
+ "decoder.model.decoder.layers.28.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
480
+ "decoder.model.decoder.layers.28.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
481
+ "decoder.model.decoder.layers.28.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
482
+ "decoder.model.decoder.layers.28.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
483
+ "decoder.model.decoder.layers.28.fc1.weight": "pytorch_model-00002-of-00002.bin",
484
+ "decoder.model.decoder.layers.28.fc2.weight": "pytorch_model-00002-of-00002.bin",
485
+ "decoder.model.decoder.layers.28.final_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
486
+ "decoder.model.decoder.layers.28.final_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
487
+ "decoder.model.decoder.layers.28.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
488
+ "decoder.model.decoder.layers.28.self_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
489
+ "decoder.model.decoder.layers.28.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
490
+ "decoder.model.decoder.layers.28.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
491
+ "decoder.model.decoder.layers.28.self_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
492
+ "decoder.model.decoder.layers.28.self_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
493
+ "decoder.model.decoder.layers.29.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
494
+ "decoder.model.decoder.layers.29.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
495
+ "decoder.model.decoder.layers.29.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
496
+ "decoder.model.decoder.layers.29.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
497
+ "decoder.model.decoder.layers.29.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
498
+ "decoder.model.decoder.layers.29.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
499
+ "decoder.model.decoder.layers.29.fc1.weight": "pytorch_model-00002-of-00002.bin",
500
+ "decoder.model.decoder.layers.29.fc2.weight": "pytorch_model-00002-of-00002.bin",
501
+ "decoder.model.decoder.layers.29.final_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
502
+ "decoder.model.decoder.layers.29.final_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
503
+ "decoder.model.decoder.layers.29.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
504
+ "decoder.model.decoder.layers.29.self_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
505
+ "decoder.model.decoder.layers.29.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
506
+ "decoder.model.decoder.layers.29.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
507
+ "decoder.model.decoder.layers.29.self_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
508
+ "decoder.model.decoder.layers.29.self_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
509
+ "decoder.model.decoder.layers.3.encoder_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
510
+ "decoder.model.decoder.layers.3.encoder_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
511
+ "decoder.model.decoder.layers.3.encoder_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
512
+ "decoder.model.decoder.layers.3.encoder_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
513
+ "decoder.model.decoder.layers.3.encoder_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
514
+ "decoder.model.decoder.layers.3.encoder_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
515
+ "decoder.model.decoder.layers.3.fc1.weight": "pytorch_model-00001-of-00002.bin",
516
+ "decoder.model.decoder.layers.3.fc2.weight": "pytorch_model-00001-of-00002.bin",
517
+ "decoder.model.decoder.layers.3.final_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
518
+ "decoder.model.decoder.layers.3.final_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
519
+ "decoder.model.decoder.layers.3.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
520
+ "decoder.model.decoder.layers.3.self_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
521
+ "decoder.model.decoder.layers.3.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
522
+ "decoder.model.decoder.layers.3.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
523
+ "decoder.model.decoder.layers.3.self_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
524
+ "decoder.model.decoder.layers.3.self_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
525
+ "decoder.model.decoder.layers.30.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
526
+ "decoder.model.decoder.layers.30.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
527
+ "decoder.model.decoder.layers.30.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
528
+ "decoder.model.decoder.layers.30.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
529
+ "decoder.model.decoder.layers.30.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
530
+ "decoder.model.decoder.layers.30.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
531
+ "decoder.model.decoder.layers.30.fc1.weight": "pytorch_model-00002-of-00002.bin",
532
+ "decoder.model.decoder.layers.30.fc2.weight": "pytorch_model-00002-of-00002.bin",
533
+ "decoder.model.decoder.layers.30.final_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
534
+ "decoder.model.decoder.layers.30.final_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
535
+ "decoder.model.decoder.layers.30.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
536
+ "decoder.model.decoder.layers.30.self_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
537
+ "decoder.model.decoder.layers.30.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
538
+ "decoder.model.decoder.layers.30.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
539
+ "decoder.model.decoder.layers.30.self_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
540
+ "decoder.model.decoder.layers.30.self_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
541
+ "decoder.model.decoder.layers.31.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
542
+ "decoder.model.decoder.layers.31.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
543
+ "decoder.model.decoder.layers.31.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
544
+ "decoder.model.decoder.layers.31.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
545
+ "decoder.model.decoder.layers.31.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
546
+ "decoder.model.decoder.layers.31.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
547
+ "decoder.model.decoder.layers.31.fc1.weight": "pytorch_model-00002-of-00002.bin",
548
+ "decoder.model.decoder.layers.31.fc2.weight": "pytorch_model-00002-of-00002.bin",
549
+ "decoder.model.decoder.layers.31.final_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
550
+ "decoder.model.decoder.layers.31.final_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
551
+ "decoder.model.decoder.layers.31.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
552
+ "decoder.model.decoder.layers.31.self_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
553
+ "decoder.model.decoder.layers.31.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
554
+ "decoder.model.decoder.layers.31.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
555
+ "decoder.model.decoder.layers.31.self_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
556
+ "decoder.model.decoder.layers.31.self_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
557
+ "decoder.model.decoder.layers.32.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
558
+ "decoder.model.decoder.layers.32.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
559
+ "decoder.model.decoder.layers.32.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
560
+ "decoder.model.decoder.layers.32.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
561
+ "decoder.model.decoder.layers.32.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
562
+ "decoder.model.decoder.layers.32.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
563
+ "decoder.model.decoder.layers.32.fc1.weight": "pytorch_model-00002-of-00002.bin",
564
+ "decoder.model.decoder.layers.32.fc2.weight": "pytorch_model-00002-of-00002.bin",
565
+ "decoder.model.decoder.layers.32.final_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
566
+ "decoder.model.decoder.layers.32.final_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
567
+ "decoder.model.decoder.layers.32.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
568
+ "decoder.model.decoder.layers.32.self_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
569
+ "decoder.model.decoder.layers.32.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
570
+ "decoder.model.decoder.layers.32.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
571
+ "decoder.model.decoder.layers.32.self_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
572
+ "decoder.model.decoder.layers.32.self_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
573
+ "decoder.model.decoder.layers.33.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
574
+ "decoder.model.decoder.layers.33.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
575
+ "decoder.model.decoder.layers.33.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
576
+ "decoder.model.decoder.layers.33.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
577
+ "decoder.model.decoder.layers.33.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
578
+ "decoder.model.decoder.layers.33.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
579
+ "decoder.model.decoder.layers.33.fc1.weight": "pytorch_model-00002-of-00002.bin",
580
+ "decoder.model.decoder.layers.33.fc2.weight": "pytorch_model-00002-of-00002.bin",
581
+ "decoder.model.decoder.layers.33.final_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
582
+ "decoder.model.decoder.layers.33.final_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
583
+ "decoder.model.decoder.layers.33.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
584
+ "decoder.model.decoder.layers.33.self_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
585
+ "decoder.model.decoder.layers.33.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
586
+ "decoder.model.decoder.layers.33.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
587
+ "decoder.model.decoder.layers.33.self_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
588
+ "decoder.model.decoder.layers.33.self_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
589
+ "decoder.model.decoder.layers.34.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
590
+ "decoder.model.decoder.layers.34.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
591
+ "decoder.model.decoder.layers.34.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
592
+ "decoder.model.decoder.layers.34.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
593
+ "decoder.model.decoder.layers.34.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
594
+ "decoder.model.decoder.layers.34.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
595
+ "decoder.model.decoder.layers.34.fc1.weight": "pytorch_model-00002-of-00002.bin",
596
+ "decoder.model.decoder.layers.34.fc2.weight": "pytorch_model-00002-of-00002.bin",
597
+ "decoder.model.decoder.layers.34.final_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
598
+ "decoder.model.decoder.layers.34.final_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
599
+ "decoder.model.decoder.layers.34.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
600
+ "decoder.model.decoder.layers.34.self_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
601
+ "decoder.model.decoder.layers.34.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
602
+ "decoder.model.decoder.layers.34.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
603
+ "decoder.model.decoder.layers.34.self_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
604
+ "decoder.model.decoder.layers.34.self_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
605
+ "decoder.model.decoder.layers.35.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
606
+ "decoder.model.decoder.layers.35.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
607
+ "decoder.model.decoder.layers.35.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
608
+ "decoder.model.decoder.layers.35.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
609
+ "decoder.model.decoder.layers.35.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
610
+ "decoder.model.decoder.layers.35.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
611
+ "decoder.model.decoder.layers.35.fc1.weight": "pytorch_model-00002-of-00002.bin",
612
+ "decoder.model.decoder.layers.35.fc2.weight": "pytorch_model-00002-of-00002.bin",
613
+ "decoder.model.decoder.layers.35.final_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
614
+ "decoder.model.decoder.layers.35.final_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
615
+ "decoder.model.decoder.layers.35.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
616
+ "decoder.model.decoder.layers.35.self_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
617
+ "decoder.model.decoder.layers.35.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
618
+ "decoder.model.decoder.layers.35.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
619
+ "decoder.model.decoder.layers.35.self_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
620
+ "decoder.model.decoder.layers.35.self_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
621
+ "decoder.model.decoder.layers.36.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
622
+ "decoder.model.decoder.layers.36.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
623
+ "decoder.model.decoder.layers.36.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
624
+ "decoder.model.decoder.layers.36.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
625
+ "decoder.model.decoder.layers.36.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
626
+ "decoder.model.decoder.layers.36.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
627
+ "decoder.model.decoder.layers.36.fc1.weight": "pytorch_model-00002-of-00002.bin",
628
+ "decoder.model.decoder.layers.36.fc2.weight": "pytorch_model-00002-of-00002.bin",
629
+ "decoder.model.decoder.layers.36.final_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
630
+ "decoder.model.decoder.layers.36.final_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
631
+ "decoder.model.decoder.layers.36.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
632
+ "decoder.model.decoder.layers.36.self_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
633
+ "decoder.model.decoder.layers.36.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
634
+ "decoder.model.decoder.layers.36.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
635
+ "decoder.model.decoder.layers.36.self_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
636
+ "decoder.model.decoder.layers.36.self_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
637
+ "decoder.model.decoder.layers.37.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
638
+ "decoder.model.decoder.layers.37.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
639
+ "decoder.model.decoder.layers.37.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
640
+ "decoder.model.decoder.layers.37.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
641
+ "decoder.model.decoder.layers.37.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
642
+ "decoder.model.decoder.layers.37.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
643
+ "decoder.model.decoder.layers.37.fc1.weight": "pytorch_model-00002-of-00002.bin",
644
+ "decoder.model.decoder.layers.37.fc2.weight": "pytorch_model-00002-of-00002.bin",
645
+ "decoder.model.decoder.layers.37.final_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
646
+ "decoder.model.decoder.layers.37.final_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
647
+ "decoder.model.decoder.layers.37.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
648
+ "decoder.model.decoder.layers.37.self_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
649
+ "decoder.model.decoder.layers.37.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
650
+ "decoder.model.decoder.layers.37.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
651
+ "decoder.model.decoder.layers.37.self_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
652
+ "decoder.model.decoder.layers.37.self_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
653
+ "decoder.model.decoder.layers.38.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
654
+ "decoder.model.decoder.layers.38.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
655
+ "decoder.model.decoder.layers.38.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
656
+ "decoder.model.decoder.layers.38.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
657
+ "decoder.model.decoder.layers.38.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
658
+ "decoder.model.decoder.layers.38.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
659
+ "decoder.model.decoder.layers.38.fc1.weight": "pytorch_model-00002-of-00002.bin",
660
+ "decoder.model.decoder.layers.38.fc2.weight": "pytorch_model-00002-of-00002.bin",
661
+ "decoder.model.decoder.layers.38.final_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
662
+ "decoder.model.decoder.layers.38.final_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
663
+ "decoder.model.decoder.layers.38.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
664
+ "decoder.model.decoder.layers.38.self_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
665
+ "decoder.model.decoder.layers.38.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
666
+ "decoder.model.decoder.layers.38.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
667
+ "decoder.model.decoder.layers.38.self_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
668
+ "decoder.model.decoder.layers.38.self_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
669
+ "decoder.model.decoder.layers.39.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
670
+ "decoder.model.decoder.layers.39.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
671
+ "decoder.model.decoder.layers.39.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
672
+ "decoder.model.decoder.layers.39.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
673
+ "decoder.model.decoder.layers.39.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
674
+ "decoder.model.decoder.layers.39.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
675
+ "decoder.model.decoder.layers.39.fc1.weight": "pytorch_model-00002-of-00002.bin",
676
+ "decoder.model.decoder.layers.39.fc2.weight": "pytorch_model-00002-of-00002.bin",
677
+ "decoder.model.decoder.layers.39.final_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
678
+ "decoder.model.decoder.layers.39.final_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
679
+ "decoder.model.decoder.layers.39.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
680
+ "decoder.model.decoder.layers.39.self_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
681
+ "decoder.model.decoder.layers.39.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
682
+ "decoder.model.decoder.layers.39.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
683
+ "decoder.model.decoder.layers.39.self_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
684
+ "decoder.model.decoder.layers.39.self_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
685
+ "decoder.model.decoder.layers.4.encoder_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
686
+ "decoder.model.decoder.layers.4.encoder_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
687
+ "decoder.model.decoder.layers.4.encoder_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
688
+ "decoder.model.decoder.layers.4.encoder_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
689
+ "decoder.model.decoder.layers.4.encoder_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
690
+ "decoder.model.decoder.layers.4.encoder_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
691
+ "decoder.model.decoder.layers.4.fc1.weight": "pytorch_model-00001-of-00002.bin",
692
+ "decoder.model.decoder.layers.4.fc2.weight": "pytorch_model-00001-of-00002.bin",
693
+ "decoder.model.decoder.layers.4.final_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
694
+ "decoder.model.decoder.layers.4.final_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
695
+ "decoder.model.decoder.layers.4.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
696
+ "decoder.model.decoder.layers.4.self_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
697
+ "decoder.model.decoder.layers.4.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
698
+ "decoder.model.decoder.layers.4.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
699
+ "decoder.model.decoder.layers.4.self_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
700
+ "decoder.model.decoder.layers.4.self_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
701
+ "decoder.model.decoder.layers.40.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
702
+ "decoder.model.decoder.layers.40.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
703
+ "decoder.model.decoder.layers.40.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
704
+ "decoder.model.decoder.layers.40.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
705
+ "decoder.model.decoder.layers.40.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
706
+ "decoder.model.decoder.layers.40.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
707
+ "decoder.model.decoder.layers.40.fc1.weight": "pytorch_model-00002-of-00002.bin",
708
+ "decoder.model.decoder.layers.40.fc2.weight": "pytorch_model-00002-of-00002.bin",
709
+ "decoder.model.decoder.layers.40.final_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
710
+ "decoder.model.decoder.layers.40.final_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
711
+ "decoder.model.decoder.layers.40.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
712
+ "decoder.model.decoder.layers.40.self_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
713
+ "decoder.model.decoder.layers.40.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
714
+ "decoder.model.decoder.layers.40.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
715
+ "decoder.model.decoder.layers.40.self_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
716
+ "decoder.model.decoder.layers.40.self_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
717
+ "decoder.model.decoder.layers.41.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
718
+ "decoder.model.decoder.layers.41.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
719
+ "decoder.model.decoder.layers.41.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
720
+ "decoder.model.decoder.layers.41.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
721
+ "decoder.model.decoder.layers.41.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
722
+ "decoder.model.decoder.layers.41.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
723
+ "decoder.model.decoder.layers.41.fc1.weight": "pytorch_model-00002-of-00002.bin",
724
+ "decoder.model.decoder.layers.41.fc2.weight": "pytorch_model-00002-of-00002.bin",
725
+ "decoder.model.decoder.layers.41.final_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
726
+ "decoder.model.decoder.layers.41.final_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
727
+ "decoder.model.decoder.layers.41.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
728
+ "decoder.model.decoder.layers.41.self_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
729
+ "decoder.model.decoder.layers.41.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
730
+ "decoder.model.decoder.layers.41.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
731
+ "decoder.model.decoder.layers.41.self_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
732
+ "decoder.model.decoder.layers.41.self_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
733
+ "decoder.model.decoder.layers.42.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
734
+ "decoder.model.decoder.layers.42.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
735
+ "decoder.model.decoder.layers.42.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
736
+ "decoder.model.decoder.layers.42.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
737
+ "decoder.model.decoder.layers.42.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
738
+ "decoder.model.decoder.layers.42.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
739
+ "decoder.model.decoder.layers.42.fc1.weight": "pytorch_model-00002-of-00002.bin",
740
+ "decoder.model.decoder.layers.42.fc2.weight": "pytorch_model-00002-of-00002.bin",
741
+ "decoder.model.decoder.layers.42.final_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
742
+ "decoder.model.decoder.layers.42.final_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
743
+ "decoder.model.decoder.layers.42.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
744
+ "decoder.model.decoder.layers.42.self_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
745
+ "decoder.model.decoder.layers.42.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
746
+ "decoder.model.decoder.layers.42.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
747
+ "decoder.model.decoder.layers.42.self_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
748
+ "decoder.model.decoder.layers.42.self_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
749
+ "decoder.model.decoder.layers.43.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
750
+ "decoder.model.decoder.layers.43.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
751
+ "decoder.model.decoder.layers.43.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
752
+ "decoder.model.decoder.layers.43.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
753
+ "decoder.model.decoder.layers.43.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
754
+ "decoder.model.decoder.layers.43.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
755
+ "decoder.model.decoder.layers.43.fc1.weight": "pytorch_model-00002-of-00002.bin",
756
+ "decoder.model.decoder.layers.43.fc2.weight": "pytorch_model-00002-of-00002.bin",
757
+ "decoder.model.decoder.layers.43.final_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
758
+ "decoder.model.decoder.layers.43.final_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
759
+ "decoder.model.decoder.layers.43.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
760
+ "decoder.model.decoder.layers.43.self_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
761
+ "decoder.model.decoder.layers.43.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
762
+ "decoder.model.decoder.layers.43.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
763
+ "decoder.model.decoder.layers.43.self_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
764
+ "decoder.model.decoder.layers.43.self_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
765
+ "decoder.model.decoder.layers.44.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
766
+ "decoder.model.decoder.layers.44.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
767
+ "decoder.model.decoder.layers.44.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
768
+ "decoder.model.decoder.layers.44.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
769
+ "decoder.model.decoder.layers.44.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
770
+ "decoder.model.decoder.layers.44.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
771
+ "decoder.model.decoder.layers.44.fc1.weight": "pytorch_model-00002-of-00002.bin",
772
+ "decoder.model.decoder.layers.44.fc2.weight": "pytorch_model-00002-of-00002.bin",
773
+ "decoder.model.decoder.layers.44.final_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
774
+ "decoder.model.decoder.layers.44.final_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
775
+ "decoder.model.decoder.layers.44.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
776
+ "decoder.model.decoder.layers.44.self_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
777
+ "decoder.model.decoder.layers.44.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
778
+ "decoder.model.decoder.layers.44.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
779
+ "decoder.model.decoder.layers.44.self_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
780
+ "decoder.model.decoder.layers.44.self_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
781
+ "decoder.model.decoder.layers.45.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
782
+ "decoder.model.decoder.layers.45.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
783
+ "decoder.model.decoder.layers.45.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
784
+ "decoder.model.decoder.layers.45.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
785
+ "decoder.model.decoder.layers.45.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
786
+ "decoder.model.decoder.layers.45.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
787
+ "decoder.model.decoder.layers.45.fc1.weight": "pytorch_model-00002-of-00002.bin",
788
+ "decoder.model.decoder.layers.45.fc2.weight": "pytorch_model-00002-of-00002.bin",
789
+ "decoder.model.decoder.layers.45.final_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
790
+ "decoder.model.decoder.layers.45.final_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
791
+ "decoder.model.decoder.layers.45.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
792
+ "decoder.model.decoder.layers.45.self_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
793
+ "decoder.model.decoder.layers.45.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
794
+ "decoder.model.decoder.layers.45.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
795
+ "decoder.model.decoder.layers.45.self_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
796
+ "decoder.model.decoder.layers.45.self_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
797
+ "decoder.model.decoder.layers.46.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
798
+ "decoder.model.decoder.layers.46.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
799
+ "decoder.model.decoder.layers.46.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
800
+ "decoder.model.decoder.layers.46.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
801
+ "decoder.model.decoder.layers.46.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
802
+ "decoder.model.decoder.layers.46.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
803
+ "decoder.model.decoder.layers.46.fc1.weight": "pytorch_model-00002-of-00002.bin",
804
+ "decoder.model.decoder.layers.46.fc2.weight": "pytorch_model-00002-of-00002.bin",
805
+ "decoder.model.decoder.layers.46.final_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
806
+ "decoder.model.decoder.layers.46.final_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
807
+ "decoder.model.decoder.layers.46.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
808
+ "decoder.model.decoder.layers.46.self_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
809
+ "decoder.model.decoder.layers.46.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
810
+ "decoder.model.decoder.layers.46.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
811
+ "decoder.model.decoder.layers.46.self_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
812
+ "decoder.model.decoder.layers.46.self_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
813
+ "decoder.model.decoder.layers.47.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
814
+ "decoder.model.decoder.layers.47.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
815
+ "decoder.model.decoder.layers.47.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
816
+ "decoder.model.decoder.layers.47.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
817
+ "decoder.model.decoder.layers.47.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
818
+ "decoder.model.decoder.layers.47.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
819
+ "decoder.model.decoder.layers.47.fc1.weight": "pytorch_model-00002-of-00002.bin",
820
+ "decoder.model.decoder.layers.47.fc2.weight": "pytorch_model-00002-of-00002.bin",
821
+ "decoder.model.decoder.layers.47.final_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
822
+ "decoder.model.decoder.layers.47.final_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
823
+ "decoder.model.decoder.layers.47.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
824
+ "decoder.model.decoder.layers.47.self_attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
825
+ "decoder.model.decoder.layers.47.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
826
+ "decoder.model.decoder.layers.47.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
827
+ "decoder.model.decoder.layers.47.self_attn_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
828
+ "decoder.model.decoder.layers.47.self_attn_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
829
+ "decoder.model.decoder.layers.5.encoder_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
830
+ "decoder.model.decoder.layers.5.encoder_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
831
+ "decoder.model.decoder.layers.5.encoder_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
832
+ "decoder.model.decoder.layers.5.encoder_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
833
+ "decoder.model.decoder.layers.5.encoder_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
834
+ "decoder.model.decoder.layers.5.encoder_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
835
+ "decoder.model.decoder.layers.5.fc1.weight": "pytorch_model-00001-of-00002.bin",
836
+ "decoder.model.decoder.layers.5.fc2.weight": "pytorch_model-00001-of-00002.bin",
837
+ "decoder.model.decoder.layers.5.final_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
838
+ "decoder.model.decoder.layers.5.final_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
839
+ "decoder.model.decoder.layers.5.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
840
+ "decoder.model.decoder.layers.5.self_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
841
+ "decoder.model.decoder.layers.5.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
842
+ "decoder.model.decoder.layers.5.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
843
+ "decoder.model.decoder.layers.5.self_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
844
+ "decoder.model.decoder.layers.5.self_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
845
+ "decoder.model.decoder.layers.6.encoder_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
846
+ "decoder.model.decoder.layers.6.encoder_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
847
+ "decoder.model.decoder.layers.6.encoder_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
848
+ "decoder.model.decoder.layers.6.encoder_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
849
+ "decoder.model.decoder.layers.6.encoder_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
850
+ "decoder.model.decoder.layers.6.encoder_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
851
+ "decoder.model.decoder.layers.6.fc1.weight": "pytorch_model-00001-of-00002.bin",
852
+ "decoder.model.decoder.layers.6.fc2.weight": "pytorch_model-00001-of-00002.bin",
853
+ "decoder.model.decoder.layers.6.final_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
854
+ "decoder.model.decoder.layers.6.final_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
855
+ "decoder.model.decoder.layers.6.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
856
+ "decoder.model.decoder.layers.6.self_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
857
+ "decoder.model.decoder.layers.6.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
858
+ "decoder.model.decoder.layers.6.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
859
+ "decoder.model.decoder.layers.6.self_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
860
+ "decoder.model.decoder.layers.6.self_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
861
+ "decoder.model.decoder.layers.7.encoder_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
862
+ "decoder.model.decoder.layers.7.encoder_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
863
+ "decoder.model.decoder.layers.7.encoder_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
864
+ "decoder.model.decoder.layers.7.encoder_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
865
+ "decoder.model.decoder.layers.7.encoder_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
866
+ "decoder.model.decoder.layers.7.encoder_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
867
+ "decoder.model.decoder.layers.7.fc1.weight": "pytorch_model-00001-of-00002.bin",
868
+ "decoder.model.decoder.layers.7.fc2.weight": "pytorch_model-00001-of-00002.bin",
869
+ "decoder.model.decoder.layers.7.final_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
870
+ "decoder.model.decoder.layers.7.final_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
871
+ "decoder.model.decoder.layers.7.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
872
+ "decoder.model.decoder.layers.7.self_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
873
+ "decoder.model.decoder.layers.7.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
874
+ "decoder.model.decoder.layers.7.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
875
+ "decoder.model.decoder.layers.7.self_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
876
+ "decoder.model.decoder.layers.7.self_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
877
+ "decoder.model.decoder.layers.8.encoder_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
878
+ "decoder.model.decoder.layers.8.encoder_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
879
+ "decoder.model.decoder.layers.8.encoder_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
880
+ "decoder.model.decoder.layers.8.encoder_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
881
+ "decoder.model.decoder.layers.8.encoder_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
882
+ "decoder.model.decoder.layers.8.encoder_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
883
+ "decoder.model.decoder.layers.8.fc1.weight": "pytorch_model-00001-of-00002.bin",
884
+ "decoder.model.decoder.layers.8.fc2.weight": "pytorch_model-00001-of-00002.bin",
885
+ "decoder.model.decoder.layers.8.final_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
886
+ "decoder.model.decoder.layers.8.final_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
887
+ "decoder.model.decoder.layers.8.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
888
+ "decoder.model.decoder.layers.8.self_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
889
+ "decoder.model.decoder.layers.8.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
890
+ "decoder.model.decoder.layers.8.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
891
+ "decoder.model.decoder.layers.8.self_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
892
+ "decoder.model.decoder.layers.8.self_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
893
+ "decoder.model.decoder.layers.9.encoder_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
894
+ "decoder.model.decoder.layers.9.encoder_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
895
+ "decoder.model.decoder.layers.9.encoder_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
896
+ "decoder.model.decoder.layers.9.encoder_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
897
+ "decoder.model.decoder.layers.9.encoder_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
898
+ "decoder.model.decoder.layers.9.encoder_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
899
+ "decoder.model.decoder.layers.9.fc1.weight": "pytorch_model-00001-of-00002.bin",
900
+ "decoder.model.decoder.layers.9.fc2.weight": "pytorch_model-00001-of-00002.bin",
901
+ "decoder.model.decoder.layers.9.final_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
902
+ "decoder.model.decoder.layers.9.final_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
903
+ "decoder.model.decoder.layers.9.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
904
+ "decoder.model.decoder.layers.9.self_attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
905
+ "decoder.model.decoder.layers.9.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
906
+ "decoder.model.decoder.layers.9.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
907
+ "decoder.model.decoder.layers.9.self_attn_layer_norm.bias": "pytorch_model-00001-of-00002.bin",
908
+ "decoder.model.decoder.layers.9.self_attn_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
909
+ "enc_to_dec_proj.bias": "pytorch_model-00002-of-00002.bin",
910
+ "enc_to_dec_proj.weight": "pytorch_model-00002-of-00002.bin",
911
+ "text_encoder.encoder.block.0.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
912
+ "text_encoder.encoder.block.0.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
913
+ "text_encoder.encoder.block.0.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
914
+ "text_encoder.encoder.block.0.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00001-of-00002.bin",
915
+ "text_encoder.encoder.block.0.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
916
+ "text_encoder.encoder.block.0.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
917
+ "text_encoder.encoder.block.0.layer.1.DenseReluDense.wi.weight": "pytorch_model-00001-of-00002.bin",
918
+ "text_encoder.encoder.block.0.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
919
+ "text_encoder.encoder.block.0.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
920
+ "text_encoder.encoder.block.1.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
921
+ "text_encoder.encoder.block.1.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
922
+ "text_encoder.encoder.block.1.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
923
+ "text_encoder.encoder.block.1.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
924
+ "text_encoder.encoder.block.1.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
925
+ "text_encoder.encoder.block.1.layer.1.DenseReluDense.wi.weight": "pytorch_model-00001-of-00002.bin",
926
+ "text_encoder.encoder.block.1.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
927
+ "text_encoder.encoder.block.1.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
928
+ "text_encoder.encoder.block.10.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
929
+ "text_encoder.encoder.block.10.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
930
+ "text_encoder.encoder.block.10.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
931
+ "text_encoder.encoder.block.10.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
932
+ "text_encoder.encoder.block.10.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
933
+ "text_encoder.encoder.block.10.layer.1.DenseReluDense.wi.weight": "pytorch_model-00001-of-00002.bin",
934
+ "text_encoder.encoder.block.10.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
935
+ "text_encoder.encoder.block.10.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
936
+ "text_encoder.encoder.block.11.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
937
+ "text_encoder.encoder.block.11.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
938
+ "text_encoder.encoder.block.11.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
939
+ "text_encoder.encoder.block.11.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
940
+ "text_encoder.encoder.block.11.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
941
+ "text_encoder.encoder.block.11.layer.1.DenseReluDense.wi.weight": "pytorch_model-00001-of-00002.bin",
942
+ "text_encoder.encoder.block.11.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
943
+ "text_encoder.encoder.block.11.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
944
+ "text_encoder.encoder.block.2.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
945
+ "text_encoder.encoder.block.2.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
946
+ "text_encoder.encoder.block.2.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
947
+ "text_encoder.encoder.block.2.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
948
+ "text_encoder.encoder.block.2.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
949
+ "text_encoder.encoder.block.2.layer.1.DenseReluDense.wi.weight": "pytorch_model-00001-of-00002.bin",
950
+ "text_encoder.encoder.block.2.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
951
+ "text_encoder.encoder.block.2.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
952
+ "text_encoder.encoder.block.3.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
953
+ "text_encoder.encoder.block.3.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
954
+ "text_encoder.encoder.block.3.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
955
+ "text_encoder.encoder.block.3.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
956
+ "text_encoder.encoder.block.3.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
957
+ "text_encoder.encoder.block.3.layer.1.DenseReluDense.wi.weight": "pytorch_model-00001-of-00002.bin",
958
+ "text_encoder.encoder.block.3.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
959
+ "text_encoder.encoder.block.3.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
960
+ "text_encoder.encoder.block.4.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
961
+ "text_encoder.encoder.block.4.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
962
+ "text_encoder.encoder.block.4.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
963
+ "text_encoder.encoder.block.4.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
964
+ "text_encoder.encoder.block.4.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
965
+ "text_encoder.encoder.block.4.layer.1.DenseReluDense.wi.weight": "pytorch_model-00001-of-00002.bin",
966
+ "text_encoder.encoder.block.4.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
967
+ "text_encoder.encoder.block.4.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
968
+ "text_encoder.encoder.block.5.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
969
+ "text_encoder.encoder.block.5.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
970
+ "text_encoder.encoder.block.5.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
971
+ "text_encoder.encoder.block.5.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
972
+ "text_encoder.encoder.block.5.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
973
+ "text_encoder.encoder.block.5.layer.1.DenseReluDense.wi.weight": "pytorch_model-00001-of-00002.bin",
974
+ "text_encoder.encoder.block.5.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
975
+ "text_encoder.encoder.block.5.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
976
+ "text_encoder.encoder.block.6.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
977
+ "text_encoder.encoder.block.6.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
978
+ "text_encoder.encoder.block.6.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
979
+ "text_encoder.encoder.block.6.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
980
+ "text_encoder.encoder.block.6.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
981
+ "text_encoder.encoder.block.6.layer.1.DenseReluDense.wi.weight": "pytorch_model-00001-of-00002.bin",
982
+ "text_encoder.encoder.block.6.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
983
+ "text_encoder.encoder.block.6.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
984
+ "text_encoder.encoder.block.7.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
985
+ "text_encoder.encoder.block.7.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
986
+ "text_encoder.encoder.block.7.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
987
+ "text_encoder.encoder.block.7.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
988
+ "text_encoder.encoder.block.7.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
989
+ "text_encoder.encoder.block.7.layer.1.DenseReluDense.wi.weight": "pytorch_model-00001-of-00002.bin",
990
+ "text_encoder.encoder.block.7.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
991
+ "text_encoder.encoder.block.7.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
992
+ "text_encoder.encoder.block.8.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
993
+ "text_encoder.encoder.block.8.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
994
+ "text_encoder.encoder.block.8.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
995
+ "text_encoder.encoder.block.8.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
996
+ "text_encoder.encoder.block.8.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
997
+ "text_encoder.encoder.block.8.layer.1.DenseReluDense.wi.weight": "pytorch_model-00001-of-00002.bin",
998
+ "text_encoder.encoder.block.8.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
999
+ "text_encoder.encoder.block.8.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
1000
+ "text_encoder.encoder.block.9.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
1001
+ "text_encoder.encoder.block.9.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
1002
+ "text_encoder.encoder.block.9.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
1003
+ "text_encoder.encoder.block.9.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
1004
+ "text_encoder.encoder.block.9.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
1005
+ "text_encoder.encoder.block.9.layer.1.DenseReluDense.wi.weight": "pytorch_model-00001-of-00002.bin",
1006
+ "text_encoder.encoder.block.9.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
1007
+ "text_encoder.encoder.block.9.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
1008
+ "text_encoder.encoder.embed_tokens.weight": "pytorch_model-00001-of-00002.bin",
1009
+ "text_encoder.encoder.final_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
1010
+ "text_encoder.shared.weight": "pytorch_model-00001-of-00002.bin"
1011
+ }
1012
+ }
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,938 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<pad>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "</s>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "<unk>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "32000": {
28
+ "content": "<extra_id_99>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "32001": {
36
+ "content": "<extra_id_98>",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ },
43
+ "32002": {
44
+ "content": "<extra_id_97>",
45
+ "lstrip": false,
46
+ "normalized": false,
47
+ "rstrip": false,
48
+ "single_word": false,
49
+ "special": true
50
+ },
51
+ "32003": {
52
+ "content": "<extra_id_96>",
53
+ "lstrip": false,
54
+ "normalized": false,
55
+ "rstrip": false,
56
+ "single_word": false,
57
+ "special": true
58
+ },
59
+ "32004": {
60
+ "content": "<extra_id_95>",
61
+ "lstrip": false,
62
+ "normalized": false,
63
+ "rstrip": false,
64
+ "single_word": false,
65
+ "special": true
66
+ },
67
+ "32005": {
68
+ "content": "<extra_id_94>",
69
+ "lstrip": false,
70
+ "normalized": false,
71
+ "rstrip": false,
72
+ "single_word": false,
73
+ "special": true
74
+ },
75
+ "32006": {
76
+ "content": "<extra_id_93>",
77
+ "lstrip": false,
78
+ "normalized": false,
79
+ "rstrip": false,
80
+ "single_word": false,
81
+ "special": true
82
+ },
83
+ "32007": {
84
+ "content": "<extra_id_92>",
85
+ "lstrip": false,
86
+ "normalized": false,
87
+ "rstrip": false,
88
+ "single_word": false,
89
+ "special": true
90
+ },
91
+ "32008": {
92
+ "content": "<extra_id_91>",
93
+ "lstrip": false,
94
+ "normalized": false,
95
+ "rstrip": false,
96
+ "single_word": false,
97
+ "special": true
98
+ },
99
+ "32009": {
100
+ "content": "<extra_id_90>",
101
+ "lstrip": false,
102
+ "normalized": false,
103
+ "rstrip": false,
104
+ "single_word": false,
105
+ "special": true
106
+ },
107
+ "32010": {
108
+ "content": "<extra_id_89>",
109
+ "lstrip": false,
110
+ "normalized": false,
111
+ "rstrip": false,
112
+ "single_word": false,
113
+ "special": true
114
+ },
115
+ "32011": {
116
+ "content": "<extra_id_88>",
117
+ "lstrip": false,
118
+ "normalized": false,
119
+ "rstrip": false,
120
+ "single_word": false,
121
+ "special": true
122
+ },
123
+ "32012": {
124
+ "content": "<extra_id_87>",
125
+ "lstrip": false,
126
+ "normalized": false,
127
+ "rstrip": false,
128
+ "single_word": false,
129
+ "special": true
130
+ },
131
+ "32013": {
132
+ "content": "<extra_id_86>",
133
+ "lstrip": false,
134
+ "normalized": false,
135
+ "rstrip": false,
136
+ "single_word": false,
137
+ "special": true
138
+ },
139
+ "32014": {
140
+ "content": "<extra_id_85>",
141
+ "lstrip": false,
142
+ "normalized": false,
143
+ "rstrip": false,
144
+ "single_word": false,
145
+ "special": true
146
+ },
147
+ "32015": {
148
+ "content": "<extra_id_84>",
149
+ "lstrip": false,
150
+ "normalized": false,
151
+ "rstrip": false,
152
+ "single_word": false,
153
+ "special": true
154
+ },
155
+ "32016": {
156
+ "content": "<extra_id_83>",
157
+ "lstrip": false,
158
+ "normalized": false,
159
+ "rstrip": false,
160
+ "single_word": false,
161
+ "special": true
162
+ },
163
+ "32017": {
164
+ "content": "<extra_id_82>",
165
+ "lstrip": false,
166
+ "normalized": false,
167
+ "rstrip": false,
168
+ "single_word": false,
169
+ "special": true
170
+ },
171
+ "32018": {
172
+ "content": "<extra_id_81>",
173
+ "lstrip": false,
174
+ "normalized": false,
175
+ "rstrip": false,
176
+ "single_word": false,
177
+ "special": true
178
+ },
179
+ "32019": {
180
+ "content": "<extra_id_80>",
181
+ "lstrip": false,
182
+ "normalized": false,
183
+ "rstrip": false,
184
+ "single_word": false,
185
+ "special": true
186
+ },
187
+ "32020": {
188
+ "content": "<extra_id_79>",
189
+ "lstrip": false,
190
+ "normalized": false,
191
+ "rstrip": false,
192
+ "single_word": false,
193
+ "special": true
194
+ },
195
+ "32021": {
196
+ "content": "<extra_id_78>",
197
+ "lstrip": false,
198
+ "normalized": false,
199
+ "rstrip": false,
200
+ "single_word": false,
201
+ "special": true
202
+ },
203
+ "32022": {
204
+ "content": "<extra_id_77>",
205
+ "lstrip": false,
206
+ "normalized": false,
207
+ "rstrip": false,
208
+ "single_word": false,
209
+ "special": true
210
+ },
211
+ "32023": {
212
+ "content": "<extra_id_76>",
213
+ "lstrip": false,
214
+ "normalized": false,
215
+ "rstrip": false,
216
+ "single_word": false,
217
+ "special": true
218
+ },
219
+ "32024": {
220
+ "content": "<extra_id_75>",
221
+ "lstrip": false,
222
+ "normalized": false,
223
+ "rstrip": false,
224
+ "single_word": false,
225
+ "special": true
226
+ },
227
+ "32025": {
228
+ "content": "<extra_id_74>",
229
+ "lstrip": false,
230
+ "normalized": false,
231
+ "rstrip": false,
232
+ "single_word": false,
233
+ "special": true
234
+ },
235
+ "32026": {
236
+ "content": "<extra_id_73>",
237
+ "lstrip": false,
238
+ "normalized": false,
239
+ "rstrip": false,
240
+ "single_word": false,
241
+ "special": true
242
+ },
243
+ "32027": {
244
+ "content": "<extra_id_72>",
245
+ "lstrip": false,
246
+ "normalized": false,
247
+ "rstrip": false,
248
+ "single_word": false,
249
+ "special": true
250
+ },
251
+ "32028": {
252
+ "content": "<extra_id_71>",
253
+ "lstrip": false,
254
+ "normalized": false,
255
+ "rstrip": false,
256
+ "single_word": false,
257
+ "special": true
258
+ },
259
+ "32029": {
260
+ "content": "<extra_id_70>",
261
+ "lstrip": false,
262
+ "normalized": false,
263
+ "rstrip": false,
264
+ "single_word": false,
265
+ "special": true
266
+ },
267
+ "32030": {
268
+ "content": "<extra_id_69>",
269
+ "lstrip": false,
270
+ "normalized": false,
271
+ "rstrip": false,
272
+ "single_word": false,
273
+ "special": true
274
+ },
275
+ "32031": {
276
+ "content": "<extra_id_68>",
277
+ "lstrip": false,
278
+ "normalized": false,
279
+ "rstrip": false,
280
+ "single_word": false,
281
+ "special": true
282
+ },
283
+ "32032": {
284
+ "content": "<extra_id_67>",
285
+ "lstrip": false,
286
+ "normalized": false,
287
+ "rstrip": false,
288
+ "single_word": false,
289
+ "special": true
290
+ },
291
+ "32033": {
292
+ "content": "<extra_id_66>",
293
+ "lstrip": false,
294
+ "normalized": false,
295
+ "rstrip": false,
296
+ "single_word": false,
297
+ "special": true
298
+ },
299
+ "32034": {
300
+ "content": "<extra_id_65>",
301
+ "lstrip": false,
302
+ "normalized": false,
303
+ "rstrip": false,
304
+ "single_word": false,
305
+ "special": true
306
+ },
307
+ "32035": {
308
+ "content": "<extra_id_64>",
309
+ "lstrip": false,
310
+ "normalized": false,
311
+ "rstrip": false,
312
+ "single_word": false,
313
+ "special": true
314
+ },
315
+ "32036": {
316
+ "content": "<extra_id_63>",
317
+ "lstrip": false,
318
+ "normalized": false,
319
+ "rstrip": false,
320
+ "single_word": false,
321
+ "special": true
322
+ },
323
+ "32037": {
324
+ "content": "<extra_id_62>",
325
+ "lstrip": false,
326
+ "normalized": false,
327
+ "rstrip": false,
328
+ "single_word": false,
329
+ "special": true
330
+ },
331
+ "32038": {
332
+ "content": "<extra_id_61>",
333
+ "lstrip": false,
334
+ "normalized": false,
335
+ "rstrip": false,
336
+ "single_word": false,
337
+ "special": true
338
+ },
339
+ "32039": {
340
+ "content": "<extra_id_60>",
341
+ "lstrip": false,
342
+ "normalized": false,
343
+ "rstrip": false,
344
+ "single_word": false,
345
+ "special": true
346
+ },
347
+ "32040": {
348
+ "content": "<extra_id_59>",
349
+ "lstrip": false,
350
+ "normalized": false,
351
+ "rstrip": false,
352
+ "single_word": false,
353
+ "special": true
354
+ },
355
+ "32041": {
356
+ "content": "<extra_id_58>",
357
+ "lstrip": false,
358
+ "normalized": false,
359
+ "rstrip": false,
360
+ "single_word": false,
361
+ "special": true
362
+ },
363
+ "32042": {
364
+ "content": "<extra_id_57>",
365
+ "lstrip": false,
366
+ "normalized": false,
367
+ "rstrip": false,
368
+ "single_word": false,
369
+ "special": true
370
+ },
371
+ "32043": {
372
+ "content": "<extra_id_56>",
373
+ "lstrip": false,
374
+ "normalized": false,
375
+ "rstrip": false,
376
+ "single_word": false,
377
+ "special": true
378
+ },
379
+ "32044": {
380
+ "content": "<extra_id_55>",
381
+ "lstrip": false,
382
+ "normalized": false,
383
+ "rstrip": false,
384
+ "single_word": false,
385
+ "special": true
386
+ },
387
+ "32045": {
388
+ "content": "<extra_id_54>",
389
+ "lstrip": false,
390
+ "normalized": false,
391
+ "rstrip": false,
392
+ "single_word": false,
393
+ "special": true
394
+ },
395
+ "32046": {
396
+ "content": "<extra_id_53>",
397
+ "lstrip": false,
398
+ "normalized": false,
399
+ "rstrip": false,
400
+ "single_word": false,
401
+ "special": true
402
+ },
403
+ "32047": {
404
+ "content": "<extra_id_52>",
405
+ "lstrip": false,
406
+ "normalized": false,
407
+ "rstrip": false,
408
+ "single_word": false,
409
+ "special": true
410
+ },
411
+ "32048": {
412
+ "content": "<extra_id_51>",
413
+ "lstrip": false,
414
+ "normalized": false,
415
+ "rstrip": false,
416
+ "single_word": false,
417
+ "special": true
418
+ },
419
+ "32049": {
420
+ "content": "<extra_id_50>",
421
+ "lstrip": false,
422
+ "normalized": false,
423
+ "rstrip": false,
424
+ "single_word": false,
425
+ "special": true
426
+ },
427
+ "32050": {
428
+ "content": "<extra_id_49>",
429
+ "lstrip": false,
430
+ "normalized": false,
431
+ "rstrip": false,
432
+ "single_word": false,
433
+ "special": true
434
+ },
435
+ "32051": {
436
+ "content": "<extra_id_48>",
437
+ "lstrip": false,
438
+ "normalized": false,
439
+ "rstrip": false,
440
+ "single_word": false,
441
+ "special": true
442
+ },
443
+ "32052": {
444
+ "content": "<extra_id_47>",
445
+ "lstrip": false,
446
+ "normalized": false,
447
+ "rstrip": false,
448
+ "single_word": false,
449
+ "special": true
450
+ },
451
+ "32053": {
452
+ "content": "<extra_id_46>",
453
+ "lstrip": false,
454
+ "normalized": false,
455
+ "rstrip": false,
456
+ "single_word": false,
457
+ "special": true
458
+ },
459
+ "32054": {
460
+ "content": "<extra_id_45>",
461
+ "lstrip": false,
462
+ "normalized": false,
463
+ "rstrip": false,
464
+ "single_word": false,
465
+ "special": true
466
+ },
467
+ "32055": {
468
+ "content": "<extra_id_44>",
469
+ "lstrip": false,
470
+ "normalized": false,
471
+ "rstrip": false,
472
+ "single_word": false,
473
+ "special": true
474
+ },
475
+ "32056": {
476
+ "content": "<extra_id_43>",
477
+ "lstrip": false,
478
+ "normalized": false,
479
+ "rstrip": false,
480
+ "single_word": false,
481
+ "special": true
482
+ },
483
+ "32057": {
484
+ "content": "<extra_id_42>",
485
+ "lstrip": false,
486
+ "normalized": false,
487
+ "rstrip": false,
488
+ "single_word": false,
489
+ "special": true
490
+ },
491
+ "32058": {
492
+ "content": "<extra_id_41>",
493
+ "lstrip": false,
494
+ "normalized": false,
495
+ "rstrip": false,
496
+ "single_word": false,
497
+ "special": true
498
+ },
499
+ "32059": {
500
+ "content": "<extra_id_40>",
501
+ "lstrip": false,
502
+ "normalized": false,
503
+ "rstrip": false,
504
+ "single_word": false,
505
+ "special": true
506
+ },
507
+ "32060": {
508
+ "content": "<extra_id_39>",
509
+ "lstrip": false,
510
+ "normalized": false,
511
+ "rstrip": false,
512
+ "single_word": false,
513
+ "special": true
514
+ },
515
+ "32061": {
516
+ "content": "<extra_id_38>",
517
+ "lstrip": false,
518
+ "normalized": false,
519
+ "rstrip": false,
520
+ "single_word": false,
521
+ "special": true
522
+ },
523
+ "32062": {
524
+ "content": "<extra_id_37>",
525
+ "lstrip": false,
526
+ "normalized": false,
527
+ "rstrip": false,
528
+ "single_word": false,
529
+ "special": true
530
+ },
531
+ "32063": {
532
+ "content": "<extra_id_36>",
533
+ "lstrip": false,
534
+ "normalized": false,
535
+ "rstrip": false,
536
+ "single_word": false,
537
+ "special": true
538
+ },
539
+ "32064": {
540
+ "content": "<extra_id_35>",
541
+ "lstrip": false,
542
+ "normalized": false,
543
+ "rstrip": false,
544
+ "single_word": false,
545
+ "special": true
546
+ },
547
+ "32065": {
548
+ "content": "<extra_id_34>",
549
+ "lstrip": false,
550
+ "normalized": false,
551
+ "rstrip": false,
552
+ "single_word": false,
553
+ "special": true
554
+ },
555
+ "32066": {
556
+ "content": "<extra_id_33>",
557
+ "lstrip": false,
558
+ "normalized": false,
559
+ "rstrip": false,
560
+ "single_word": false,
561
+ "special": true
562
+ },
563
+ "32067": {
564
+ "content": "<extra_id_32>",
565
+ "lstrip": false,
566
+ "normalized": false,
567
+ "rstrip": false,
568
+ "single_word": false,
569
+ "special": true
570
+ },
571
+ "32068": {
572
+ "content": "<extra_id_31>",
573
+ "lstrip": false,
574
+ "normalized": false,
575
+ "rstrip": false,
576
+ "single_word": false,
577
+ "special": true
578
+ },
579
+ "32069": {
580
+ "content": "<extra_id_30>",
581
+ "lstrip": false,
582
+ "normalized": false,
583
+ "rstrip": false,
584
+ "single_word": false,
585
+ "special": true
586
+ },
587
+ "32070": {
588
+ "content": "<extra_id_29>",
589
+ "lstrip": false,
590
+ "normalized": false,
591
+ "rstrip": false,
592
+ "single_word": false,
593
+ "special": true
594
+ },
595
+ "32071": {
596
+ "content": "<extra_id_28>",
597
+ "lstrip": false,
598
+ "normalized": false,
599
+ "rstrip": false,
600
+ "single_word": false,
601
+ "special": true
602
+ },
603
+ "32072": {
604
+ "content": "<extra_id_27>",
605
+ "lstrip": false,
606
+ "normalized": false,
607
+ "rstrip": false,
608
+ "single_word": false,
609
+ "special": true
610
+ },
611
+ "32073": {
612
+ "content": "<extra_id_26>",
613
+ "lstrip": false,
614
+ "normalized": false,
615
+ "rstrip": false,
616
+ "single_word": false,
617
+ "special": true
618
+ },
619
+ "32074": {
620
+ "content": "<extra_id_25>",
621
+ "lstrip": false,
622
+ "normalized": false,
623
+ "rstrip": false,
624
+ "single_word": false,
625
+ "special": true
626
+ },
627
+ "32075": {
628
+ "content": "<extra_id_24>",
629
+ "lstrip": false,
630
+ "normalized": false,
631
+ "rstrip": false,
632
+ "single_word": false,
633
+ "special": true
634
+ },
635
+ "32076": {
636
+ "content": "<extra_id_23>",
637
+ "lstrip": false,
638
+ "normalized": false,
639
+ "rstrip": false,
640
+ "single_word": false,
641
+ "special": true
642
+ },
643
+ "32077": {
644
+ "content": "<extra_id_22>",
645
+ "lstrip": false,
646
+ "normalized": false,
647
+ "rstrip": false,
648
+ "single_word": false,
649
+ "special": true
650
+ },
651
+ "32078": {
652
+ "content": "<extra_id_21>",
653
+ "lstrip": false,
654
+ "normalized": false,
655
+ "rstrip": false,
656
+ "single_word": false,
657
+ "special": true
658
+ },
659
+ "32079": {
660
+ "content": "<extra_id_20>",
661
+ "lstrip": false,
662
+ "normalized": false,
663
+ "rstrip": false,
664
+ "single_word": false,
665
+ "special": true
666
+ },
667
+ "32080": {
668
+ "content": "<extra_id_19>",
669
+ "lstrip": false,
670
+ "normalized": false,
671
+ "rstrip": false,
672
+ "single_word": false,
673
+ "special": true
674
+ },
675
+ "32081": {
676
+ "content": "<extra_id_18>",
677
+ "lstrip": false,
678
+ "normalized": false,
679
+ "rstrip": false,
680
+ "single_word": false,
681
+ "special": true
682
+ },
683
+ "32082": {
684
+ "content": "<extra_id_17>",
685
+ "lstrip": false,
686
+ "normalized": false,
687
+ "rstrip": false,
688
+ "single_word": false,
689
+ "special": true
690
+ },
691
+ "32083": {
692
+ "content": "<extra_id_16>",
693
+ "lstrip": false,
694
+ "normalized": false,
695
+ "rstrip": false,
696
+ "single_word": false,
697
+ "special": true
698
+ },
699
+ "32084": {
700
+ "content": "<extra_id_15>",
701
+ "lstrip": false,
702
+ "normalized": false,
703
+ "rstrip": false,
704
+ "single_word": false,
705
+ "special": true
706
+ },
707
+ "32085": {
708
+ "content": "<extra_id_14>",
709
+ "lstrip": false,
710
+ "normalized": false,
711
+ "rstrip": false,
712
+ "single_word": false,
713
+ "special": true
714
+ },
715
+ "32086": {
716
+ "content": "<extra_id_13>",
717
+ "lstrip": false,
718
+ "normalized": false,
719
+ "rstrip": false,
720
+ "single_word": false,
721
+ "special": true
722
+ },
723
+ "32087": {
724
+ "content": "<extra_id_12>",
725
+ "lstrip": false,
726
+ "normalized": false,
727
+ "rstrip": false,
728
+ "single_word": false,
729
+ "special": true
730
+ },
731
+ "32088": {
732
+ "content": "<extra_id_11>",
733
+ "lstrip": false,
734
+ "normalized": false,
735
+ "rstrip": false,
736
+ "single_word": false,
737
+ "special": true
738
+ },
739
+ "32089": {
740
+ "content": "<extra_id_10>",
741
+ "lstrip": false,
742
+ "normalized": false,
743
+ "rstrip": false,
744
+ "single_word": false,
745
+ "special": true
746
+ },
747
+ "32090": {
748
+ "content": "<extra_id_9>",
749
+ "lstrip": false,
750
+ "normalized": false,
751
+ "rstrip": false,
752
+ "single_word": false,
753
+ "special": true
754
+ },
755
+ "32091": {
756
+ "content": "<extra_id_8>",
757
+ "lstrip": false,
758
+ "normalized": false,
759
+ "rstrip": false,
760
+ "single_word": false,
761
+ "special": true
762
+ },
763
+ "32092": {
764
+ "content": "<extra_id_7>",
765
+ "lstrip": false,
766
+ "normalized": false,
767
+ "rstrip": false,
768
+ "single_word": false,
769
+ "special": true
770
+ },
771
+ "32093": {
772
+ "content": "<extra_id_6>",
773
+ "lstrip": false,
774
+ "normalized": false,
775
+ "rstrip": false,
776
+ "single_word": false,
777
+ "special": true
778
+ },
779
+ "32094": {
780
+ "content": "<extra_id_5>",
781
+ "lstrip": false,
782
+ "normalized": false,
783
+ "rstrip": false,
784
+ "single_word": false,
785
+ "special": true
786
+ },
787
+ "32095": {
788
+ "content": "<extra_id_4>",
789
+ "lstrip": false,
790
+ "normalized": false,
791
+ "rstrip": false,
792
+ "single_word": false,
793
+ "special": true
794
+ },
795
+ "32096": {
796
+ "content": "<extra_id_3>",
797
+ "lstrip": false,
798
+ "normalized": false,
799
+ "rstrip": false,
800
+ "single_word": false,
801
+ "special": true
802
+ },
803
+ "32097": {
804
+ "content": "<extra_id_2>",
805
+ "lstrip": false,
806
+ "normalized": false,
807
+ "rstrip": false,
808
+ "single_word": false,
809
+ "special": true
810
+ },
811
+ "32098": {
812
+ "content": "<extra_id_1>",
813
+ "lstrip": false,
814
+ "normalized": false,
815
+ "rstrip": false,
816
+ "single_word": false,
817
+ "special": true
818
+ },
819
+ "32099": {
820
+ "content": "<extra_id_0>",
821
+ "lstrip": false,
822
+ "normalized": false,
823
+ "rstrip": false,
824
+ "single_word": false,
825
+ "special": true
826
+ }
827
+ },
828
+ "additional_special_tokens": [
829
+ "<extra_id_0>",
830
+ "<extra_id_1>",
831
+ "<extra_id_2>",
832
+ "<extra_id_3>",
833
+ "<extra_id_4>",
834
+ "<extra_id_5>",
835
+ "<extra_id_6>",
836
+ "<extra_id_7>",
837
+ "<extra_id_8>",
838
+ "<extra_id_9>",
839
+ "<extra_id_10>",
840
+ "<extra_id_11>",
841
+ "<extra_id_12>",
842
+ "<extra_id_13>",
843
+ "<extra_id_14>",
844
+ "<extra_id_15>",
845
+ "<extra_id_16>",
846
+ "<extra_id_17>",
847
+ "<extra_id_18>",
848
+ "<extra_id_19>",
849
+ "<extra_id_20>",
850
+ "<extra_id_21>",
851
+ "<extra_id_22>",
852
+ "<extra_id_23>",
853
+ "<extra_id_24>",
854
+ "<extra_id_25>",
855
+ "<extra_id_26>",
856
+ "<extra_id_27>",
857
+ "<extra_id_28>",
858
+ "<extra_id_29>",
859
+ "<extra_id_30>",
860
+ "<extra_id_31>",
861
+ "<extra_id_32>",
862
+ "<extra_id_33>",
863
+ "<extra_id_34>",
864
+ "<extra_id_35>",
865
+ "<extra_id_36>",
866
+ "<extra_id_37>",
867
+ "<extra_id_38>",
868
+ "<extra_id_39>",
869
+ "<extra_id_40>",
870
+ "<extra_id_41>",
871
+ "<extra_id_42>",
872
+ "<extra_id_43>",
873
+ "<extra_id_44>",
874
+ "<extra_id_45>",
875
+ "<extra_id_46>",
876
+ "<extra_id_47>",
877
+ "<extra_id_48>",
878
+ "<extra_id_49>",
879
+ "<extra_id_50>",
880
+ "<extra_id_51>",
881
+ "<extra_id_52>",
882
+ "<extra_id_53>",
883
+ "<extra_id_54>",
884
+ "<extra_id_55>",
885
+ "<extra_id_56>",
886
+ "<extra_id_57>",
887
+ "<extra_id_58>",
888
+ "<extra_id_59>",
889
+ "<extra_id_60>",
890
+ "<extra_id_61>",
891
+ "<extra_id_62>",
892
+ "<extra_id_63>",
893
+ "<extra_id_64>",
894
+ "<extra_id_65>",
895
+ "<extra_id_66>",
896
+ "<extra_id_67>",
897
+ "<extra_id_68>",
898
+ "<extra_id_69>",
899
+ "<extra_id_70>",
900
+ "<extra_id_71>",
901
+ "<extra_id_72>",
902
+ "<extra_id_73>",
903
+ "<extra_id_74>",
904
+ "<extra_id_75>",
905
+ "<extra_id_76>",
906
+ "<extra_id_77>",
907
+ "<extra_id_78>",
908
+ "<extra_id_79>",
909
+ "<extra_id_80>",
910
+ "<extra_id_81>",
911
+ "<extra_id_82>",
912
+ "<extra_id_83>",
913
+ "<extra_id_84>",
914
+ "<extra_id_85>",
915
+ "<extra_id_86>",
916
+ "<extra_id_87>",
917
+ "<extra_id_88>",
918
+ "<extra_id_89>",
919
+ "<extra_id_90>",
920
+ "<extra_id_91>",
921
+ "<extra_id_92>",
922
+ "<extra_id_93>",
923
+ "<extra_id_94>",
924
+ "<extra_id_95>",
925
+ "<extra_id_96>",
926
+ "<extra_id_97>",
927
+ "<extra_id_98>",
928
+ "<extra_id_99>"
929
+ ],
930
+ "clean_up_tokenization_spaces": true,
931
+ "eos_token": "</s>",
932
+ "extra_ids": 100,
933
+ "model_max_length": 512,
934
+ "pad_token": "<pad>",
935
+ "processor_class": "MusicgenProcessor",
936
+ "tokenizer_class": "T5Tokenizer",
937
+ "unk_token": "<unk>"
938
+ }