Commit ·
949ac1a
0
Parent(s):
reinit
Browse files- .gitattributes +36 -0
- README.md +130 -0
- config.json +32 -0
- generation_config.json +7 -0
- pytorch_model-00001-of-00006.bin +3 -0
- pytorch_model-00002-of-00006.bin +3 -0
- pytorch_model-00003-of-00006.bin +3 -0
- pytorch_model-00004-of-00006.bin +3 -0
- pytorch_model-00005-of-00006.bin +3 -0
- pytorch_model-00006-of-00006.bin +3 -0
- pytorch_model.bin.index.json +613 -0
- special_tokens_map.json +308 -0
- spiece.model +3 -0
- tokenizer.json +3 -0
- tokenizer_config.json +314 -0
.gitattributes
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- multilingual
|
| 4 |
+
- af
|
| 5 |
+
- am
|
| 6 |
+
- ar
|
| 7 |
+
- az
|
| 8 |
+
- be
|
| 9 |
+
- bg
|
| 10 |
+
- bn
|
| 11 |
+
- ca
|
| 12 |
+
- ceb
|
| 13 |
+
- co
|
| 14 |
+
- cs
|
| 15 |
+
- cy
|
| 16 |
+
- da
|
| 17 |
+
- de
|
| 18 |
+
- el
|
| 19 |
+
- en
|
| 20 |
+
- eo
|
| 21 |
+
- es
|
| 22 |
+
- et
|
| 23 |
+
- eu
|
| 24 |
+
- fa
|
| 25 |
+
- fi
|
| 26 |
+
- fil
|
| 27 |
+
- fr
|
| 28 |
+
- fy
|
| 29 |
+
- ga
|
| 30 |
+
- gd
|
| 31 |
+
- gl
|
| 32 |
+
- gu
|
| 33 |
+
- ha
|
| 34 |
+
- haw
|
| 35 |
+
- hi
|
| 36 |
+
- hmn
|
| 37 |
+
- ht
|
| 38 |
+
- hu
|
| 39 |
+
- hy
|
| 40 |
+
- ig
|
| 41 |
+
- is
|
| 42 |
+
- it
|
| 43 |
+
- iw
|
| 44 |
+
- ja
|
| 45 |
+
- jv
|
| 46 |
+
- ka
|
| 47 |
+
- kk
|
| 48 |
+
- km
|
| 49 |
+
- kn
|
| 50 |
+
- ko
|
| 51 |
+
- ku
|
| 52 |
+
- ky
|
| 53 |
+
- la
|
| 54 |
+
- lb
|
| 55 |
+
- lo
|
| 56 |
+
- lt
|
| 57 |
+
- lv
|
| 58 |
+
- mg
|
| 59 |
+
- mi
|
| 60 |
+
- mk
|
| 61 |
+
- ml
|
| 62 |
+
- mn
|
| 63 |
+
- mr
|
| 64 |
+
- ms
|
| 65 |
+
- mt
|
| 66 |
+
- my
|
| 67 |
+
- ne
|
| 68 |
+
- nl
|
| 69 |
+
- no
|
| 70 |
+
- ny
|
| 71 |
+
- pa
|
| 72 |
+
- pl
|
| 73 |
+
- ps
|
| 74 |
+
- pt
|
| 75 |
+
- ro
|
| 76 |
+
- ru
|
| 77 |
+
- sd
|
| 78 |
+
- si
|
| 79 |
+
- sk
|
| 80 |
+
- sl
|
| 81 |
+
- sm
|
| 82 |
+
- sn
|
| 83 |
+
- so
|
| 84 |
+
- sq
|
| 85 |
+
- sr
|
| 86 |
+
- st
|
| 87 |
+
- su
|
| 88 |
+
- sv
|
| 89 |
+
- sw
|
| 90 |
+
- ta
|
| 91 |
+
- te
|
| 92 |
+
- tg
|
| 93 |
+
- th
|
| 94 |
+
- tr
|
| 95 |
+
- uk
|
| 96 |
+
- und
|
| 97 |
+
- ur
|
| 98 |
+
- uz
|
| 99 |
+
- vi
|
| 100 |
+
- xh
|
| 101 |
+
- yi
|
| 102 |
+
- yo
|
| 103 |
+
- zh
|
| 104 |
+
- zu
|
| 105 |
+
datasets:
|
| 106 |
+
- mc4
|
| 107 |
+
|
| 108 |
+
license: apache-2.0
|
| 109 |
+
---
|
| 110 |
+
|
| 111 |
+
[Google's UMT5](https://github.com/google-research/multilingual-t5)
|
| 112 |
+
|
| 113 |
+
UMT5 is pretrained on the an updated version of [mC4](https://www.tensorflow.org/datasets/catalog/c4#c4multilingual) corpus, covering 107 languages:
|
| 114 |
+
|
| 115 |
+
Afrikaans, Albanian, Amharic, Arabic, Armenian, Azerbaijani, Basque, Belarusian, Bengali, Bulgarian, Burmese, Catalan, Cebuano, Chichewa, Chinese, Corsican, Czech, Danish, Dutch, English, Esperanto, Estonian, Filipino, Finnish, French, Galician, Georgian, German, Greek, Gujarati, Haitian Creole, Hausa, Hawaiian, Hebrew, Hindi, Hmong, Hungarian, Icelandic, Igbo, Indonesian, Irish, Italian, Japanese, Javanese, Kannada, Kazakh, Khmer, Korean, Kurdish, Kyrgyz, Lao, Latin, Latvian, Lithuanian, Luxembourgish, Macedonian, Malagasy, Malay, Malayalam, Maltese, Maori, Marathi, Mongolian, Nepali, Norwegian, Pashto, Persian, Polish, Portuguese, Punjabi, Romanian, Russian, Samoan, Scottish Gaelic, Serbian, Shona, Sindhi, Sinhala, Slovak, Slovenian, Somali, Sotho, Spanish, Sundanese, Swahili, Swedish, Tajik, Tamil, Telugu, Thai, Turkish, Ukrainian, Urdu, Uzbek, Vietnamese, Welsh, West Frisian, Xhosa, Yiddish, Yoruba, Zulu.
|
| 116 |
+
|
| 117 |
+
**Note**: UMT5 was only pre-trained on mC4 excluding any supervised training. Therefore, this model has to be fine-tuned before it is useable on a downstream task.
|
| 118 |
+
|
| 119 |
+
Pretraining Dataset: [mC4](https://www.tensorflow.org/datasets/catalog/c4#c4multilingual)
|
| 120 |
+
|
| 121 |
+
Other Community Checkpoints: [here](https://huggingface.co/models?search=umt5)
|
| 122 |
+
|
| 123 |
+
Paper: [UniMax, Fairer and More Effective Language Sampling for Large-Scale Multilingual Pretraining](https://openreview.net/forum?id=kXwdL1cWOAi)
|
| 124 |
+
|
| 125 |
+
Authors: *by Hyung Won Chung, Xavier Garcia, Adam Roberts, Yi Tay, Orhan Firat, Sharan Narang, Noah Constant*
|
| 126 |
+
|
| 127 |
+
|
| 128 |
+
## Abstract
|
| 129 |
+
|
| 130 |
+
*Pretrained multilingual large language models have typically used heuristic temperature-based sampling to balance between different languages. However previous work has not systematically evaluated the efficacy of different pretraining language distributions across model scales. In this paper, we propose a new sampling method, UniMax, that delivers more uniform coverage of head languages while mitigating overfitting on tail languages by explicitly capping the number of repeats over each language's corpus. We perform an extensive series of ablations testing a range of sampling strategies on a suite of multilingual benchmarks, while varying model scale. We find that UniMax outperforms standard temperature-based sampling, and the benefits persist as scale increases. As part of our contribution, we release: (i) an improved and refreshed mC4 multilingual corpus consisting of 29 trillion characters across 107 languages, and (ii) a suite of pretrained umT5 model checkpoints trained with UniMax sampling.*
|
config.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": ".",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"UMT5ForConditionalGeneration"
|
| 5 |
+
],
|
| 6 |
+
"d_ff": 10240,
|
| 7 |
+
"d_kv": 64,
|
| 8 |
+
"d_model": 4096,
|
| 9 |
+
"decoder_start_token_id": 0,
|
| 10 |
+
"dense_act_fn": "gelu_new",
|
| 11 |
+
"dropout_rate": 0.1,
|
| 12 |
+
"eos_token_id": 1,
|
| 13 |
+
"feed_forward_proj": "gated-gelu",
|
| 14 |
+
"initializer_factor": 1.0,
|
| 15 |
+
"is_encoder_decoder": true,
|
| 16 |
+
"is_gated_act": true,
|
| 17 |
+
"layer_norm_epsilon": 1e-06,
|
| 18 |
+
"num_decoder_layers": 24,
|
| 19 |
+
"num_heads": 64,
|
| 20 |
+
"num_layers": 24,
|
| 21 |
+
"output_past": true,
|
| 22 |
+
"pad_token_id": 0,
|
| 23 |
+
"relative_attention_max_distance": 128,
|
| 24 |
+
"relative_attention_num_buckets": 32,
|
| 25 |
+
"scalable_attention": true,
|
| 26 |
+
"tie_word_embeddings": false,
|
| 27 |
+
"tokenizer_class": "T5Tokenizer",
|
| 28 |
+
"torch_dtype": "float32",
|
| 29 |
+
"transformers_version": "4.31.0.dev0",
|
| 30 |
+
"use_cache": true,
|
| 31 |
+
"vocab_size": 256384
|
| 32 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"decoder_start_token_id": 0,
|
| 4 |
+
"eos_token_id": 1,
|
| 5 |
+
"pad_token_id": 0,
|
| 6 |
+
"transformers_version": "4.31.0.dev0"
|
| 7 |
+
}
|
pytorch_model-00001-of-00006.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:382094214dfe74d782769f61ad95cfe32fdd297ae51f16f9208afa180b355e61
|
| 3 |
+
size 9871633465
|
pytorch_model-00002-of-00006.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b49efce006c907ea93eb38658577d5c8d4e85b4bab398a0c6ba25141927529d4
|
| 3 |
+
size 9966219296
|
pytorch_model-00003-of-00006.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da3d39fffe6464247531c20696715860ccaabdaaad3d5a2979dc2e2fbb7789fc
|
| 3 |
+
size 9999835818
|
pytorch_model-00004-of-00006.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9da344dda8103ca0adadeca000913b1340f3df2e9e31aa1de30a8b5cd6e2499f
|
| 3 |
+
size 9999829533
|
pytorch_model-00005-of-00006.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ad06915eba0878cafe3f65540b35daeaeea0378ef55919da6f0769fa04a9179
|
| 3 |
+
size 7852227059
|
pytorch_model-00006-of-00006.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5798b8aa388b4d3e530f18a9eefc38c831cc6a3c83289c06cabf3634c24799dd
|
| 3 |
+
size 4200596394
|
pytorch_model.bin.index.json
ADDED
|
@@ -0,0 +1,613 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 51890126848
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"decoder.block.0.layer.0.SelfAttention.k.weight": "pytorch_model-00003-of-00006.bin",
|
| 7 |
+
"decoder.block.0.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00006.bin",
|
| 8 |
+
"decoder.block.0.layer.0.SelfAttention.q.weight": "pytorch_model-00003-of-00006.bin",
|
| 9 |
+
"decoder.block.0.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00003-of-00006.bin",
|
| 10 |
+
"decoder.block.0.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00006.bin",
|
| 11 |
+
"decoder.block.0.layer.0.layer_norm.weight": "pytorch_model-00003-of-00006.bin",
|
| 12 |
+
"decoder.block.0.layer.1.EncDecAttention.k.weight": "pytorch_model-00003-of-00006.bin",
|
| 13 |
+
"decoder.block.0.layer.1.EncDecAttention.o.weight": "pytorch_model-00003-of-00006.bin",
|
| 14 |
+
"decoder.block.0.layer.1.EncDecAttention.q.weight": "pytorch_model-00003-of-00006.bin",
|
| 15 |
+
"decoder.block.0.layer.1.EncDecAttention.v.weight": "pytorch_model-00003-of-00006.bin",
|
| 16 |
+
"decoder.block.0.layer.1.layer_norm.weight": "pytorch_model-00003-of-00006.bin",
|
| 17 |
+
"decoder.block.0.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00006.bin",
|
| 18 |
+
"decoder.block.0.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00006.bin",
|
| 19 |
+
"decoder.block.0.layer.2.DenseReluDense.wo.weight": "pytorch_model-00003-of-00006.bin",
|
| 20 |
+
"decoder.block.0.layer.2.layer_norm.weight": "pytorch_model-00003-of-00006.bin",
|
| 21 |
+
"decoder.block.1.layer.0.SelfAttention.k.weight": "pytorch_model-00003-of-00006.bin",
|
| 22 |
+
"decoder.block.1.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00006.bin",
|
| 23 |
+
"decoder.block.1.layer.0.SelfAttention.q.weight": "pytorch_model-00003-of-00006.bin",
|
| 24 |
+
"decoder.block.1.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00003-of-00006.bin",
|
| 25 |
+
"decoder.block.1.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00006.bin",
|
| 26 |
+
"decoder.block.1.layer.0.layer_norm.weight": "pytorch_model-00003-of-00006.bin",
|
| 27 |
+
"decoder.block.1.layer.1.EncDecAttention.k.weight": "pytorch_model-00003-of-00006.bin",
|
| 28 |
+
"decoder.block.1.layer.1.EncDecAttention.o.weight": "pytorch_model-00003-of-00006.bin",
|
| 29 |
+
"decoder.block.1.layer.1.EncDecAttention.q.weight": "pytorch_model-00003-of-00006.bin",
|
| 30 |
+
"decoder.block.1.layer.1.EncDecAttention.v.weight": "pytorch_model-00003-of-00006.bin",
|
| 31 |
+
"decoder.block.1.layer.1.layer_norm.weight": "pytorch_model-00003-of-00006.bin",
|
| 32 |
+
"decoder.block.1.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00006.bin",
|
| 33 |
+
"decoder.block.1.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00006.bin",
|
| 34 |
+
"decoder.block.1.layer.2.DenseReluDense.wo.weight": "pytorch_model-00003-of-00006.bin",
|
| 35 |
+
"decoder.block.1.layer.2.layer_norm.weight": "pytorch_model-00003-of-00006.bin",
|
| 36 |
+
"decoder.block.10.layer.0.SelfAttention.k.weight": "pytorch_model-00004-of-00006.bin",
|
| 37 |
+
"decoder.block.10.layer.0.SelfAttention.o.weight": "pytorch_model-00004-of-00006.bin",
|
| 38 |
+
"decoder.block.10.layer.0.SelfAttention.q.weight": "pytorch_model-00004-of-00006.bin",
|
| 39 |
+
"decoder.block.10.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00004-of-00006.bin",
|
| 40 |
+
"decoder.block.10.layer.0.SelfAttention.v.weight": "pytorch_model-00004-of-00006.bin",
|
| 41 |
+
"decoder.block.10.layer.0.layer_norm.weight": "pytorch_model-00004-of-00006.bin",
|
| 42 |
+
"decoder.block.10.layer.1.EncDecAttention.k.weight": "pytorch_model-00004-of-00006.bin",
|
| 43 |
+
"decoder.block.10.layer.1.EncDecAttention.o.weight": "pytorch_model-00004-of-00006.bin",
|
| 44 |
+
"decoder.block.10.layer.1.EncDecAttention.q.weight": "pytorch_model-00004-of-00006.bin",
|
| 45 |
+
"decoder.block.10.layer.1.EncDecAttention.v.weight": "pytorch_model-00004-of-00006.bin",
|
| 46 |
+
"decoder.block.10.layer.1.layer_norm.weight": "pytorch_model-00004-of-00006.bin",
|
| 47 |
+
"decoder.block.10.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00004-of-00006.bin",
|
| 48 |
+
"decoder.block.10.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00004-of-00006.bin",
|
| 49 |
+
"decoder.block.10.layer.2.DenseReluDense.wo.weight": "pytorch_model-00004-of-00006.bin",
|
| 50 |
+
"decoder.block.10.layer.2.layer_norm.weight": "pytorch_model-00004-of-00006.bin",
|
| 51 |
+
"decoder.block.11.layer.0.SelfAttention.k.weight": "pytorch_model-00004-of-00006.bin",
|
| 52 |
+
"decoder.block.11.layer.0.SelfAttention.o.weight": "pytorch_model-00004-of-00006.bin",
|
| 53 |
+
"decoder.block.11.layer.0.SelfAttention.q.weight": "pytorch_model-00004-of-00006.bin",
|
| 54 |
+
"decoder.block.11.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00004-of-00006.bin",
|
| 55 |
+
"decoder.block.11.layer.0.SelfAttention.v.weight": "pytorch_model-00004-of-00006.bin",
|
| 56 |
+
"decoder.block.11.layer.0.layer_norm.weight": "pytorch_model-00004-of-00006.bin",
|
| 57 |
+
"decoder.block.11.layer.1.EncDecAttention.k.weight": "pytorch_model-00004-of-00006.bin",
|
| 58 |
+
"decoder.block.11.layer.1.EncDecAttention.o.weight": "pytorch_model-00004-of-00006.bin",
|
| 59 |
+
"decoder.block.11.layer.1.EncDecAttention.q.weight": "pytorch_model-00004-of-00006.bin",
|
| 60 |
+
"decoder.block.11.layer.1.EncDecAttention.v.weight": "pytorch_model-00004-of-00006.bin",
|
| 61 |
+
"decoder.block.11.layer.1.layer_norm.weight": "pytorch_model-00004-of-00006.bin",
|
| 62 |
+
"decoder.block.11.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00004-of-00006.bin",
|
| 63 |
+
"decoder.block.11.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00004-of-00006.bin",
|
| 64 |
+
"decoder.block.11.layer.2.DenseReluDense.wo.weight": "pytorch_model-00004-of-00006.bin",
|
| 65 |
+
"decoder.block.11.layer.2.layer_norm.weight": "pytorch_model-00004-of-00006.bin",
|
| 66 |
+
"decoder.block.12.layer.0.SelfAttention.k.weight": "pytorch_model-00004-of-00006.bin",
|
| 67 |
+
"decoder.block.12.layer.0.SelfAttention.o.weight": "pytorch_model-00004-of-00006.bin",
|
| 68 |
+
"decoder.block.12.layer.0.SelfAttention.q.weight": "pytorch_model-00004-of-00006.bin",
|
| 69 |
+
"decoder.block.12.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00004-of-00006.bin",
|
| 70 |
+
"decoder.block.12.layer.0.SelfAttention.v.weight": "pytorch_model-00004-of-00006.bin",
|
| 71 |
+
"decoder.block.12.layer.0.layer_norm.weight": "pytorch_model-00004-of-00006.bin",
|
| 72 |
+
"decoder.block.12.layer.1.EncDecAttention.k.weight": "pytorch_model-00004-of-00006.bin",
|
| 73 |
+
"decoder.block.12.layer.1.EncDecAttention.o.weight": "pytorch_model-00004-of-00006.bin",
|
| 74 |
+
"decoder.block.12.layer.1.EncDecAttention.q.weight": "pytorch_model-00004-of-00006.bin",
|
| 75 |
+
"decoder.block.12.layer.1.EncDecAttention.v.weight": "pytorch_model-00004-of-00006.bin",
|
| 76 |
+
"decoder.block.12.layer.1.layer_norm.weight": "pytorch_model-00004-of-00006.bin",
|
| 77 |
+
"decoder.block.12.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00004-of-00006.bin",
|
| 78 |
+
"decoder.block.12.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00004-of-00006.bin",
|
| 79 |
+
"decoder.block.12.layer.2.DenseReluDense.wo.weight": "pytorch_model-00004-of-00006.bin",
|
| 80 |
+
"decoder.block.12.layer.2.layer_norm.weight": "pytorch_model-00004-of-00006.bin",
|
| 81 |
+
"decoder.block.13.layer.0.SelfAttention.k.weight": "pytorch_model-00004-of-00006.bin",
|
| 82 |
+
"decoder.block.13.layer.0.SelfAttention.o.weight": "pytorch_model-00004-of-00006.bin",
|
| 83 |
+
"decoder.block.13.layer.0.SelfAttention.q.weight": "pytorch_model-00004-of-00006.bin",
|
| 84 |
+
"decoder.block.13.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00004-of-00006.bin",
|
| 85 |
+
"decoder.block.13.layer.0.SelfAttention.v.weight": "pytorch_model-00004-of-00006.bin",
|
| 86 |
+
"decoder.block.13.layer.0.layer_norm.weight": "pytorch_model-00004-of-00006.bin",
|
| 87 |
+
"decoder.block.13.layer.1.EncDecAttention.k.weight": "pytorch_model-00004-of-00006.bin",
|
| 88 |
+
"decoder.block.13.layer.1.EncDecAttention.o.weight": "pytorch_model-00004-of-00006.bin",
|
| 89 |
+
"decoder.block.13.layer.1.EncDecAttention.q.weight": "pytorch_model-00004-of-00006.bin",
|
| 90 |
+
"decoder.block.13.layer.1.EncDecAttention.v.weight": "pytorch_model-00004-of-00006.bin",
|
| 91 |
+
"decoder.block.13.layer.1.layer_norm.weight": "pytorch_model-00004-of-00006.bin",
|
| 92 |
+
"decoder.block.13.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00004-of-00006.bin",
|
| 93 |
+
"decoder.block.13.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00004-of-00006.bin",
|
| 94 |
+
"decoder.block.13.layer.2.DenseReluDense.wo.weight": "pytorch_model-00004-of-00006.bin",
|
| 95 |
+
"decoder.block.13.layer.2.layer_norm.weight": "pytorch_model-00004-of-00006.bin",
|
| 96 |
+
"decoder.block.14.layer.0.SelfAttention.k.weight": "pytorch_model-00004-of-00006.bin",
|
| 97 |
+
"decoder.block.14.layer.0.SelfAttention.o.weight": "pytorch_model-00004-of-00006.bin",
|
| 98 |
+
"decoder.block.14.layer.0.SelfAttention.q.weight": "pytorch_model-00004-of-00006.bin",
|
| 99 |
+
"decoder.block.14.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00004-of-00006.bin",
|
| 100 |
+
"decoder.block.14.layer.0.SelfAttention.v.weight": "pytorch_model-00004-of-00006.bin",
|
| 101 |
+
"decoder.block.14.layer.0.layer_norm.weight": "pytorch_model-00004-of-00006.bin",
|
| 102 |
+
"decoder.block.14.layer.1.EncDecAttention.k.weight": "pytorch_model-00004-of-00006.bin",
|
| 103 |
+
"decoder.block.14.layer.1.EncDecAttention.o.weight": "pytorch_model-00004-of-00006.bin",
|
| 104 |
+
"decoder.block.14.layer.1.EncDecAttention.q.weight": "pytorch_model-00004-of-00006.bin",
|
| 105 |
+
"decoder.block.14.layer.1.EncDecAttention.v.weight": "pytorch_model-00004-of-00006.bin",
|
| 106 |
+
"decoder.block.14.layer.1.layer_norm.weight": "pytorch_model-00004-of-00006.bin",
|
| 107 |
+
"decoder.block.14.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00004-of-00006.bin",
|
| 108 |
+
"decoder.block.14.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00004-of-00006.bin",
|
| 109 |
+
"decoder.block.14.layer.2.DenseReluDense.wo.weight": "pytorch_model-00004-of-00006.bin",
|
| 110 |
+
"decoder.block.14.layer.2.layer_norm.weight": "pytorch_model-00004-of-00006.bin",
|
| 111 |
+
"decoder.block.15.layer.0.SelfAttention.k.weight": "pytorch_model-00004-of-00006.bin",
|
| 112 |
+
"decoder.block.15.layer.0.SelfAttention.o.weight": "pytorch_model-00004-of-00006.bin",
|
| 113 |
+
"decoder.block.15.layer.0.SelfAttention.q.weight": "pytorch_model-00004-of-00006.bin",
|
| 114 |
+
"decoder.block.15.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00004-of-00006.bin",
|
| 115 |
+
"decoder.block.15.layer.0.SelfAttention.v.weight": "pytorch_model-00004-of-00006.bin",
|
| 116 |
+
"decoder.block.15.layer.0.layer_norm.weight": "pytorch_model-00004-of-00006.bin",
|
| 117 |
+
"decoder.block.15.layer.1.EncDecAttention.k.weight": "pytorch_model-00004-of-00006.bin",
|
| 118 |
+
"decoder.block.15.layer.1.EncDecAttention.o.weight": "pytorch_model-00004-of-00006.bin",
|
| 119 |
+
"decoder.block.15.layer.1.EncDecAttention.q.weight": "pytorch_model-00004-of-00006.bin",
|
| 120 |
+
"decoder.block.15.layer.1.EncDecAttention.v.weight": "pytorch_model-00004-of-00006.bin",
|
| 121 |
+
"decoder.block.15.layer.1.layer_norm.weight": "pytorch_model-00004-of-00006.bin",
|
| 122 |
+
"decoder.block.15.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00004-of-00006.bin",
|
| 123 |
+
"decoder.block.15.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00004-of-00006.bin",
|
| 124 |
+
"decoder.block.15.layer.2.DenseReluDense.wo.weight": "pytorch_model-00004-of-00006.bin",
|
| 125 |
+
"decoder.block.15.layer.2.layer_norm.weight": "pytorch_model-00004-of-00006.bin",
|
| 126 |
+
"decoder.block.16.layer.0.SelfAttention.k.weight": "pytorch_model-00004-of-00006.bin",
|
| 127 |
+
"decoder.block.16.layer.0.SelfAttention.o.weight": "pytorch_model-00004-of-00006.bin",
|
| 128 |
+
"decoder.block.16.layer.0.SelfAttention.q.weight": "pytorch_model-00004-of-00006.bin",
|
| 129 |
+
"decoder.block.16.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00004-of-00006.bin",
|
| 130 |
+
"decoder.block.16.layer.0.SelfAttention.v.weight": "pytorch_model-00004-of-00006.bin",
|
| 131 |
+
"decoder.block.16.layer.0.layer_norm.weight": "pytorch_model-00004-of-00006.bin",
|
| 132 |
+
"decoder.block.16.layer.1.EncDecAttention.k.weight": "pytorch_model-00004-of-00006.bin",
|
| 133 |
+
"decoder.block.16.layer.1.EncDecAttention.o.weight": "pytorch_model-00005-of-00006.bin",
|
| 134 |
+
"decoder.block.16.layer.1.EncDecAttention.q.weight": "pytorch_model-00004-of-00006.bin",
|
| 135 |
+
"decoder.block.16.layer.1.EncDecAttention.v.weight": "pytorch_model-00004-of-00006.bin",
|
| 136 |
+
"decoder.block.16.layer.1.layer_norm.weight": "pytorch_model-00005-of-00006.bin",
|
| 137 |
+
"decoder.block.16.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00005-of-00006.bin",
|
| 138 |
+
"decoder.block.16.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00005-of-00006.bin",
|
| 139 |
+
"decoder.block.16.layer.2.DenseReluDense.wo.weight": "pytorch_model-00005-of-00006.bin",
|
| 140 |
+
"decoder.block.16.layer.2.layer_norm.weight": "pytorch_model-00005-of-00006.bin",
|
| 141 |
+
"decoder.block.17.layer.0.SelfAttention.k.weight": "pytorch_model-00005-of-00006.bin",
|
| 142 |
+
"decoder.block.17.layer.0.SelfAttention.o.weight": "pytorch_model-00005-of-00006.bin",
|
| 143 |
+
"decoder.block.17.layer.0.SelfAttention.q.weight": "pytorch_model-00005-of-00006.bin",
|
| 144 |
+
"decoder.block.17.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00005-of-00006.bin",
|
| 145 |
+
"decoder.block.17.layer.0.SelfAttention.v.weight": "pytorch_model-00005-of-00006.bin",
|
| 146 |
+
"decoder.block.17.layer.0.layer_norm.weight": "pytorch_model-00005-of-00006.bin",
|
| 147 |
+
"decoder.block.17.layer.1.EncDecAttention.k.weight": "pytorch_model-00005-of-00006.bin",
|
| 148 |
+
"decoder.block.17.layer.1.EncDecAttention.o.weight": "pytorch_model-00005-of-00006.bin",
|
| 149 |
+
"decoder.block.17.layer.1.EncDecAttention.q.weight": "pytorch_model-00005-of-00006.bin",
|
| 150 |
+
"decoder.block.17.layer.1.EncDecAttention.v.weight": "pytorch_model-00005-of-00006.bin",
|
| 151 |
+
"decoder.block.17.layer.1.layer_norm.weight": "pytorch_model-00005-of-00006.bin",
|
| 152 |
+
"decoder.block.17.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00005-of-00006.bin",
|
| 153 |
+
"decoder.block.17.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00005-of-00006.bin",
|
| 154 |
+
"decoder.block.17.layer.2.DenseReluDense.wo.weight": "pytorch_model-00005-of-00006.bin",
|
| 155 |
+
"decoder.block.17.layer.2.layer_norm.weight": "pytorch_model-00005-of-00006.bin",
|
| 156 |
+
"decoder.block.18.layer.0.SelfAttention.k.weight": "pytorch_model-00005-of-00006.bin",
|
| 157 |
+
"decoder.block.18.layer.0.SelfAttention.o.weight": "pytorch_model-00005-of-00006.bin",
|
| 158 |
+
"decoder.block.18.layer.0.SelfAttention.q.weight": "pytorch_model-00005-of-00006.bin",
|
| 159 |
+
"decoder.block.18.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00005-of-00006.bin",
|
| 160 |
+
"decoder.block.18.layer.0.SelfAttention.v.weight": "pytorch_model-00005-of-00006.bin",
|
| 161 |
+
"decoder.block.18.layer.0.layer_norm.weight": "pytorch_model-00005-of-00006.bin",
|
| 162 |
+
"decoder.block.18.layer.1.EncDecAttention.k.weight": "pytorch_model-00005-of-00006.bin",
|
| 163 |
+
"decoder.block.18.layer.1.EncDecAttention.o.weight": "pytorch_model-00005-of-00006.bin",
|
| 164 |
+
"decoder.block.18.layer.1.EncDecAttention.q.weight": "pytorch_model-00005-of-00006.bin",
|
| 165 |
+
"decoder.block.18.layer.1.EncDecAttention.v.weight": "pytorch_model-00005-of-00006.bin",
|
| 166 |
+
"decoder.block.18.layer.1.layer_norm.weight": "pytorch_model-00005-of-00006.bin",
|
| 167 |
+
"decoder.block.18.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00005-of-00006.bin",
|
| 168 |
+
"decoder.block.18.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00005-of-00006.bin",
|
| 169 |
+
"decoder.block.18.layer.2.DenseReluDense.wo.weight": "pytorch_model-00005-of-00006.bin",
|
| 170 |
+
"decoder.block.18.layer.2.layer_norm.weight": "pytorch_model-00005-of-00006.bin",
|
| 171 |
+
"decoder.block.19.layer.0.SelfAttention.k.weight": "pytorch_model-00005-of-00006.bin",
|
| 172 |
+
"decoder.block.19.layer.0.SelfAttention.o.weight": "pytorch_model-00005-of-00006.bin",
|
| 173 |
+
"decoder.block.19.layer.0.SelfAttention.q.weight": "pytorch_model-00005-of-00006.bin",
|
| 174 |
+
"decoder.block.19.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00005-of-00006.bin",
|
| 175 |
+
"decoder.block.19.layer.0.SelfAttention.v.weight": "pytorch_model-00005-of-00006.bin",
|
| 176 |
+
"decoder.block.19.layer.0.layer_norm.weight": "pytorch_model-00005-of-00006.bin",
|
| 177 |
+
"decoder.block.19.layer.1.EncDecAttention.k.weight": "pytorch_model-00005-of-00006.bin",
|
| 178 |
+
"decoder.block.19.layer.1.EncDecAttention.o.weight": "pytorch_model-00005-of-00006.bin",
|
| 179 |
+
"decoder.block.19.layer.1.EncDecAttention.q.weight": "pytorch_model-00005-of-00006.bin",
|
| 180 |
+
"decoder.block.19.layer.1.EncDecAttention.v.weight": "pytorch_model-00005-of-00006.bin",
|
| 181 |
+
"decoder.block.19.layer.1.layer_norm.weight": "pytorch_model-00005-of-00006.bin",
|
| 182 |
+
"decoder.block.19.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00005-of-00006.bin",
|
| 183 |
+
"decoder.block.19.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00005-of-00006.bin",
|
| 184 |
+
"decoder.block.19.layer.2.DenseReluDense.wo.weight": "pytorch_model-00005-of-00006.bin",
|
| 185 |
+
"decoder.block.19.layer.2.layer_norm.weight": "pytorch_model-00005-of-00006.bin",
|
| 186 |
+
"decoder.block.2.layer.0.SelfAttention.k.weight": "pytorch_model-00003-of-00006.bin",
|
| 187 |
+
"decoder.block.2.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00006.bin",
|
| 188 |
+
"decoder.block.2.layer.0.SelfAttention.q.weight": "pytorch_model-00003-of-00006.bin",
|
| 189 |
+
"decoder.block.2.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00003-of-00006.bin",
|
| 190 |
+
"decoder.block.2.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00006.bin",
|
| 191 |
+
"decoder.block.2.layer.0.layer_norm.weight": "pytorch_model-00003-of-00006.bin",
|
| 192 |
+
"decoder.block.2.layer.1.EncDecAttention.k.weight": "pytorch_model-00003-of-00006.bin",
|
| 193 |
+
"decoder.block.2.layer.1.EncDecAttention.o.weight": "pytorch_model-00003-of-00006.bin",
|
| 194 |
+
"decoder.block.2.layer.1.EncDecAttention.q.weight": "pytorch_model-00003-of-00006.bin",
|
| 195 |
+
"decoder.block.2.layer.1.EncDecAttention.v.weight": "pytorch_model-00003-of-00006.bin",
|
| 196 |
+
"decoder.block.2.layer.1.layer_norm.weight": "pytorch_model-00003-of-00006.bin",
|
| 197 |
+
"decoder.block.2.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00006.bin",
|
| 198 |
+
"decoder.block.2.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00006.bin",
|
| 199 |
+
"decoder.block.2.layer.2.DenseReluDense.wo.weight": "pytorch_model-00003-of-00006.bin",
|
| 200 |
+
"decoder.block.2.layer.2.layer_norm.weight": "pytorch_model-00003-of-00006.bin",
|
| 201 |
+
"decoder.block.20.layer.0.SelfAttention.k.weight": "pytorch_model-00005-of-00006.bin",
|
| 202 |
+
"decoder.block.20.layer.0.SelfAttention.o.weight": "pytorch_model-00005-of-00006.bin",
|
| 203 |
+
"decoder.block.20.layer.0.SelfAttention.q.weight": "pytorch_model-00005-of-00006.bin",
|
| 204 |
+
"decoder.block.20.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00005-of-00006.bin",
|
| 205 |
+
"decoder.block.20.layer.0.SelfAttention.v.weight": "pytorch_model-00005-of-00006.bin",
|
| 206 |
+
"decoder.block.20.layer.0.layer_norm.weight": "pytorch_model-00005-of-00006.bin",
|
| 207 |
+
"decoder.block.20.layer.1.EncDecAttention.k.weight": "pytorch_model-00005-of-00006.bin",
|
| 208 |
+
"decoder.block.20.layer.1.EncDecAttention.o.weight": "pytorch_model-00005-of-00006.bin",
|
| 209 |
+
"decoder.block.20.layer.1.EncDecAttention.q.weight": "pytorch_model-00005-of-00006.bin",
|
| 210 |
+
"decoder.block.20.layer.1.EncDecAttention.v.weight": "pytorch_model-00005-of-00006.bin",
|
| 211 |
+
"decoder.block.20.layer.1.layer_norm.weight": "pytorch_model-00005-of-00006.bin",
|
| 212 |
+
"decoder.block.20.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00005-of-00006.bin",
|
| 213 |
+
"decoder.block.20.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00005-of-00006.bin",
|
| 214 |
+
"decoder.block.20.layer.2.DenseReluDense.wo.weight": "pytorch_model-00005-of-00006.bin",
|
| 215 |
+
"decoder.block.20.layer.2.layer_norm.weight": "pytorch_model-00005-of-00006.bin",
|
| 216 |
+
"decoder.block.21.layer.0.SelfAttention.k.weight": "pytorch_model-00005-of-00006.bin",
|
| 217 |
+
"decoder.block.21.layer.0.SelfAttention.o.weight": "pytorch_model-00005-of-00006.bin",
|
| 218 |
+
"decoder.block.21.layer.0.SelfAttention.q.weight": "pytorch_model-00005-of-00006.bin",
|
| 219 |
+
"decoder.block.21.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00005-of-00006.bin",
|
| 220 |
+
"decoder.block.21.layer.0.SelfAttention.v.weight": "pytorch_model-00005-of-00006.bin",
|
| 221 |
+
"decoder.block.21.layer.0.layer_norm.weight": "pytorch_model-00005-of-00006.bin",
|
| 222 |
+
"decoder.block.21.layer.1.EncDecAttention.k.weight": "pytorch_model-00005-of-00006.bin",
|
| 223 |
+
"decoder.block.21.layer.1.EncDecAttention.o.weight": "pytorch_model-00005-of-00006.bin",
|
| 224 |
+
"decoder.block.21.layer.1.EncDecAttention.q.weight": "pytorch_model-00005-of-00006.bin",
|
| 225 |
+
"decoder.block.21.layer.1.EncDecAttention.v.weight": "pytorch_model-00005-of-00006.bin",
|
| 226 |
+
"decoder.block.21.layer.1.layer_norm.weight": "pytorch_model-00005-of-00006.bin",
|
| 227 |
+
"decoder.block.21.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00005-of-00006.bin",
|
| 228 |
+
"decoder.block.21.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00005-of-00006.bin",
|
| 229 |
+
"decoder.block.21.layer.2.DenseReluDense.wo.weight": "pytorch_model-00005-of-00006.bin",
|
| 230 |
+
"decoder.block.21.layer.2.layer_norm.weight": "pytorch_model-00005-of-00006.bin",
|
| 231 |
+
"decoder.block.22.layer.0.SelfAttention.k.weight": "pytorch_model-00005-of-00006.bin",
|
| 232 |
+
"decoder.block.22.layer.0.SelfAttention.o.weight": "pytorch_model-00005-of-00006.bin",
|
| 233 |
+
"decoder.block.22.layer.0.SelfAttention.q.weight": "pytorch_model-00005-of-00006.bin",
|
| 234 |
+
"decoder.block.22.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00005-of-00006.bin",
|
| 235 |
+
"decoder.block.22.layer.0.SelfAttention.v.weight": "pytorch_model-00005-of-00006.bin",
|
| 236 |
+
"decoder.block.22.layer.0.layer_norm.weight": "pytorch_model-00005-of-00006.bin",
|
| 237 |
+
"decoder.block.22.layer.1.EncDecAttention.k.weight": "pytorch_model-00005-of-00006.bin",
|
| 238 |
+
"decoder.block.22.layer.1.EncDecAttention.o.weight": "pytorch_model-00005-of-00006.bin",
|
| 239 |
+
"decoder.block.22.layer.1.EncDecAttention.q.weight": "pytorch_model-00005-of-00006.bin",
|
| 240 |
+
"decoder.block.22.layer.1.EncDecAttention.v.weight": "pytorch_model-00005-of-00006.bin",
|
| 241 |
+
"decoder.block.22.layer.1.layer_norm.weight": "pytorch_model-00005-of-00006.bin",
|
| 242 |
+
"decoder.block.22.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00005-of-00006.bin",
|
| 243 |
+
"decoder.block.22.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00005-of-00006.bin",
|
| 244 |
+
"decoder.block.22.layer.2.DenseReluDense.wo.weight": "pytorch_model-00005-of-00006.bin",
|
| 245 |
+
"decoder.block.22.layer.2.layer_norm.weight": "pytorch_model-00005-of-00006.bin",
|
| 246 |
+
"decoder.block.23.layer.0.SelfAttention.k.weight": "pytorch_model-00005-of-00006.bin",
|
| 247 |
+
"decoder.block.23.layer.0.SelfAttention.o.weight": "pytorch_model-00005-of-00006.bin",
|
| 248 |
+
"decoder.block.23.layer.0.SelfAttention.q.weight": "pytorch_model-00005-of-00006.bin",
|
| 249 |
+
"decoder.block.23.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00005-of-00006.bin",
|
| 250 |
+
"decoder.block.23.layer.0.SelfAttention.v.weight": "pytorch_model-00005-of-00006.bin",
|
| 251 |
+
"decoder.block.23.layer.0.layer_norm.weight": "pytorch_model-00005-of-00006.bin",
|
| 252 |
+
"decoder.block.23.layer.1.EncDecAttention.k.weight": "pytorch_model-00005-of-00006.bin",
|
| 253 |
+
"decoder.block.23.layer.1.EncDecAttention.o.weight": "pytorch_model-00005-of-00006.bin",
|
| 254 |
+
"decoder.block.23.layer.1.EncDecAttention.q.weight": "pytorch_model-00005-of-00006.bin",
|
| 255 |
+
"decoder.block.23.layer.1.EncDecAttention.v.weight": "pytorch_model-00005-of-00006.bin",
|
| 256 |
+
"decoder.block.23.layer.1.layer_norm.weight": "pytorch_model-00005-of-00006.bin",
|
| 257 |
+
"decoder.block.23.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00005-of-00006.bin",
|
| 258 |
+
"decoder.block.23.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00005-of-00006.bin",
|
| 259 |
+
"decoder.block.23.layer.2.DenseReluDense.wo.weight": "pytorch_model-00005-of-00006.bin",
|
| 260 |
+
"decoder.block.23.layer.2.layer_norm.weight": "pytorch_model-00005-of-00006.bin",
|
| 261 |
+
"decoder.block.3.layer.0.SelfAttention.k.weight": "pytorch_model-00003-of-00006.bin",
|
| 262 |
+
"decoder.block.3.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00006.bin",
|
| 263 |
+
"decoder.block.3.layer.0.SelfAttention.q.weight": "pytorch_model-00003-of-00006.bin",
|
| 264 |
+
"decoder.block.3.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00003-of-00006.bin",
|
| 265 |
+
"decoder.block.3.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00006.bin",
|
| 266 |
+
"decoder.block.3.layer.0.layer_norm.weight": "pytorch_model-00003-of-00006.bin",
|
| 267 |
+
"decoder.block.3.layer.1.EncDecAttention.k.weight": "pytorch_model-00003-of-00006.bin",
|
| 268 |
+
"decoder.block.3.layer.1.EncDecAttention.o.weight": "pytorch_model-00003-of-00006.bin",
|
| 269 |
+
"decoder.block.3.layer.1.EncDecAttention.q.weight": "pytorch_model-00003-of-00006.bin",
|
| 270 |
+
"decoder.block.3.layer.1.EncDecAttention.v.weight": "pytorch_model-00003-of-00006.bin",
|
| 271 |
+
"decoder.block.3.layer.1.layer_norm.weight": "pytorch_model-00003-of-00006.bin",
|
| 272 |
+
"decoder.block.3.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00006.bin",
|
| 273 |
+
"decoder.block.3.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00006.bin",
|
| 274 |
+
"decoder.block.3.layer.2.DenseReluDense.wo.weight": "pytorch_model-00003-of-00006.bin",
|
| 275 |
+
"decoder.block.3.layer.2.layer_norm.weight": "pytorch_model-00003-of-00006.bin",
|
| 276 |
+
"decoder.block.4.layer.0.SelfAttention.k.weight": "pytorch_model-00003-of-00006.bin",
|
| 277 |
+
"decoder.block.4.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00006.bin",
|
| 278 |
+
"decoder.block.4.layer.0.SelfAttention.q.weight": "pytorch_model-00003-of-00006.bin",
|
| 279 |
+
"decoder.block.4.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00003-of-00006.bin",
|
| 280 |
+
"decoder.block.4.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00006.bin",
|
| 281 |
+
"decoder.block.4.layer.0.layer_norm.weight": "pytorch_model-00003-of-00006.bin",
|
| 282 |
+
"decoder.block.4.layer.1.EncDecAttention.k.weight": "pytorch_model-00003-of-00006.bin",
|
| 283 |
+
"decoder.block.4.layer.1.EncDecAttention.o.weight": "pytorch_model-00003-of-00006.bin",
|
| 284 |
+
"decoder.block.4.layer.1.EncDecAttention.q.weight": "pytorch_model-00003-of-00006.bin",
|
| 285 |
+
"decoder.block.4.layer.1.EncDecAttention.v.weight": "pytorch_model-00003-of-00006.bin",
|
| 286 |
+
"decoder.block.4.layer.1.layer_norm.weight": "pytorch_model-00003-of-00006.bin",
|
| 287 |
+
"decoder.block.4.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00006.bin",
|
| 288 |
+
"decoder.block.4.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00006.bin",
|
| 289 |
+
"decoder.block.4.layer.2.DenseReluDense.wo.weight": "pytorch_model-00003-of-00006.bin",
|
| 290 |
+
"decoder.block.4.layer.2.layer_norm.weight": "pytorch_model-00003-of-00006.bin",
|
| 291 |
+
"decoder.block.5.layer.0.SelfAttention.k.weight": "pytorch_model-00003-of-00006.bin",
|
| 292 |
+
"decoder.block.5.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00006.bin",
|
| 293 |
+
"decoder.block.5.layer.0.SelfAttention.q.weight": "pytorch_model-00003-of-00006.bin",
|
| 294 |
+
"decoder.block.5.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00003-of-00006.bin",
|
| 295 |
+
"decoder.block.5.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00006.bin",
|
| 296 |
+
"decoder.block.5.layer.0.layer_norm.weight": "pytorch_model-00003-of-00006.bin",
|
| 297 |
+
"decoder.block.5.layer.1.EncDecAttention.k.weight": "pytorch_model-00003-of-00006.bin",
|
| 298 |
+
"decoder.block.5.layer.1.EncDecAttention.o.weight": "pytorch_model-00003-of-00006.bin",
|
| 299 |
+
"decoder.block.5.layer.1.EncDecAttention.q.weight": "pytorch_model-00003-of-00006.bin",
|
| 300 |
+
"decoder.block.5.layer.1.EncDecAttention.v.weight": "pytorch_model-00003-of-00006.bin",
|
| 301 |
+
"decoder.block.5.layer.1.layer_norm.weight": "pytorch_model-00003-of-00006.bin",
|
| 302 |
+
"decoder.block.5.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00006.bin",
|
| 303 |
+
"decoder.block.5.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00006.bin",
|
| 304 |
+
"decoder.block.5.layer.2.DenseReluDense.wo.weight": "pytorch_model-00003-of-00006.bin",
|
| 305 |
+
"decoder.block.5.layer.2.layer_norm.weight": "pytorch_model-00003-of-00006.bin",
|
| 306 |
+
"decoder.block.6.layer.0.SelfAttention.k.weight": "pytorch_model-00003-of-00006.bin",
|
| 307 |
+
"decoder.block.6.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00006.bin",
|
| 308 |
+
"decoder.block.6.layer.0.SelfAttention.q.weight": "pytorch_model-00003-of-00006.bin",
|
| 309 |
+
"decoder.block.6.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00003-of-00006.bin",
|
| 310 |
+
"decoder.block.6.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00006.bin",
|
| 311 |
+
"decoder.block.6.layer.0.layer_norm.weight": "pytorch_model-00003-of-00006.bin",
|
| 312 |
+
"decoder.block.6.layer.1.EncDecAttention.k.weight": "pytorch_model-00003-of-00006.bin",
|
| 313 |
+
"decoder.block.6.layer.1.EncDecAttention.o.weight": "pytorch_model-00003-of-00006.bin",
|
| 314 |
+
"decoder.block.6.layer.1.EncDecAttention.q.weight": "pytorch_model-00003-of-00006.bin",
|
| 315 |
+
"decoder.block.6.layer.1.EncDecAttention.v.weight": "pytorch_model-00003-of-00006.bin",
|
| 316 |
+
"decoder.block.6.layer.1.layer_norm.weight": "pytorch_model-00003-of-00006.bin",
|
| 317 |
+
"decoder.block.6.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00006.bin",
|
| 318 |
+
"decoder.block.6.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00006.bin",
|
| 319 |
+
"decoder.block.6.layer.2.DenseReluDense.wo.weight": "pytorch_model-00004-of-00006.bin",
|
| 320 |
+
"decoder.block.6.layer.2.layer_norm.weight": "pytorch_model-00004-of-00006.bin",
|
| 321 |
+
"decoder.block.7.layer.0.SelfAttention.k.weight": "pytorch_model-00004-of-00006.bin",
|
| 322 |
+
"decoder.block.7.layer.0.SelfAttention.o.weight": "pytorch_model-00004-of-00006.bin",
|
| 323 |
+
"decoder.block.7.layer.0.SelfAttention.q.weight": "pytorch_model-00004-of-00006.bin",
|
| 324 |
+
"decoder.block.7.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00004-of-00006.bin",
|
| 325 |
+
"decoder.block.7.layer.0.SelfAttention.v.weight": "pytorch_model-00004-of-00006.bin",
|
| 326 |
+
"decoder.block.7.layer.0.layer_norm.weight": "pytorch_model-00004-of-00006.bin",
|
| 327 |
+
"decoder.block.7.layer.1.EncDecAttention.k.weight": "pytorch_model-00004-of-00006.bin",
|
| 328 |
+
"decoder.block.7.layer.1.EncDecAttention.o.weight": "pytorch_model-00004-of-00006.bin",
|
| 329 |
+
"decoder.block.7.layer.1.EncDecAttention.q.weight": "pytorch_model-00004-of-00006.bin",
|
| 330 |
+
"decoder.block.7.layer.1.EncDecAttention.v.weight": "pytorch_model-00004-of-00006.bin",
|
| 331 |
+
"decoder.block.7.layer.1.layer_norm.weight": "pytorch_model-00004-of-00006.bin",
|
| 332 |
+
"decoder.block.7.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00004-of-00006.bin",
|
| 333 |
+
"decoder.block.7.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00004-of-00006.bin",
|
| 334 |
+
"decoder.block.7.layer.2.DenseReluDense.wo.weight": "pytorch_model-00004-of-00006.bin",
|
| 335 |
+
"decoder.block.7.layer.2.layer_norm.weight": "pytorch_model-00004-of-00006.bin",
|
| 336 |
+
"decoder.block.8.layer.0.SelfAttention.k.weight": "pytorch_model-00004-of-00006.bin",
|
| 337 |
+
"decoder.block.8.layer.0.SelfAttention.o.weight": "pytorch_model-00004-of-00006.bin",
|
| 338 |
+
"decoder.block.8.layer.0.SelfAttention.q.weight": "pytorch_model-00004-of-00006.bin",
|
| 339 |
+
"decoder.block.8.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00004-of-00006.bin",
|
| 340 |
+
"decoder.block.8.layer.0.SelfAttention.v.weight": "pytorch_model-00004-of-00006.bin",
|
| 341 |
+
"decoder.block.8.layer.0.layer_norm.weight": "pytorch_model-00004-of-00006.bin",
|
| 342 |
+
"decoder.block.8.layer.1.EncDecAttention.k.weight": "pytorch_model-00004-of-00006.bin",
|
| 343 |
+
"decoder.block.8.layer.1.EncDecAttention.o.weight": "pytorch_model-00004-of-00006.bin",
|
| 344 |
+
"decoder.block.8.layer.1.EncDecAttention.q.weight": "pytorch_model-00004-of-00006.bin",
|
| 345 |
+
"decoder.block.8.layer.1.EncDecAttention.v.weight": "pytorch_model-00004-of-00006.bin",
|
| 346 |
+
"decoder.block.8.layer.1.layer_norm.weight": "pytorch_model-00004-of-00006.bin",
|
| 347 |
+
"decoder.block.8.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00004-of-00006.bin",
|
| 348 |
+
"decoder.block.8.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00004-of-00006.bin",
|
| 349 |
+
"decoder.block.8.layer.2.DenseReluDense.wo.weight": "pytorch_model-00004-of-00006.bin",
|
| 350 |
+
"decoder.block.8.layer.2.layer_norm.weight": "pytorch_model-00004-of-00006.bin",
|
| 351 |
+
"decoder.block.9.layer.0.SelfAttention.k.weight": "pytorch_model-00004-of-00006.bin",
|
| 352 |
+
"decoder.block.9.layer.0.SelfAttention.o.weight": "pytorch_model-00004-of-00006.bin",
|
| 353 |
+
"decoder.block.9.layer.0.SelfAttention.q.weight": "pytorch_model-00004-of-00006.bin",
|
| 354 |
+
"decoder.block.9.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00004-of-00006.bin",
|
| 355 |
+
"decoder.block.9.layer.0.SelfAttention.v.weight": "pytorch_model-00004-of-00006.bin",
|
| 356 |
+
"decoder.block.9.layer.0.layer_norm.weight": "pytorch_model-00004-of-00006.bin",
|
| 357 |
+
"decoder.block.9.layer.1.EncDecAttention.k.weight": "pytorch_model-00004-of-00006.bin",
|
| 358 |
+
"decoder.block.9.layer.1.EncDecAttention.o.weight": "pytorch_model-00004-of-00006.bin",
|
| 359 |
+
"decoder.block.9.layer.1.EncDecAttention.q.weight": "pytorch_model-00004-of-00006.bin",
|
| 360 |
+
"decoder.block.9.layer.1.EncDecAttention.v.weight": "pytorch_model-00004-of-00006.bin",
|
| 361 |
+
"decoder.block.9.layer.1.layer_norm.weight": "pytorch_model-00004-of-00006.bin",
|
| 362 |
+
"decoder.block.9.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00004-of-00006.bin",
|
| 363 |
+
"decoder.block.9.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00004-of-00006.bin",
|
| 364 |
+
"decoder.block.9.layer.2.DenseReluDense.wo.weight": "pytorch_model-00004-of-00006.bin",
|
| 365 |
+
"decoder.block.9.layer.2.layer_norm.weight": "pytorch_model-00004-of-00006.bin",
|
| 366 |
+
"decoder.embed_tokens.weight": "pytorch_model-00001-of-00006.bin",
|
| 367 |
+
"decoder.final_layer_norm.weight": "pytorch_model-00005-of-00006.bin",
|
| 368 |
+
"encoder.block.0.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00006.bin",
|
| 369 |
+
"encoder.block.0.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00006.bin",
|
| 370 |
+
"encoder.block.0.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00006.bin",
|
| 371 |
+
"encoder.block.0.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00001-of-00006.bin",
|
| 372 |
+
"encoder.block.0.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00006.bin",
|
| 373 |
+
"encoder.block.0.layer.0.layer_norm.weight": "pytorch_model-00001-of-00006.bin",
|
| 374 |
+
"encoder.block.0.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00006.bin",
|
| 375 |
+
"encoder.block.0.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00006.bin",
|
| 376 |
+
"encoder.block.0.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00006.bin",
|
| 377 |
+
"encoder.block.0.layer.1.layer_norm.weight": "pytorch_model-00001-of-00006.bin",
|
| 378 |
+
"encoder.block.1.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00006.bin",
|
| 379 |
+
"encoder.block.1.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00006.bin",
|
| 380 |
+
"encoder.block.1.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00006.bin",
|
| 381 |
+
"encoder.block.1.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00001-of-00006.bin",
|
| 382 |
+
"encoder.block.1.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00006.bin",
|
| 383 |
+
"encoder.block.1.layer.0.layer_norm.weight": "pytorch_model-00001-of-00006.bin",
|
| 384 |
+
"encoder.block.1.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00006.bin",
|
| 385 |
+
"encoder.block.1.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00006.bin",
|
| 386 |
+
"encoder.block.1.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00006.bin",
|
| 387 |
+
"encoder.block.1.layer.1.layer_norm.weight": "pytorch_model-00001-of-00006.bin",
|
| 388 |
+
"encoder.block.10.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00006.bin",
|
| 389 |
+
"encoder.block.10.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00006.bin",
|
| 390 |
+
"encoder.block.10.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00006.bin",
|
| 391 |
+
"encoder.block.10.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00002-of-00006.bin",
|
| 392 |
+
"encoder.block.10.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00006.bin",
|
| 393 |
+
"encoder.block.10.layer.0.layer_norm.weight": "pytorch_model-00002-of-00006.bin",
|
| 394 |
+
"encoder.block.10.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00006.bin",
|
| 395 |
+
"encoder.block.10.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00006.bin",
|
| 396 |
+
"encoder.block.10.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00006.bin",
|
| 397 |
+
"encoder.block.10.layer.1.layer_norm.weight": "pytorch_model-00002-of-00006.bin",
|
| 398 |
+
"encoder.block.11.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00006.bin",
|
| 399 |
+
"encoder.block.11.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00006.bin",
|
| 400 |
+
"encoder.block.11.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00006.bin",
|
| 401 |
+
"encoder.block.11.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00002-of-00006.bin",
|
| 402 |
+
"encoder.block.11.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00006.bin",
|
| 403 |
+
"encoder.block.11.layer.0.layer_norm.weight": "pytorch_model-00002-of-00006.bin",
|
| 404 |
+
"encoder.block.11.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00006.bin",
|
| 405 |
+
"encoder.block.11.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00006.bin",
|
| 406 |
+
"encoder.block.11.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00006.bin",
|
| 407 |
+
"encoder.block.11.layer.1.layer_norm.weight": "pytorch_model-00002-of-00006.bin",
|
| 408 |
+
"encoder.block.12.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00006.bin",
|
| 409 |
+
"encoder.block.12.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00006.bin",
|
| 410 |
+
"encoder.block.12.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00006.bin",
|
| 411 |
+
"encoder.block.12.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00002-of-00006.bin",
|
| 412 |
+
"encoder.block.12.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00006.bin",
|
| 413 |
+
"encoder.block.12.layer.0.layer_norm.weight": "pytorch_model-00002-of-00006.bin",
|
| 414 |
+
"encoder.block.12.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00006.bin",
|
| 415 |
+
"encoder.block.12.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00006.bin",
|
| 416 |
+
"encoder.block.12.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00006.bin",
|
| 417 |
+
"encoder.block.12.layer.1.layer_norm.weight": "pytorch_model-00002-of-00006.bin",
|
| 418 |
+
"encoder.block.13.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00006.bin",
|
| 419 |
+
"encoder.block.13.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00006.bin",
|
| 420 |
+
"encoder.block.13.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00006.bin",
|
| 421 |
+
"encoder.block.13.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00002-of-00006.bin",
|
| 422 |
+
"encoder.block.13.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00006.bin",
|
| 423 |
+
"encoder.block.13.layer.0.layer_norm.weight": "pytorch_model-00002-of-00006.bin",
|
| 424 |
+
"encoder.block.13.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00006.bin",
|
| 425 |
+
"encoder.block.13.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00006.bin",
|
| 426 |
+
"encoder.block.13.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00006.bin",
|
| 427 |
+
"encoder.block.13.layer.1.layer_norm.weight": "pytorch_model-00002-of-00006.bin",
|
| 428 |
+
"encoder.block.14.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00006.bin",
|
| 429 |
+
"encoder.block.14.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00006.bin",
|
| 430 |
+
"encoder.block.14.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00006.bin",
|
| 431 |
+
"encoder.block.14.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00002-of-00006.bin",
|
| 432 |
+
"encoder.block.14.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00006.bin",
|
| 433 |
+
"encoder.block.14.layer.0.layer_norm.weight": "pytorch_model-00002-of-00006.bin",
|
| 434 |
+
"encoder.block.14.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00006.bin",
|
| 435 |
+
"encoder.block.14.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00006.bin",
|
| 436 |
+
"encoder.block.14.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00006.bin",
|
| 437 |
+
"encoder.block.14.layer.1.layer_norm.weight": "pytorch_model-00002-of-00006.bin",
|
| 438 |
+
"encoder.block.15.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00006.bin",
|
| 439 |
+
"encoder.block.15.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00006.bin",
|
| 440 |
+
"encoder.block.15.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00006.bin",
|
| 441 |
+
"encoder.block.15.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00002-of-00006.bin",
|
| 442 |
+
"encoder.block.15.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00006.bin",
|
| 443 |
+
"encoder.block.15.layer.0.layer_norm.weight": "pytorch_model-00002-of-00006.bin",
|
| 444 |
+
"encoder.block.15.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00006.bin",
|
| 445 |
+
"encoder.block.15.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00006.bin",
|
| 446 |
+
"encoder.block.15.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00006.bin",
|
| 447 |
+
"encoder.block.15.layer.1.layer_norm.weight": "pytorch_model-00002-of-00006.bin",
|
| 448 |
+
"encoder.block.16.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00006.bin",
|
| 449 |
+
"encoder.block.16.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00006.bin",
|
| 450 |
+
"encoder.block.16.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00006.bin",
|
| 451 |
+
"encoder.block.16.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00002-of-00006.bin",
|
| 452 |
+
"encoder.block.16.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00006.bin",
|
| 453 |
+
"encoder.block.16.layer.0.layer_norm.weight": "pytorch_model-00002-of-00006.bin",
|
| 454 |
+
"encoder.block.16.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00006.bin",
|
| 455 |
+
"encoder.block.16.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00006.bin",
|
| 456 |
+
"encoder.block.16.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00006.bin",
|
| 457 |
+
"encoder.block.16.layer.1.layer_norm.weight": "pytorch_model-00002-of-00006.bin",
|
| 458 |
+
"encoder.block.17.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00006.bin",
|
| 459 |
+
"encoder.block.17.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00006.bin",
|
| 460 |
+
"encoder.block.17.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00006.bin",
|
| 461 |
+
"encoder.block.17.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00002-of-00006.bin",
|
| 462 |
+
"encoder.block.17.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00006.bin",
|
| 463 |
+
"encoder.block.17.layer.0.layer_norm.weight": "pytorch_model-00002-of-00006.bin",
|
| 464 |
+
"encoder.block.17.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00006.bin",
|
| 465 |
+
"encoder.block.17.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00006.bin",
|
| 466 |
+
"encoder.block.17.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00006.bin",
|
| 467 |
+
"encoder.block.17.layer.1.layer_norm.weight": "pytorch_model-00002-of-00006.bin",
|
| 468 |
+
"encoder.block.18.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00006.bin",
|
| 469 |
+
"encoder.block.18.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00006.bin",
|
| 470 |
+
"encoder.block.18.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00006.bin",
|
| 471 |
+
"encoder.block.18.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00002-of-00006.bin",
|
| 472 |
+
"encoder.block.18.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00006.bin",
|
| 473 |
+
"encoder.block.18.layer.0.layer_norm.weight": "pytorch_model-00002-of-00006.bin",
|
| 474 |
+
"encoder.block.18.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00006.bin",
|
| 475 |
+
"encoder.block.18.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00006.bin",
|
| 476 |
+
"encoder.block.18.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00006.bin",
|
| 477 |
+
"encoder.block.18.layer.1.layer_norm.weight": "pytorch_model-00002-of-00006.bin",
|
| 478 |
+
"encoder.block.19.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00006.bin",
|
| 479 |
+
"encoder.block.19.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00006.bin",
|
| 480 |
+
"encoder.block.19.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00006.bin",
|
| 481 |
+
"encoder.block.19.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00002-of-00006.bin",
|
| 482 |
+
"encoder.block.19.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00006.bin",
|
| 483 |
+
"encoder.block.19.layer.0.layer_norm.weight": "pytorch_model-00002-of-00006.bin",
|
| 484 |
+
"encoder.block.19.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00006.bin",
|
| 485 |
+
"encoder.block.19.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00006.bin",
|
| 486 |
+
"encoder.block.19.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00006.bin",
|
| 487 |
+
"encoder.block.19.layer.1.layer_norm.weight": "pytorch_model-00002-of-00006.bin",
|
| 488 |
+
"encoder.block.2.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00006.bin",
|
| 489 |
+
"encoder.block.2.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00006.bin",
|
| 490 |
+
"encoder.block.2.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00006.bin",
|
| 491 |
+
"encoder.block.2.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00001-of-00006.bin",
|
| 492 |
+
"encoder.block.2.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00006.bin",
|
| 493 |
+
"encoder.block.2.layer.0.layer_norm.weight": "pytorch_model-00001-of-00006.bin",
|
| 494 |
+
"encoder.block.2.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00006.bin",
|
| 495 |
+
"encoder.block.2.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00006.bin",
|
| 496 |
+
"encoder.block.2.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00006.bin",
|
| 497 |
+
"encoder.block.2.layer.1.layer_norm.weight": "pytorch_model-00001-of-00006.bin",
|
| 498 |
+
"encoder.block.20.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00006.bin",
|
| 499 |
+
"encoder.block.20.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00006.bin",
|
| 500 |
+
"encoder.block.20.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00006.bin",
|
| 501 |
+
"encoder.block.20.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00003-of-00006.bin",
|
| 502 |
+
"encoder.block.20.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00006.bin",
|
| 503 |
+
"encoder.block.20.layer.0.layer_norm.weight": "pytorch_model-00003-of-00006.bin",
|
| 504 |
+
"encoder.block.20.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00006.bin",
|
| 505 |
+
"encoder.block.20.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00006.bin",
|
| 506 |
+
"encoder.block.20.layer.1.DenseReluDense.wo.weight": "pytorch_model-00003-of-00006.bin",
|
| 507 |
+
"encoder.block.20.layer.1.layer_norm.weight": "pytorch_model-00003-of-00006.bin",
|
| 508 |
+
"encoder.block.21.layer.0.SelfAttention.k.weight": "pytorch_model-00003-of-00006.bin",
|
| 509 |
+
"encoder.block.21.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00006.bin",
|
| 510 |
+
"encoder.block.21.layer.0.SelfAttention.q.weight": "pytorch_model-00003-of-00006.bin",
|
| 511 |
+
"encoder.block.21.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00003-of-00006.bin",
|
| 512 |
+
"encoder.block.21.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00006.bin",
|
| 513 |
+
"encoder.block.21.layer.0.layer_norm.weight": "pytorch_model-00003-of-00006.bin",
|
| 514 |
+
"encoder.block.21.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00006.bin",
|
| 515 |
+
"encoder.block.21.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00006.bin",
|
| 516 |
+
"encoder.block.21.layer.1.DenseReluDense.wo.weight": "pytorch_model-00003-of-00006.bin",
|
| 517 |
+
"encoder.block.21.layer.1.layer_norm.weight": "pytorch_model-00003-of-00006.bin",
|
| 518 |
+
"encoder.block.22.layer.0.SelfAttention.k.weight": "pytorch_model-00003-of-00006.bin",
|
| 519 |
+
"encoder.block.22.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00006.bin",
|
| 520 |
+
"encoder.block.22.layer.0.SelfAttention.q.weight": "pytorch_model-00003-of-00006.bin",
|
| 521 |
+
"encoder.block.22.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00003-of-00006.bin",
|
| 522 |
+
"encoder.block.22.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00006.bin",
|
| 523 |
+
"encoder.block.22.layer.0.layer_norm.weight": "pytorch_model-00003-of-00006.bin",
|
| 524 |
+
"encoder.block.22.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00006.bin",
|
| 525 |
+
"encoder.block.22.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00006.bin",
|
| 526 |
+
"encoder.block.22.layer.1.DenseReluDense.wo.weight": "pytorch_model-00003-of-00006.bin",
|
| 527 |
+
"encoder.block.22.layer.1.layer_norm.weight": "pytorch_model-00003-of-00006.bin",
|
| 528 |
+
"encoder.block.23.layer.0.SelfAttention.k.weight": "pytorch_model-00003-of-00006.bin",
|
| 529 |
+
"encoder.block.23.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00006.bin",
|
| 530 |
+
"encoder.block.23.layer.0.SelfAttention.q.weight": "pytorch_model-00003-of-00006.bin",
|
| 531 |
+
"encoder.block.23.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00003-of-00006.bin",
|
| 532 |
+
"encoder.block.23.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00006.bin",
|
| 533 |
+
"encoder.block.23.layer.0.layer_norm.weight": "pytorch_model-00003-of-00006.bin",
|
| 534 |
+
"encoder.block.23.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00006.bin",
|
| 535 |
+
"encoder.block.23.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00006.bin",
|
| 536 |
+
"encoder.block.23.layer.1.DenseReluDense.wo.weight": "pytorch_model-00003-of-00006.bin",
|
| 537 |
+
"encoder.block.23.layer.1.layer_norm.weight": "pytorch_model-00003-of-00006.bin",
|
| 538 |
+
"encoder.block.3.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00006.bin",
|
| 539 |
+
"encoder.block.3.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00006.bin",
|
| 540 |
+
"encoder.block.3.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00006.bin",
|
| 541 |
+
"encoder.block.3.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00001-of-00006.bin",
|
| 542 |
+
"encoder.block.3.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00006.bin",
|
| 543 |
+
"encoder.block.3.layer.0.layer_norm.weight": "pytorch_model-00001-of-00006.bin",
|
| 544 |
+
"encoder.block.3.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00006.bin",
|
| 545 |
+
"encoder.block.3.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00006.bin",
|
| 546 |
+
"encoder.block.3.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00006.bin",
|
| 547 |
+
"encoder.block.3.layer.1.layer_norm.weight": "pytorch_model-00001-of-00006.bin",
|
| 548 |
+
"encoder.block.4.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00006.bin",
|
| 549 |
+
"encoder.block.4.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00006.bin",
|
| 550 |
+
"encoder.block.4.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00006.bin",
|
| 551 |
+
"encoder.block.4.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00001-of-00006.bin",
|
| 552 |
+
"encoder.block.4.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00006.bin",
|
| 553 |
+
"encoder.block.4.layer.0.layer_norm.weight": "pytorch_model-00001-of-00006.bin",
|
| 554 |
+
"encoder.block.4.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00006.bin",
|
| 555 |
+
"encoder.block.4.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00006.bin",
|
| 556 |
+
"encoder.block.4.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00006.bin",
|
| 557 |
+
"encoder.block.4.layer.1.layer_norm.weight": "pytorch_model-00001-of-00006.bin",
|
| 558 |
+
"encoder.block.5.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00006.bin",
|
| 559 |
+
"encoder.block.5.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00006.bin",
|
| 560 |
+
"encoder.block.5.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00006.bin",
|
| 561 |
+
"encoder.block.5.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00001-of-00006.bin",
|
| 562 |
+
"encoder.block.5.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00006.bin",
|
| 563 |
+
"encoder.block.5.layer.0.layer_norm.weight": "pytorch_model-00001-of-00006.bin",
|
| 564 |
+
"encoder.block.5.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00006.bin",
|
| 565 |
+
"encoder.block.5.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00006.bin",
|
| 566 |
+
"encoder.block.5.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00006.bin",
|
| 567 |
+
"encoder.block.5.layer.1.layer_norm.weight": "pytorch_model-00001-of-00006.bin",
|
| 568 |
+
"encoder.block.6.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00006.bin",
|
| 569 |
+
"encoder.block.6.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00006.bin",
|
| 570 |
+
"encoder.block.6.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00006.bin",
|
| 571 |
+
"encoder.block.6.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00001-of-00006.bin",
|
| 572 |
+
"encoder.block.6.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00006.bin",
|
| 573 |
+
"encoder.block.6.layer.0.layer_norm.weight": "pytorch_model-00001-of-00006.bin",
|
| 574 |
+
"encoder.block.6.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00006.bin",
|
| 575 |
+
"encoder.block.6.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00006.bin",
|
| 576 |
+
"encoder.block.6.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00006.bin",
|
| 577 |
+
"encoder.block.6.layer.1.layer_norm.weight": "pytorch_model-00001-of-00006.bin",
|
| 578 |
+
"encoder.block.7.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00006.bin",
|
| 579 |
+
"encoder.block.7.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00006.bin",
|
| 580 |
+
"encoder.block.7.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00006.bin",
|
| 581 |
+
"encoder.block.7.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00001-of-00006.bin",
|
| 582 |
+
"encoder.block.7.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00006.bin",
|
| 583 |
+
"encoder.block.7.layer.0.layer_norm.weight": "pytorch_model-00001-of-00006.bin",
|
| 584 |
+
"encoder.block.7.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00006.bin",
|
| 585 |
+
"encoder.block.7.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00006.bin",
|
| 586 |
+
"encoder.block.7.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00006.bin",
|
| 587 |
+
"encoder.block.7.layer.1.layer_norm.weight": "pytorch_model-00002-of-00006.bin",
|
| 588 |
+
"encoder.block.8.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00006.bin",
|
| 589 |
+
"encoder.block.8.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00006.bin",
|
| 590 |
+
"encoder.block.8.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00006.bin",
|
| 591 |
+
"encoder.block.8.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00002-of-00006.bin",
|
| 592 |
+
"encoder.block.8.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00006.bin",
|
| 593 |
+
"encoder.block.8.layer.0.layer_norm.weight": "pytorch_model-00002-of-00006.bin",
|
| 594 |
+
"encoder.block.8.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00006.bin",
|
| 595 |
+
"encoder.block.8.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00006.bin",
|
| 596 |
+
"encoder.block.8.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00006.bin",
|
| 597 |
+
"encoder.block.8.layer.1.layer_norm.weight": "pytorch_model-00002-of-00006.bin",
|
| 598 |
+
"encoder.block.9.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00006.bin",
|
| 599 |
+
"encoder.block.9.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00006.bin",
|
| 600 |
+
"encoder.block.9.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00006.bin",
|
| 601 |
+
"encoder.block.9.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00002-of-00006.bin",
|
| 602 |
+
"encoder.block.9.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00006.bin",
|
| 603 |
+
"encoder.block.9.layer.0.layer_norm.weight": "pytorch_model-00002-of-00006.bin",
|
| 604 |
+
"encoder.block.9.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00006.bin",
|
| 605 |
+
"encoder.block.9.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00006.bin",
|
| 606 |
+
"encoder.block.9.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00006.bin",
|
| 607 |
+
"encoder.block.9.layer.1.layer_norm.weight": "pytorch_model-00002-of-00006.bin",
|
| 608 |
+
"encoder.embed_tokens.weight": "pytorch_model-00001-of-00006.bin",
|
| 609 |
+
"encoder.final_layer_norm.weight": "pytorch_model-00003-of-00006.bin",
|
| 610 |
+
"lm_head.weight": "pytorch_model-00006-of-00006.bin",
|
| 611 |
+
"shared.weight": "pytorch_model-00001-of-00006.bin"
|
| 612 |
+
}
|
| 613 |
+
}
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,308 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<extra_id_299>",
|
| 4 |
+
"<extra_id_298>",
|
| 5 |
+
"<extra_id_297>",
|
| 6 |
+
"<extra_id_296>",
|
| 7 |
+
"<extra_id_295>",
|
| 8 |
+
"<extra_id_294>",
|
| 9 |
+
"<extra_id_293>",
|
| 10 |
+
"<extra_id_292>",
|
| 11 |
+
"<extra_id_291>",
|
| 12 |
+
"<extra_id_290>",
|
| 13 |
+
"<extra_id_289>",
|
| 14 |
+
"<extra_id_288>",
|
| 15 |
+
"<extra_id_287>",
|
| 16 |
+
"<extra_id_286>",
|
| 17 |
+
"<extra_id_285>",
|
| 18 |
+
"<extra_id_284>",
|
| 19 |
+
"<extra_id_283>",
|
| 20 |
+
"<extra_id_282>",
|
| 21 |
+
"<extra_id_281>",
|
| 22 |
+
"<extra_id_280>",
|
| 23 |
+
"<extra_id_279>",
|
| 24 |
+
"<extra_id_278>",
|
| 25 |
+
"<extra_id_277>",
|
| 26 |
+
"<extra_id_276>",
|
| 27 |
+
"<extra_id_275>",
|
| 28 |
+
"<extra_id_274>",
|
| 29 |
+
"<extra_id_273>",
|
| 30 |
+
"<extra_id_272>",
|
| 31 |
+
"<extra_id_271>",
|
| 32 |
+
"<extra_id_270>",
|
| 33 |
+
"<extra_id_269>",
|
| 34 |
+
"<extra_id_268>",
|
| 35 |
+
"<extra_id_267>",
|
| 36 |
+
"<extra_id_266>",
|
| 37 |
+
"<extra_id_265>",
|
| 38 |
+
"<extra_id_264>",
|
| 39 |
+
"<extra_id_263>",
|
| 40 |
+
"<extra_id_262>",
|
| 41 |
+
"<extra_id_261>",
|
| 42 |
+
"<extra_id_260>",
|
| 43 |
+
"<extra_id_259>",
|
| 44 |
+
"<extra_id_258>",
|
| 45 |
+
"<extra_id_257>",
|
| 46 |
+
"<extra_id_256>",
|
| 47 |
+
"<extra_id_255>",
|
| 48 |
+
"<extra_id_254>",
|
| 49 |
+
"<extra_id_253>",
|
| 50 |
+
"<extra_id_252>",
|
| 51 |
+
"<extra_id_251>",
|
| 52 |
+
"<extra_id_250>",
|
| 53 |
+
"<extra_id_249>",
|
| 54 |
+
"<extra_id_248>",
|
| 55 |
+
"<extra_id_247>",
|
| 56 |
+
"<extra_id_246>",
|
| 57 |
+
"<extra_id_245>",
|
| 58 |
+
"<extra_id_244>",
|
| 59 |
+
"<extra_id_243>",
|
| 60 |
+
"<extra_id_242>",
|
| 61 |
+
"<extra_id_241>",
|
| 62 |
+
"<extra_id_240>",
|
| 63 |
+
"<extra_id_239>",
|
| 64 |
+
"<extra_id_238>",
|
| 65 |
+
"<extra_id_237>",
|
| 66 |
+
"<extra_id_236>",
|
| 67 |
+
"<extra_id_235>",
|
| 68 |
+
"<extra_id_234>",
|
| 69 |
+
"<extra_id_233>",
|
| 70 |
+
"<extra_id_232>",
|
| 71 |
+
"<extra_id_231>",
|
| 72 |
+
"<extra_id_230>",
|
| 73 |
+
"<extra_id_229>",
|
| 74 |
+
"<extra_id_228>",
|
| 75 |
+
"<extra_id_227>",
|
| 76 |
+
"<extra_id_226>",
|
| 77 |
+
"<extra_id_225>",
|
| 78 |
+
"<extra_id_224>",
|
| 79 |
+
"<extra_id_223>",
|
| 80 |
+
"<extra_id_222>",
|
| 81 |
+
"<extra_id_221>",
|
| 82 |
+
"<extra_id_220>",
|
| 83 |
+
"<extra_id_219>",
|
| 84 |
+
"<extra_id_218>",
|
| 85 |
+
"<extra_id_217>",
|
| 86 |
+
"<extra_id_216>",
|
| 87 |
+
"<extra_id_215>",
|
| 88 |
+
"<extra_id_214>",
|
| 89 |
+
"<extra_id_213>",
|
| 90 |
+
"<extra_id_212>",
|
| 91 |
+
"<extra_id_211>",
|
| 92 |
+
"<extra_id_210>",
|
| 93 |
+
"<extra_id_209>",
|
| 94 |
+
"<extra_id_208>",
|
| 95 |
+
"<extra_id_207>",
|
| 96 |
+
"<extra_id_206>",
|
| 97 |
+
"<extra_id_205>",
|
| 98 |
+
"<extra_id_204>",
|
| 99 |
+
"<extra_id_203>",
|
| 100 |
+
"<extra_id_202>",
|
| 101 |
+
"<extra_id_201>",
|
| 102 |
+
"<extra_id_200>",
|
| 103 |
+
"<extra_id_199>",
|
| 104 |
+
"<extra_id_198>",
|
| 105 |
+
"<extra_id_197>",
|
| 106 |
+
"<extra_id_196>",
|
| 107 |
+
"<extra_id_195>",
|
| 108 |
+
"<extra_id_194>",
|
| 109 |
+
"<extra_id_193>",
|
| 110 |
+
"<extra_id_192>",
|
| 111 |
+
"<extra_id_191>",
|
| 112 |
+
"<extra_id_190>",
|
| 113 |
+
"<extra_id_189>",
|
| 114 |
+
"<extra_id_188>",
|
| 115 |
+
"<extra_id_187>",
|
| 116 |
+
"<extra_id_186>",
|
| 117 |
+
"<extra_id_185>",
|
| 118 |
+
"<extra_id_184>",
|
| 119 |
+
"<extra_id_183>",
|
| 120 |
+
"<extra_id_182>",
|
| 121 |
+
"<extra_id_181>",
|
| 122 |
+
"<extra_id_180>",
|
| 123 |
+
"<extra_id_179>",
|
| 124 |
+
"<extra_id_178>",
|
| 125 |
+
"<extra_id_177>",
|
| 126 |
+
"<extra_id_176>",
|
| 127 |
+
"<extra_id_175>",
|
| 128 |
+
"<extra_id_174>",
|
| 129 |
+
"<extra_id_173>",
|
| 130 |
+
"<extra_id_172>",
|
| 131 |
+
"<extra_id_171>",
|
| 132 |
+
"<extra_id_170>",
|
| 133 |
+
"<extra_id_169>",
|
| 134 |
+
"<extra_id_168>",
|
| 135 |
+
"<extra_id_167>",
|
| 136 |
+
"<extra_id_166>",
|
| 137 |
+
"<extra_id_165>",
|
| 138 |
+
"<extra_id_164>",
|
| 139 |
+
"<extra_id_163>",
|
| 140 |
+
"<extra_id_162>",
|
| 141 |
+
"<extra_id_161>",
|
| 142 |
+
"<extra_id_160>",
|
| 143 |
+
"<extra_id_159>",
|
| 144 |
+
"<extra_id_158>",
|
| 145 |
+
"<extra_id_157>",
|
| 146 |
+
"<extra_id_156>",
|
| 147 |
+
"<extra_id_155>",
|
| 148 |
+
"<extra_id_154>",
|
| 149 |
+
"<extra_id_153>",
|
| 150 |
+
"<extra_id_152>",
|
| 151 |
+
"<extra_id_151>",
|
| 152 |
+
"<extra_id_150>",
|
| 153 |
+
"<extra_id_149>",
|
| 154 |
+
"<extra_id_148>",
|
| 155 |
+
"<extra_id_147>",
|
| 156 |
+
"<extra_id_146>",
|
| 157 |
+
"<extra_id_145>",
|
| 158 |
+
"<extra_id_144>",
|
| 159 |
+
"<extra_id_143>",
|
| 160 |
+
"<extra_id_142>",
|
| 161 |
+
"<extra_id_141>",
|
| 162 |
+
"<extra_id_140>",
|
| 163 |
+
"<extra_id_139>",
|
| 164 |
+
"<extra_id_138>",
|
| 165 |
+
"<extra_id_137>",
|
| 166 |
+
"<extra_id_136>",
|
| 167 |
+
"<extra_id_135>",
|
| 168 |
+
"<extra_id_134>",
|
| 169 |
+
"<extra_id_133>",
|
| 170 |
+
"<extra_id_132>",
|
| 171 |
+
"<extra_id_131>",
|
| 172 |
+
"<extra_id_130>",
|
| 173 |
+
"<extra_id_129>",
|
| 174 |
+
"<extra_id_128>",
|
| 175 |
+
"<extra_id_127>",
|
| 176 |
+
"<extra_id_126>",
|
| 177 |
+
"<extra_id_125>",
|
| 178 |
+
"<extra_id_124>",
|
| 179 |
+
"<extra_id_123>",
|
| 180 |
+
"<extra_id_122>",
|
| 181 |
+
"<extra_id_121>",
|
| 182 |
+
"<extra_id_120>",
|
| 183 |
+
"<extra_id_119>",
|
| 184 |
+
"<extra_id_118>",
|
| 185 |
+
"<extra_id_117>",
|
| 186 |
+
"<extra_id_116>",
|
| 187 |
+
"<extra_id_115>",
|
| 188 |
+
"<extra_id_114>",
|
| 189 |
+
"<extra_id_113>",
|
| 190 |
+
"<extra_id_112>",
|
| 191 |
+
"<extra_id_111>",
|
| 192 |
+
"<extra_id_110>",
|
| 193 |
+
"<extra_id_109>",
|
| 194 |
+
"<extra_id_108>",
|
| 195 |
+
"<extra_id_107>",
|
| 196 |
+
"<extra_id_106>",
|
| 197 |
+
"<extra_id_105>",
|
| 198 |
+
"<extra_id_104>",
|
| 199 |
+
"<extra_id_103>",
|
| 200 |
+
"<extra_id_102>",
|
| 201 |
+
"<extra_id_101>",
|
| 202 |
+
"<extra_id_100>",
|
| 203 |
+
"<extra_id_99>",
|
| 204 |
+
"<extra_id_98>",
|
| 205 |
+
"<extra_id_97>",
|
| 206 |
+
"<extra_id_96>",
|
| 207 |
+
"<extra_id_95>",
|
| 208 |
+
"<extra_id_94>",
|
| 209 |
+
"<extra_id_93>",
|
| 210 |
+
"<extra_id_92>",
|
| 211 |
+
"<extra_id_91>",
|
| 212 |
+
"<extra_id_90>",
|
| 213 |
+
"<extra_id_89>",
|
| 214 |
+
"<extra_id_88>",
|
| 215 |
+
"<extra_id_87>",
|
| 216 |
+
"<extra_id_86>",
|
| 217 |
+
"<extra_id_85>",
|
| 218 |
+
"<extra_id_84>",
|
| 219 |
+
"<extra_id_83>",
|
| 220 |
+
"<extra_id_82>",
|
| 221 |
+
"<extra_id_81>",
|
| 222 |
+
"<extra_id_80>",
|
| 223 |
+
"<extra_id_79>",
|
| 224 |
+
"<extra_id_78>",
|
| 225 |
+
"<extra_id_77>",
|
| 226 |
+
"<extra_id_76>",
|
| 227 |
+
"<extra_id_75>",
|
| 228 |
+
"<extra_id_74>",
|
| 229 |
+
"<extra_id_73>",
|
| 230 |
+
"<extra_id_72>",
|
| 231 |
+
"<extra_id_71>",
|
| 232 |
+
"<extra_id_70>",
|
| 233 |
+
"<extra_id_69>",
|
| 234 |
+
"<extra_id_68>",
|
| 235 |
+
"<extra_id_67>",
|
| 236 |
+
"<extra_id_66>",
|
| 237 |
+
"<extra_id_65>",
|
| 238 |
+
"<extra_id_64>",
|
| 239 |
+
"<extra_id_63>",
|
| 240 |
+
"<extra_id_62>",
|
| 241 |
+
"<extra_id_61>",
|
| 242 |
+
"<extra_id_60>",
|
| 243 |
+
"<extra_id_59>",
|
| 244 |
+
"<extra_id_58>",
|
| 245 |
+
"<extra_id_57>",
|
| 246 |
+
"<extra_id_56>",
|
| 247 |
+
"<extra_id_55>",
|
| 248 |
+
"<extra_id_54>",
|
| 249 |
+
"<extra_id_53>",
|
| 250 |
+
"<extra_id_52>",
|
| 251 |
+
"<extra_id_51>",
|
| 252 |
+
"<extra_id_50>",
|
| 253 |
+
"<extra_id_49>",
|
| 254 |
+
"<extra_id_48>",
|
| 255 |
+
"<extra_id_47>",
|
| 256 |
+
"<extra_id_46>",
|
| 257 |
+
"<extra_id_45>",
|
| 258 |
+
"<extra_id_44>",
|
| 259 |
+
"<extra_id_43>",
|
| 260 |
+
"<extra_id_42>",
|
| 261 |
+
"<extra_id_41>",
|
| 262 |
+
"<extra_id_40>",
|
| 263 |
+
"<extra_id_39>",
|
| 264 |
+
"<extra_id_38>",
|
| 265 |
+
"<extra_id_37>",
|
| 266 |
+
"<extra_id_36>",
|
| 267 |
+
"<extra_id_35>",
|
| 268 |
+
"<extra_id_34>",
|
| 269 |
+
"<extra_id_33>",
|
| 270 |
+
"<extra_id_32>",
|
| 271 |
+
"<extra_id_31>",
|
| 272 |
+
"<extra_id_30>",
|
| 273 |
+
"<extra_id_29>",
|
| 274 |
+
"<extra_id_28>",
|
| 275 |
+
"<extra_id_27>",
|
| 276 |
+
"<extra_id_26>",
|
| 277 |
+
"<extra_id_25>",
|
| 278 |
+
"<extra_id_24>",
|
| 279 |
+
"<extra_id_23>",
|
| 280 |
+
"<extra_id_22>",
|
| 281 |
+
"<extra_id_21>",
|
| 282 |
+
"<extra_id_20>",
|
| 283 |
+
"<extra_id_19>",
|
| 284 |
+
"<extra_id_18>",
|
| 285 |
+
"<extra_id_17>",
|
| 286 |
+
"<extra_id_16>",
|
| 287 |
+
"<extra_id_15>",
|
| 288 |
+
"<extra_id_14>",
|
| 289 |
+
"<extra_id_13>",
|
| 290 |
+
"<extra_id_12>",
|
| 291 |
+
"<extra_id_11>",
|
| 292 |
+
"<extra_id_10>",
|
| 293 |
+
"<extra_id_9>",
|
| 294 |
+
"<extra_id_8>",
|
| 295 |
+
"<extra_id_7>",
|
| 296 |
+
"<extra_id_6>",
|
| 297 |
+
"<extra_id_5>",
|
| 298 |
+
"<extra_id_4>",
|
| 299 |
+
"<extra_id_3>",
|
| 300 |
+
"<extra_id_2>",
|
| 301 |
+
"<extra_id_1>",
|
| 302 |
+
"<extra_id_0>"
|
| 303 |
+
],
|
| 304 |
+
"bos_token": "<s>",
|
| 305 |
+
"eos_token": "</s>",
|
| 306 |
+
"pad_token": "<pad>",
|
| 307 |
+
"unk_token": "<unk>"
|
| 308 |
+
}
|
spiece.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3909a67b780650b35cf529ac782ad2b6b26e6d1f849d3fbb6a872905f452458
|
| 3 |
+
size 4548313
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:af904105ce1071b1202bba0059a841f4a7b85b48b6ec179c4948e3483476e0dd
|
| 3 |
+
size 16853013
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,314 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"<extra_id_100>",
|
| 104 |
+
"<extra_id_101>",
|
| 105 |
+
"<extra_id_102>",
|
| 106 |
+
"<extra_id_103>",
|
| 107 |
+
"<extra_id_104>",
|
| 108 |
+
"<extra_id_105>",
|
| 109 |
+
"<extra_id_106>",
|
| 110 |
+
"<extra_id_107>",
|
| 111 |
+
"<extra_id_108>",
|
| 112 |
+
"<extra_id_109>",
|
| 113 |
+
"<extra_id_110>",
|
| 114 |
+
"<extra_id_111>",
|
| 115 |
+
"<extra_id_112>",
|
| 116 |
+
"<extra_id_113>",
|
| 117 |
+
"<extra_id_114>",
|
| 118 |
+
"<extra_id_115>",
|
| 119 |
+
"<extra_id_116>",
|
| 120 |
+
"<extra_id_117>",
|
| 121 |
+
"<extra_id_118>",
|
| 122 |
+
"<extra_id_119>",
|
| 123 |
+
"<extra_id_120>",
|
| 124 |
+
"<extra_id_121>",
|
| 125 |
+
"<extra_id_122>",
|
| 126 |
+
"<extra_id_123>",
|
| 127 |
+
"<extra_id_124>",
|
| 128 |
+
"<extra_id_125>",
|
| 129 |
+
"<extra_id_126>",
|
| 130 |
+
"<extra_id_127>",
|
| 131 |
+
"<extra_id_128>",
|
| 132 |
+
"<extra_id_129>",
|
| 133 |
+
"<extra_id_130>",
|
| 134 |
+
"<extra_id_131>",
|
| 135 |
+
"<extra_id_132>",
|
| 136 |
+
"<extra_id_133>",
|
| 137 |
+
"<extra_id_134>",
|
| 138 |
+
"<extra_id_135>",
|
| 139 |
+
"<extra_id_136>",
|
| 140 |
+
"<extra_id_137>",
|
| 141 |
+
"<extra_id_138>",
|
| 142 |
+
"<extra_id_139>",
|
| 143 |
+
"<extra_id_140>",
|
| 144 |
+
"<extra_id_141>",
|
| 145 |
+
"<extra_id_142>",
|
| 146 |
+
"<extra_id_143>",
|
| 147 |
+
"<extra_id_144>",
|
| 148 |
+
"<extra_id_145>",
|
| 149 |
+
"<extra_id_146>",
|
| 150 |
+
"<extra_id_147>",
|
| 151 |
+
"<extra_id_148>",
|
| 152 |
+
"<extra_id_149>",
|
| 153 |
+
"<extra_id_150>",
|
| 154 |
+
"<extra_id_151>",
|
| 155 |
+
"<extra_id_152>",
|
| 156 |
+
"<extra_id_153>",
|
| 157 |
+
"<extra_id_154>",
|
| 158 |
+
"<extra_id_155>",
|
| 159 |
+
"<extra_id_156>",
|
| 160 |
+
"<extra_id_157>",
|
| 161 |
+
"<extra_id_158>",
|
| 162 |
+
"<extra_id_159>",
|
| 163 |
+
"<extra_id_160>",
|
| 164 |
+
"<extra_id_161>",
|
| 165 |
+
"<extra_id_162>",
|
| 166 |
+
"<extra_id_163>",
|
| 167 |
+
"<extra_id_164>",
|
| 168 |
+
"<extra_id_165>",
|
| 169 |
+
"<extra_id_166>",
|
| 170 |
+
"<extra_id_167>",
|
| 171 |
+
"<extra_id_168>",
|
| 172 |
+
"<extra_id_169>",
|
| 173 |
+
"<extra_id_170>",
|
| 174 |
+
"<extra_id_171>",
|
| 175 |
+
"<extra_id_172>",
|
| 176 |
+
"<extra_id_173>",
|
| 177 |
+
"<extra_id_174>",
|
| 178 |
+
"<extra_id_175>",
|
| 179 |
+
"<extra_id_176>",
|
| 180 |
+
"<extra_id_177>",
|
| 181 |
+
"<extra_id_178>",
|
| 182 |
+
"<extra_id_179>",
|
| 183 |
+
"<extra_id_180>",
|
| 184 |
+
"<extra_id_181>",
|
| 185 |
+
"<extra_id_182>",
|
| 186 |
+
"<extra_id_183>",
|
| 187 |
+
"<extra_id_184>",
|
| 188 |
+
"<extra_id_185>",
|
| 189 |
+
"<extra_id_186>",
|
| 190 |
+
"<extra_id_187>",
|
| 191 |
+
"<extra_id_188>",
|
| 192 |
+
"<extra_id_189>",
|
| 193 |
+
"<extra_id_190>",
|
| 194 |
+
"<extra_id_191>",
|
| 195 |
+
"<extra_id_192>",
|
| 196 |
+
"<extra_id_193>",
|
| 197 |
+
"<extra_id_194>",
|
| 198 |
+
"<extra_id_195>",
|
| 199 |
+
"<extra_id_196>",
|
| 200 |
+
"<extra_id_197>",
|
| 201 |
+
"<extra_id_198>",
|
| 202 |
+
"<extra_id_199>",
|
| 203 |
+
"<extra_id_200>",
|
| 204 |
+
"<extra_id_201>",
|
| 205 |
+
"<extra_id_202>",
|
| 206 |
+
"<extra_id_203>",
|
| 207 |
+
"<extra_id_204>",
|
| 208 |
+
"<extra_id_205>",
|
| 209 |
+
"<extra_id_206>",
|
| 210 |
+
"<extra_id_207>",
|
| 211 |
+
"<extra_id_208>",
|
| 212 |
+
"<extra_id_209>",
|
| 213 |
+
"<extra_id_210>",
|
| 214 |
+
"<extra_id_211>",
|
| 215 |
+
"<extra_id_212>",
|
| 216 |
+
"<extra_id_213>",
|
| 217 |
+
"<extra_id_214>",
|
| 218 |
+
"<extra_id_215>",
|
| 219 |
+
"<extra_id_216>",
|
| 220 |
+
"<extra_id_217>",
|
| 221 |
+
"<extra_id_218>",
|
| 222 |
+
"<extra_id_219>",
|
| 223 |
+
"<extra_id_220>",
|
| 224 |
+
"<extra_id_221>",
|
| 225 |
+
"<extra_id_222>",
|
| 226 |
+
"<extra_id_223>",
|
| 227 |
+
"<extra_id_224>",
|
| 228 |
+
"<extra_id_225>",
|
| 229 |
+
"<extra_id_226>",
|
| 230 |
+
"<extra_id_227>",
|
| 231 |
+
"<extra_id_228>",
|
| 232 |
+
"<extra_id_229>",
|
| 233 |
+
"<extra_id_230>",
|
| 234 |
+
"<extra_id_231>",
|
| 235 |
+
"<extra_id_232>",
|
| 236 |
+
"<extra_id_233>",
|
| 237 |
+
"<extra_id_234>",
|
| 238 |
+
"<extra_id_235>",
|
| 239 |
+
"<extra_id_236>",
|
| 240 |
+
"<extra_id_237>",
|
| 241 |
+
"<extra_id_238>",
|
| 242 |
+
"<extra_id_239>",
|
| 243 |
+
"<extra_id_240>",
|
| 244 |
+
"<extra_id_241>",
|
| 245 |
+
"<extra_id_242>",
|
| 246 |
+
"<extra_id_243>",
|
| 247 |
+
"<extra_id_244>",
|
| 248 |
+
"<extra_id_245>",
|
| 249 |
+
"<extra_id_246>",
|
| 250 |
+
"<extra_id_247>",
|
| 251 |
+
"<extra_id_248>",
|
| 252 |
+
"<extra_id_249>",
|
| 253 |
+
"<extra_id_250>",
|
| 254 |
+
"<extra_id_251>",
|
| 255 |
+
"<extra_id_252>",
|
| 256 |
+
"<extra_id_253>",
|
| 257 |
+
"<extra_id_254>",
|
| 258 |
+
"<extra_id_255>",
|
| 259 |
+
"<extra_id_256>",
|
| 260 |
+
"<extra_id_257>",
|
| 261 |
+
"<extra_id_258>",
|
| 262 |
+
"<extra_id_259>",
|
| 263 |
+
"<extra_id_260>",
|
| 264 |
+
"<extra_id_261>",
|
| 265 |
+
"<extra_id_262>",
|
| 266 |
+
"<extra_id_263>",
|
| 267 |
+
"<extra_id_264>",
|
| 268 |
+
"<extra_id_265>",
|
| 269 |
+
"<extra_id_266>",
|
| 270 |
+
"<extra_id_267>",
|
| 271 |
+
"<extra_id_268>",
|
| 272 |
+
"<extra_id_269>",
|
| 273 |
+
"<extra_id_270>",
|
| 274 |
+
"<extra_id_271>",
|
| 275 |
+
"<extra_id_272>",
|
| 276 |
+
"<extra_id_273>",
|
| 277 |
+
"<extra_id_274>",
|
| 278 |
+
"<extra_id_275>",
|
| 279 |
+
"<extra_id_276>",
|
| 280 |
+
"<extra_id_277>",
|
| 281 |
+
"<extra_id_278>",
|
| 282 |
+
"<extra_id_279>",
|
| 283 |
+
"<extra_id_280>",
|
| 284 |
+
"<extra_id_281>",
|
| 285 |
+
"<extra_id_282>",
|
| 286 |
+
"<extra_id_283>",
|
| 287 |
+
"<extra_id_284>",
|
| 288 |
+
"<extra_id_285>",
|
| 289 |
+
"<extra_id_286>",
|
| 290 |
+
"<extra_id_287>",
|
| 291 |
+
"<extra_id_288>",
|
| 292 |
+
"<extra_id_289>",
|
| 293 |
+
"<extra_id_290>",
|
| 294 |
+
"<extra_id_291>",
|
| 295 |
+
"<extra_id_292>",
|
| 296 |
+
"<extra_id_293>",
|
| 297 |
+
"<extra_id_294>",
|
| 298 |
+
"<extra_id_295>",
|
| 299 |
+
"<extra_id_296>",
|
| 300 |
+
"<extra_id_297>",
|
| 301 |
+
"<extra_id_298>",
|
| 302 |
+
"<extra_id_299>"
|
| 303 |
+
],
|
| 304 |
+
"bos_token": "<s>",
|
| 305 |
+
"clean_up_tokenization_spaces": true,
|
| 306 |
+
"eos_token": "</s>",
|
| 307 |
+
"extra_ids": 300,
|
| 308 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 309 |
+
"pad_token": "<pad>",
|
| 310 |
+
"sp_model_kwargs": {},
|
| 311 |
+
"spaces_between_special_tokens": false,
|
| 312 |
+
"tokenizer_class": "T5Tokenizer",
|
| 313 |
+
"unk_token": "<unk>"
|
| 314 |
+
}
|