Upload 11 files
Browse files- .gitattributes +1 -0
- README.md +253 -0
- config.json +33 -0
- generation_config.json +9 -0
- pytorch_model-00001-of-00003.bin +3 -0
- pytorch_model-00002-of-00003.bin +3 -0
- pytorch_model-00003-of-00003.bin +3 -0
- pytorch_model.bin.index.json +1023 -0
- sentencepiece.bpe.model +3 -0
- special_tokens_map.json +219 -0
- tokenizer.json +3 -0
- tokenizer_config.json +24 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* 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
|
|
|
|
|
|
| 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,253 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- ace
|
| 4 |
+
- acm
|
| 5 |
+
- acq
|
| 6 |
+
- aeb
|
| 7 |
+
- af
|
| 8 |
+
- ajp
|
| 9 |
+
- ak
|
| 10 |
+
- als
|
| 11 |
+
- am
|
| 12 |
+
- apc
|
| 13 |
+
- ar
|
| 14 |
+
- ars
|
| 15 |
+
- ary
|
| 16 |
+
- arz
|
| 17 |
+
- as
|
| 18 |
+
- ast
|
| 19 |
+
- awa
|
| 20 |
+
- ayr
|
| 21 |
+
- azb
|
| 22 |
+
- azj
|
| 23 |
+
- ba
|
| 24 |
+
- bm
|
| 25 |
+
- ban
|
| 26 |
+
- be
|
| 27 |
+
- bem
|
| 28 |
+
- bn
|
| 29 |
+
- bho
|
| 30 |
+
- bjn
|
| 31 |
+
- bo
|
| 32 |
+
- bs
|
| 33 |
+
- bug
|
| 34 |
+
- bg
|
| 35 |
+
- ca
|
| 36 |
+
- ceb
|
| 37 |
+
- cs
|
| 38 |
+
- cjk
|
| 39 |
+
- ckb
|
| 40 |
+
- crh
|
| 41 |
+
- cy
|
| 42 |
+
- da
|
| 43 |
+
- de
|
| 44 |
+
- dik
|
| 45 |
+
- dyu
|
| 46 |
+
- dz
|
| 47 |
+
- el
|
| 48 |
+
- en
|
| 49 |
+
- eo
|
| 50 |
+
- et
|
| 51 |
+
- eu
|
| 52 |
+
- ee
|
| 53 |
+
- fo
|
| 54 |
+
- fj
|
| 55 |
+
- fi
|
| 56 |
+
- fon
|
| 57 |
+
- fr
|
| 58 |
+
- fur
|
| 59 |
+
- fuv
|
| 60 |
+
- gaz
|
| 61 |
+
- gd
|
| 62 |
+
- ga
|
| 63 |
+
- gl
|
| 64 |
+
- gn
|
| 65 |
+
- gu
|
| 66 |
+
- ht
|
| 67 |
+
- ha
|
| 68 |
+
- he
|
| 69 |
+
- hi
|
| 70 |
+
- hne
|
| 71 |
+
- hr
|
| 72 |
+
- hu
|
| 73 |
+
- hy
|
| 74 |
+
- ig
|
| 75 |
+
- ilo
|
| 76 |
+
- id
|
| 77 |
+
- is
|
| 78 |
+
- it
|
| 79 |
+
- jv
|
| 80 |
+
- ja
|
| 81 |
+
- kab
|
| 82 |
+
- kac
|
| 83 |
+
- kam
|
| 84 |
+
- kn
|
| 85 |
+
- ks
|
| 86 |
+
- ka
|
| 87 |
+
- kk
|
| 88 |
+
- kbp
|
| 89 |
+
- kea
|
| 90 |
+
- khk
|
| 91 |
+
- km
|
| 92 |
+
- ki
|
| 93 |
+
- rw
|
| 94 |
+
- ky
|
| 95 |
+
- kmb
|
| 96 |
+
- kmr
|
| 97 |
+
- knc
|
| 98 |
+
- kg
|
| 99 |
+
- ko
|
| 100 |
+
- lo
|
| 101 |
+
- lij
|
| 102 |
+
- li
|
| 103 |
+
- ln
|
| 104 |
+
- lt
|
| 105 |
+
- lmo
|
| 106 |
+
- ltg
|
| 107 |
+
- lb
|
| 108 |
+
- lua
|
| 109 |
+
- lg
|
| 110 |
+
- luo
|
| 111 |
+
- lus
|
| 112 |
+
- lvs
|
| 113 |
+
- mag
|
| 114 |
+
- mai
|
| 115 |
+
- ml
|
| 116 |
+
- mar
|
| 117 |
+
- min
|
| 118 |
+
- mk
|
| 119 |
+
- mt
|
| 120 |
+
- mni
|
| 121 |
+
- mos
|
| 122 |
+
- mi
|
| 123 |
+
- my
|
| 124 |
+
- nl
|
| 125 |
+
- nn
|
| 126 |
+
- nb
|
| 127 |
+
- npi
|
| 128 |
+
- nso
|
| 129 |
+
- nus
|
| 130 |
+
- ny
|
| 131 |
+
- oc
|
| 132 |
+
- ory
|
| 133 |
+
- pag
|
| 134 |
+
- pa
|
| 135 |
+
- pap
|
| 136 |
+
- pbt
|
| 137 |
+
- pes
|
| 138 |
+
- plt
|
| 139 |
+
- pl
|
| 140 |
+
- pt
|
| 141 |
+
- prs
|
| 142 |
+
- quy
|
| 143 |
+
- ro
|
| 144 |
+
- rn
|
| 145 |
+
- ru
|
| 146 |
+
- sg
|
| 147 |
+
- sa
|
| 148 |
+
- sat
|
| 149 |
+
- scn
|
| 150 |
+
- shn
|
| 151 |
+
- si
|
| 152 |
+
- sk
|
| 153 |
+
- sl
|
| 154 |
+
- sm
|
| 155 |
+
- sn
|
| 156 |
+
- sd
|
| 157 |
+
- so
|
| 158 |
+
- st
|
| 159 |
+
- es
|
| 160 |
+
- sc
|
| 161 |
+
- sr
|
| 162 |
+
- ss
|
| 163 |
+
- su
|
| 164 |
+
- sv
|
| 165 |
+
- swh
|
| 166 |
+
- szl
|
| 167 |
+
- ta
|
| 168 |
+
- taq
|
| 169 |
+
- tt
|
| 170 |
+
- te
|
| 171 |
+
- tg
|
| 172 |
+
- tl
|
| 173 |
+
- th
|
| 174 |
+
- ti
|
| 175 |
+
- tpi
|
| 176 |
+
- tn
|
| 177 |
+
- ts
|
| 178 |
+
- tk
|
| 179 |
+
- tum
|
| 180 |
+
- tr
|
| 181 |
+
- tw
|
| 182 |
+
- tzm
|
| 183 |
+
- ug
|
| 184 |
+
- uk
|
| 185 |
+
- umb
|
| 186 |
+
- ur
|
| 187 |
+
- uzn
|
| 188 |
+
- vec
|
| 189 |
+
- vi
|
| 190 |
+
- war
|
| 191 |
+
- wo
|
| 192 |
+
- xh
|
| 193 |
+
- ydd
|
| 194 |
+
- yo
|
| 195 |
+
- yue
|
| 196 |
+
- zh
|
| 197 |
+
- zsm
|
| 198 |
+
- zu
|
| 199 |
+
|
| 200 |
+
language_details: "ace_Arab, ace_Latn, acm_Arab, acq_Arab, aeb_Arab, afr_Latn, ajp_Arab, aka_Latn, amh_Ethi, apc_Arab, arb_Arab, ars_Arab, ary_Arab, arz_Arab, asm_Beng, ast_Latn, awa_Deva, ayr_Latn, azb_Arab, azj_Latn, bak_Cyrl, bam_Latn, ban_Latn,bel_Cyrl, bem_Latn, ben_Beng, bho_Deva, bjn_Arab, bjn_Latn, bod_Tibt, bos_Latn, bug_Latn, bul_Cyrl, cat_Latn, ceb_Latn, ces_Latn, cjk_Latn, ckb_Arab, crh_Latn, cym_Latn, dan_Latn, deu_Latn, dik_Latn, dyu_Latn, dzo_Tibt, ell_Grek, eng_Latn, epo_Latn, est_Latn, eus_Latn, ewe_Latn, fao_Latn, pes_Arab, fij_Latn, fin_Latn, fon_Latn, fra_Latn, fur_Latn, fuv_Latn, gla_Latn, gle_Latn, glg_Latn, grn_Latn, guj_Gujr, hat_Latn, hau_Latn, heb_Hebr, hin_Deva, hne_Deva, hrv_Latn, hun_Latn, hye_Armn, ibo_Latn, ilo_Latn, ind_Latn, isl_Latn, ita_Latn, jav_Latn, jpn_Jpan, kab_Latn, kac_Latn, kam_Latn, kan_Knda, kas_Arab, kas_Deva, kat_Geor, knc_Arab, knc_Latn, kaz_Cyrl, kbp_Latn, kea_Latn, khm_Khmr, kik_Latn, kin_Latn, kir_Cyrl, kmb_Latn, kon_Latn, kor_Hang, kmr_Latn, lao_Laoo, lvs_Latn, lij_Latn, lim_Latn, lin_Latn, lit_Latn, lmo_Latn, ltg_Latn, ltz_Latn, lua_Latn, lug_Latn, luo_Latn, lus_Latn, mag_Deva, mai_Deva, mal_Mlym, mar_Deva, min_Latn, mkd_Cyrl, plt_Latn, mlt_Latn, mni_Beng, khk_Cyrl, mos_Latn, mri_Latn, zsm_Latn, mya_Mymr, nld_Latn, nno_Latn, nob_Latn, npi_Deva, nso_Latn, nus_Latn, nya_Latn, oci_Latn, gaz_Latn, ory_Orya, pag_Latn, pan_Guru, pap_Latn, pol_Latn, por_Latn, prs_Arab, pbt_Arab, quy_Latn, ron_Latn, run_Latn, rus_Cyrl, sag_Latn, san_Deva, sat_Beng, scn_Latn, shn_Mymr, sin_Sinh, slk_Latn, slv_Latn, smo_Latn, sna_Latn, snd_Arab, som_Latn, sot_Latn, spa_Latn, als_Latn, srd_Latn, srp_Cyrl, ssw_Latn, sun_Latn, swe_Latn, swh_Latn, szl_Latn, tam_Taml, tat_Cyrl, tel_Telu, tgk_Cyrl, tgl_Latn, tha_Thai, tir_Ethi, taq_Latn, taq_Tfng, tpi_Latn, tsn_Latn, tso_Latn, tuk_Latn, tum_Latn, tur_Latn, twi_Latn, tzm_Tfng, uig_Arab, ukr_Cyrl, umb_Latn, urd_Arab, uzn_Latn, vec_Latn, vie_Latn, war_Latn, wol_Latn, xho_Latn, ydd_Hebr, yor_Latn, yue_Hant, zho_Hans, zho_Hant, zul_Latn"
|
| 201 |
+
|
| 202 |
+
tags:
|
| 203 |
+
- nllb
|
| 204 |
+
- translation
|
| 205 |
+
license: "cc-by-nc-4.0"
|
| 206 |
+
datasets:
|
| 207 |
+
- flores-200
|
| 208 |
+
metrics:
|
| 209 |
+
- bleu
|
| 210 |
+
- spbleu
|
| 211 |
+
- chrf++
|
| 212 |
+
inference: false
|
| 213 |
+
---
|
| 214 |
+
|
| 215 |
+
# NLLB-200
|
| 216 |
+
|
| 217 |
+
This is the model card of NLLB-200's 3.3B variant.
|
| 218 |
+
|
| 219 |
+
Here are the [metrics](https://tinyurl.com/nllb200dense3bmetrics) for that particular checkpoint.
|
| 220 |
+
|
| 221 |
+
- Information about training algorithms, parameters, fairness constraints or other applied approaches, and features. The exact training algorithm, data and the strategies to handle data imbalances for high and low resource languages that were used to train NLLB-200 is described in the paper.
|
| 222 |
+
- Paper or other resource for more information NLLB Team et al, No Language Left Behind: Scaling Human-Centered Machine Translation, Arxiv, 2022
|
| 223 |
+
- License: CC-BY-NC
|
| 224 |
+
- Where to send questions or comments about the model: https://github.com/facebookresearch/fairseq/issues
|
| 225 |
+
|
| 226 |
+
|
| 227 |
+
|
| 228 |
+
## Intended Use
|
| 229 |
+
- Primary intended uses: NLLB-200 is a machine translation model primarily intended for research in machine translation, - especially for low-resource languages. It allows for single sentence translation among 200 languages. Information on how to - use the model can be found in Fairseq code repository along with the training code and references to evaluation and training data.
|
| 230 |
+
- Primary intended users: Primary users are researchers and machine translation research community.
|
| 231 |
+
- Out-of-scope use cases: NLLB-200 is a research model and is not released for production deployment. NLLB-200 is trained on general domain text data and is not intended to be used with domain specific texts, such as medical domain or legal domain. The model is not intended to be used for document translation. The model was trained with input lengths not exceeding 512 tokens, therefore translating longer sequences might result in quality degradation. NLLB-200 translations can not be used as certified translations.
|
| 232 |
+
|
| 233 |
+
## Metrics
|
| 234 |
+
• Model performance measures: NLLB-200 model was evaluated using BLEU, spBLEU, and chrF++ metrics widely adopted by machine translation community. Additionally, we performed human evaluation with the XSTS protocol and measured the toxicity of the generated translations.
|
| 235 |
+
|
| 236 |
+
|
| 237 |
+
## Evaluation Data
|
| 238 |
+
- Datasets: Flores-200 dataset is described in Section 4
|
| 239 |
+
- Motivation: We used Flores-200 as it provides full evaluation coverage of the languages in NLLB-200
|
| 240 |
+
- Preprocessing: Sentence-split raw text data was preprocessed using SentencePiece. The
|
| 241 |
+
SentencePiece model is released along with NLLB-200.
|
| 242 |
+
|
| 243 |
+
## Training Data
|
| 244 |
+
• We used parallel multilingual data from a variety of sources to train the model. We provide detailed report on data selection and construction process in Section 5 in the paper. We also used monolingual data constructed from Common Crawl. We provide more details in Section 5.2.
|
| 245 |
+
|
| 246 |
+
## Ethical Considerations
|
| 247 |
+
• In this work, we took a reflexive approach in technological development to ensure that we prioritize human users and minimize risks that could be transferred to them. While we reflect on our ethical considerations throughout the article, here are some additional points to highlight. For one, many languages chosen for this study are low-resource languages, with a heavy emphasis on African languages. While quality translation could improve education and information access in many in these communities, such an access could also make groups with lower levels of digital literacy more vulnerable to misinformation or online scams. The latter scenarios could arise if bad actors misappropriate our work for nefarious activities, which we conceive as an example of unintended use. Regarding data acquisition, the training data used for model development were mined from various publicly available sources on the web. Although we invested heavily in data cleaning, personally identifiable information may not be entirely eliminated. Finally, although we did our best to optimize for translation quality, mistranslations produced by the model could remain. Although the odds are low, this could have adverse impact on those who rely on these translations to make important decisions (particularly when related to health and safety).
|
| 248 |
+
|
| 249 |
+
## Caveats and Recommendations
|
| 250 |
+
• Our model has been tested on the Wikimedia domain with limited investigation on other domains supported in NLLB-MD. In addition, the supported languages may have variations that our model is not capturing. Users should make appropriate assessments.
|
| 251 |
+
|
| 252 |
+
## Carbon Footprint Details
|
| 253 |
+
• The carbon dioxide (CO2e) estimate is reported in Section 8.8.
|
config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"activation_dropout": 0.0,
|
| 3 |
+
"activation_function": "relu",
|
| 4 |
+
"architectures": [
|
| 5 |
+
"M2M100ForConditionalGeneration"
|
| 6 |
+
],
|
| 7 |
+
"attention_dropout": 0.1,
|
| 8 |
+
"bos_token_id": 0,
|
| 9 |
+
"d_model": 2048,
|
| 10 |
+
"decoder_attention_heads": 16,
|
| 11 |
+
"decoder_ffn_dim": 8192,
|
| 12 |
+
"decoder_layerdrop": 0,
|
| 13 |
+
"decoder_layers": 24,
|
| 14 |
+
"decoder_start_token_id": 2,
|
| 15 |
+
"dropout": 0.1,
|
| 16 |
+
"encoder_attention_heads": 16,
|
| 17 |
+
"encoder_ffn_dim": 8192,
|
| 18 |
+
"encoder_layerdrop": 0,
|
| 19 |
+
"encoder_layers": 24,
|
| 20 |
+
"eos_token_id": 2,
|
| 21 |
+
"init_std": 0.02,
|
| 22 |
+
"is_encoder_decoder": true,
|
| 23 |
+
"max_position_embeddings": 1024,
|
| 24 |
+
"model_type": "m2m_100",
|
| 25 |
+
"num_hidden_layers": 24,
|
| 26 |
+
"pad_token_id": 1,
|
| 27 |
+
"scale_embedding": true,
|
| 28 |
+
"torch_dtype": "float32",
|
| 29 |
+
"transformers_version": "4.21.0.dev0",
|
| 30 |
+
"use_cache": true,
|
| 31 |
+
"vocab_size": 256206,
|
| 32 |
+
"max_length": 200
|
| 33 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 0,
|
| 4 |
+
"decoder_start_token_id": 2,
|
| 5 |
+
"eos_token_id": 2,
|
| 6 |
+
"max_length": 200,
|
| 7 |
+
"pad_token_id": 1,
|
| 8 |
+
"transformers_version": "4.27.0.dev0"
|
| 9 |
+
}
|
pytorch_model-00001-of-00003.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06aec913c891950ff0c59bd018c1b46dc95be6e106c36df87d13175418b3972c
|
| 3 |
+
size 6933375959
|
pytorch_model-00002-of-00003.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c5a44acb0287e905a62a506cf3e5af37956607f4c667d891ec069aa276be0be
|
| 3 |
+
size 8545249147
|
pytorch_model-00003-of-00003.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2cf744009996251567d7972f4436d65cf94380c5ddd8f524cb878e090b27bb50
|
| 3 |
+
size 2098840299
|
pytorch_model.bin.index.json
ADDED
|
@@ -0,0 +1,1023 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 19675971584
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"lm_head.weight": "pytorch_model-00003-of-00003.bin",
|
| 7 |
+
"model.decoder.embed_tokens.weight": "pytorch_model-00002-of-00003.bin",
|
| 8 |
+
"model.decoder.layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 9 |
+
"model.decoder.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 10 |
+
"model.decoder.layers.0.encoder_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 11 |
+
"model.decoder.layers.0.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 12 |
+
"model.decoder.layers.0.encoder_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 13 |
+
"model.decoder.layers.0.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 14 |
+
"model.decoder.layers.0.encoder_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 15 |
+
"model.decoder.layers.0.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 16 |
+
"model.decoder.layers.0.encoder_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 17 |
+
"model.decoder.layers.0.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 18 |
+
"model.decoder.layers.0.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 19 |
+
"model.decoder.layers.0.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 20 |
+
"model.decoder.layers.0.fc1.bias": "pytorch_model-00002-of-00003.bin",
|
| 21 |
+
"model.decoder.layers.0.fc1.weight": "pytorch_model-00002-of-00003.bin",
|
| 22 |
+
"model.decoder.layers.0.fc2.bias": "pytorch_model-00002-of-00003.bin",
|
| 23 |
+
"model.decoder.layers.0.fc2.weight": "pytorch_model-00002-of-00003.bin",
|
| 24 |
+
"model.decoder.layers.0.final_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 25 |
+
"model.decoder.layers.0.final_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 26 |
+
"model.decoder.layers.0.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 27 |
+
"model.decoder.layers.0.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 28 |
+
"model.decoder.layers.0.self_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 29 |
+
"model.decoder.layers.0.self_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 30 |
+
"model.decoder.layers.0.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 31 |
+
"model.decoder.layers.0.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 32 |
+
"model.decoder.layers.0.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 33 |
+
"model.decoder.layers.0.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 34 |
+
"model.decoder.layers.0.self_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 35 |
+
"model.decoder.layers.0.self_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 36 |
+
"model.decoder.layers.1.encoder_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 37 |
+
"model.decoder.layers.1.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 38 |
+
"model.decoder.layers.1.encoder_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 39 |
+
"model.decoder.layers.1.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 40 |
+
"model.decoder.layers.1.encoder_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 41 |
+
"model.decoder.layers.1.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 42 |
+
"model.decoder.layers.1.encoder_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 43 |
+
"model.decoder.layers.1.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 44 |
+
"model.decoder.layers.1.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 45 |
+
"model.decoder.layers.1.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 46 |
+
"model.decoder.layers.1.fc1.bias": "pytorch_model-00002-of-00003.bin",
|
| 47 |
+
"model.decoder.layers.1.fc1.weight": "pytorch_model-00002-of-00003.bin",
|
| 48 |
+
"model.decoder.layers.1.fc2.bias": "pytorch_model-00002-of-00003.bin",
|
| 49 |
+
"model.decoder.layers.1.fc2.weight": "pytorch_model-00002-of-00003.bin",
|
| 50 |
+
"model.decoder.layers.1.final_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 51 |
+
"model.decoder.layers.1.final_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 52 |
+
"model.decoder.layers.1.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 53 |
+
"model.decoder.layers.1.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 54 |
+
"model.decoder.layers.1.self_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 55 |
+
"model.decoder.layers.1.self_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 56 |
+
"model.decoder.layers.1.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 57 |
+
"model.decoder.layers.1.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 58 |
+
"model.decoder.layers.1.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 59 |
+
"model.decoder.layers.1.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 60 |
+
"model.decoder.layers.1.self_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 61 |
+
"model.decoder.layers.1.self_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 62 |
+
"model.decoder.layers.10.encoder_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 63 |
+
"model.decoder.layers.10.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 64 |
+
"model.decoder.layers.10.encoder_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 65 |
+
"model.decoder.layers.10.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 66 |
+
"model.decoder.layers.10.encoder_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 67 |
+
"model.decoder.layers.10.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 68 |
+
"model.decoder.layers.10.encoder_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 69 |
+
"model.decoder.layers.10.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 70 |
+
"model.decoder.layers.10.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 71 |
+
"model.decoder.layers.10.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 72 |
+
"model.decoder.layers.10.fc1.bias": "pytorch_model-00002-of-00003.bin",
|
| 73 |
+
"model.decoder.layers.10.fc1.weight": "pytorch_model-00002-of-00003.bin",
|
| 74 |
+
"model.decoder.layers.10.fc2.bias": "pytorch_model-00002-of-00003.bin",
|
| 75 |
+
"model.decoder.layers.10.fc2.weight": "pytorch_model-00002-of-00003.bin",
|
| 76 |
+
"model.decoder.layers.10.final_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 77 |
+
"model.decoder.layers.10.final_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 78 |
+
"model.decoder.layers.10.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 79 |
+
"model.decoder.layers.10.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 80 |
+
"model.decoder.layers.10.self_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 81 |
+
"model.decoder.layers.10.self_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 82 |
+
"model.decoder.layers.10.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 83 |
+
"model.decoder.layers.10.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 84 |
+
"model.decoder.layers.10.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 85 |
+
"model.decoder.layers.10.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 86 |
+
"model.decoder.layers.10.self_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 87 |
+
"model.decoder.layers.10.self_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 88 |
+
"model.decoder.layers.11.encoder_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 89 |
+
"model.decoder.layers.11.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 90 |
+
"model.decoder.layers.11.encoder_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 91 |
+
"model.decoder.layers.11.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 92 |
+
"model.decoder.layers.11.encoder_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 93 |
+
"model.decoder.layers.11.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 94 |
+
"model.decoder.layers.11.encoder_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 95 |
+
"model.decoder.layers.11.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 96 |
+
"model.decoder.layers.11.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 97 |
+
"model.decoder.layers.11.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 98 |
+
"model.decoder.layers.11.fc1.bias": "pytorch_model-00002-of-00003.bin",
|
| 99 |
+
"model.decoder.layers.11.fc1.weight": "pytorch_model-00002-of-00003.bin",
|
| 100 |
+
"model.decoder.layers.11.fc2.bias": "pytorch_model-00002-of-00003.bin",
|
| 101 |
+
"model.decoder.layers.11.fc2.weight": "pytorch_model-00002-of-00003.bin",
|
| 102 |
+
"model.decoder.layers.11.final_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 103 |
+
"model.decoder.layers.11.final_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 104 |
+
"model.decoder.layers.11.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 105 |
+
"model.decoder.layers.11.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 106 |
+
"model.decoder.layers.11.self_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 107 |
+
"model.decoder.layers.11.self_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 108 |
+
"model.decoder.layers.11.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 109 |
+
"model.decoder.layers.11.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 110 |
+
"model.decoder.layers.11.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 111 |
+
"model.decoder.layers.11.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 112 |
+
"model.decoder.layers.11.self_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 113 |
+
"model.decoder.layers.11.self_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 114 |
+
"model.decoder.layers.12.encoder_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 115 |
+
"model.decoder.layers.12.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 116 |
+
"model.decoder.layers.12.encoder_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 117 |
+
"model.decoder.layers.12.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 118 |
+
"model.decoder.layers.12.encoder_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 119 |
+
"model.decoder.layers.12.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 120 |
+
"model.decoder.layers.12.encoder_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 121 |
+
"model.decoder.layers.12.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 122 |
+
"model.decoder.layers.12.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 123 |
+
"model.decoder.layers.12.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 124 |
+
"model.decoder.layers.12.fc1.bias": "pytorch_model-00002-of-00003.bin",
|
| 125 |
+
"model.decoder.layers.12.fc1.weight": "pytorch_model-00002-of-00003.bin",
|
| 126 |
+
"model.decoder.layers.12.fc2.bias": "pytorch_model-00002-of-00003.bin",
|
| 127 |
+
"model.decoder.layers.12.fc2.weight": "pytorch_model-00002-of-00003.bin",
|
| 128 |
+
"model.decoder.layers.12.final_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 129 |
+
"model.decoder.layers.12.final_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 130 |
+
"model.decoder.layers.12.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 131 |
+
"model.decoder.layers.12.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 132 |
+
"model.decoder.layers.12.self_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 133 |
+
"model.decoder.layers.12.self_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 134 |
+
"model.decoder.layers.12.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 135 |
+
"model.decoder.layers.12.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 136 |
+
"model.decoder.layers.12.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 137 |
+
"model.decoder.layers.12.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 138 |
+
"model.decoder.layers.12.self_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 139 |
+
"model.decoder.layers.12.self_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 140 |
+
"model.decoder.layers.13.encoder_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 141 |
+
"model.decoder.layers.13.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 142 |
+
"model.decoder.layers.13.encoder_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 143 |
+
"model.decoder.layers.13.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 144 |
+
"model.decoder.layers.13.encoder_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 145 |
+
"model.decoder.layers.13.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 146 |
+
"model.decoder.layers.13.encoder_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 147 |
+
"model.decoder.layers.13.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 148 |
+
"model.decoder.layers.13.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 149 |
+
"model.decoder.layers.13.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 150 |
+
"model.decoder.layers.13.fc1.bias": "pytorch_model-00002-of-00003.bin",
|
| 151 |
+
"model.decoder.layers.13.fc1.weight": "pytorch_model-00002-of-00003.bin",
|
| 152 |
+
"model.decoder.layers.13.fc2.bias": "pytorch_model-00002-of-00003.bin",
|
| 153 |
+
"model.decoder.layers.13.fc2.weight": "pytorch_model-00002-of-00003.bin",
|
| 154 |
+
"model.decoder.layers.13.final_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 155 |
+
"model.decoder.layers.13.final_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 156 |
+
"model.decoder.layers.13.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 157 |
+
"model.decoder.layers.13.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 158 |
+
"model.decoder.layers.13.self_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 159 |
+
"model.decoder.layers.13.self_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 160 |
+
"model.decoder.layers.13.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 161 |
+
"model.decoder.layers.13.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 162 |
+
"model.decoder.layers.13.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 163 |
+
"model.decoder.layers.13.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 164 |
+
"model.decoder.layers.13.self_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 165 |
+
"model.decoder.layers.13.self_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 166 |
+
"model.decoder.layers.14.encoder_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 167 |
+
"model.decoder.layers.14.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 168 |
+
"model.decoder.layers.14.encoder_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 169 |
+
"model.decoder.layers.14.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 170 |
+
"model.decoder.layers.14.encoder_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 171 |
+
"model.decoder.layers.14.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 172 |
+
"model.decoder.layers.14.encoder_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 173 |
+
"model.decoder.layers.14.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 174 |
+
"model.decoder.layers.14.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 175 |
+
"model.decoder.layers.14.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 176 |
+
"model.decoder.layers.14.fc1.bias": "pytorch_model-00002-of-00003.bin",
|
| 177 |
+
"model.decoder.layers.14.fc1.weight": "pytorch_model-00002-of-00003.bin",
|
| 178 |
+
"model.decoder.layers.14.fc2.bias": "pytorch_model-00002-of-00003.bin",
|
| 179 |
+
"model.decoder.layers.14.fc2.weight": "pytorch_model-00002-of-00003.bin",
|
| 180 |
+
"model.decoder.layers.14.final_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 181 |
+
"model.decoder.layers.14.final_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 182 |
+
"model.decoder.layers.14.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 183 |
+
"model.decoder.layers.14.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 184 |
+
"model.decoder.layers.14.self_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 185 |
+
"model.decoder.layers.14.self_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 186 |
+
"model.decoder.layers.14.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 187 |
+
"model.decoder.layers.14.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 188 |
+
"model.decoder.layers.14.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 189 |
+
"model.decoder.layers.14.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 190 |
+
"model.decoder.layers.14.self_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 191 |
+
"model.decoder.layers.14.self_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 192 |
+
"model.decoder.layers.15.encoder_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 193 |
+
"model.decoder.layers.15.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 194 |
+
"model.decoder.layers.15.encoder_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 195 |
+
"model.decoder.layers.15.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 196 |
+
"model.decoder.layers.15.encoder_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 197 |
+
"model.decoder.layers.15.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 198 |
+
"model.decoder.layers.15.encoder_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 199 |
+
"model.decoder.layers.15.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 200 |
+
"model.decoder.layers.15.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 201 |
+
"model.decoder.layers.15.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 202 |
+
"model.decoder.layers.15.fc1.bias": "pytorch_model-00002-of-00003.bin",
|
| 203 |
+
"model.decoder.layers.15.fc1.weight": "pytorch_model-00002-of-00003.bin",
|
| 204 |
+
"model.decoder.layers.15.fc2.bias": "pytorch_model-00002-of-00003.bin",
|
| 205 |
+
"model.decoder.layers.15.fc2.weight": "pytorch_model-00002-of-00003.bin",
|
| 206 |
+
"model.decoder.layers.15.final_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 207 |
+
"model.decoder.layers.15.final_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 208 |
+
"model.decoder.layers.15.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 209 |
+
"model.decoder.layers.15.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 210 |
+
"model.decoder.layers.15.self_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 211 |
+
"model.decoder.layers.15.self_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 212 |
+
"model.decoder.layers.15.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 213 |
+
"model.decoder.layers.15.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 214 |
+
"model.decoder.layers.15.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 215 |
+
"model.decoder.layers.15.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 216 |
+
"model.decoder.layers.15.self_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 217 |
+
"model.decoder.layers.15.self_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 218 |
+
"model.decoder.layers.16.encoder_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 219 |
+
"model.decoder.layers.16.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 220 |
+
"model.decoder.layers.16.encoder_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 221 |
+
"model.decoder.layers.16.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 222 |
+
"model.decoder.layers.16.encoder_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 223 |
+
"model.decoder.layers.16.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 224 |
+
"model.decoder.layers.16.encoder_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 225 |
+
"model.decoder.layers.16.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 226 |
+
"model.decoder.layers.16.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 227 |
+
"model.decoder.layers.16.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 228 |
+
"model.decoder.layers.16.fc1.bias": "pytorch_model-00002-of-00003.bin",
|
| 229 |
+
"model.decoder.layers.16.fc1.weight": "pytorch_model-00002-of-00003.bin",
|
| 230 |
+
"model.decoder.layers.16.fc2.bias": "pytorch_model-00002-of-00003.bin",
|
| 231 |
+
"model.decoder.layers.16.fc2.weight": "pytorch_model-00002-of-00003.bin",
|
| 232 |
+
"model.decoder.layers.16.final_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 233 |
+
"model.decoder.layers.16.final_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 234 |
+
"model.decoder.layers.16.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 235 |
+
"model.decoder.layers.16.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 236 |
+
"model.decoder.layers.16.self_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 237 |
+
"model.decoder.layers.16.self_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 238 |
+
"model.decoder.layers.16.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 239 |
+
"model.decoder.layers.16.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 240 |
+
"model.decoder.layers.16.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 241 |
+
"model.decoder.layers.16.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 242 |
+
"model.decoder.layers.16.self_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 243 |
+
"model.decoder.layers.16.self_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 244 |
+
"model.decoder.layers.17.encoder_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 245 |
+
"model.decoder.layers.17.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 246 |
+
"model.decoder.layers.17.encoder_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 247 |
+
"model.decoder.layers.17.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 248 |
+
"model.decoder.layers.17.encoder_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 249 |
+
"model.decoder.layers.17.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 250 |
+
"model.decoder.layers.17.encoder_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 251 |
+
"model.decoder.layers.17.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 252 |
+
"model.decoder.layers.17.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 253 |
+
"model.decoder.layers.17.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 254 |
+
"model.decoder.layers.17.fc1.bias": "pytorch_model-00002-of-00003.bin",
|
| 255 |
+
"model.decoder.layers.17.fc1.weight": "pytorch_model-00002-of-00003.bin",
|
| 256 |
+
"model.decoder.layers.17.fc2.bias": "pytorch_model-00002-of-00003.bin",
|
| 257 |
+
"model.decoder.layers.17.fc2.weight": "pytorch_model-00002-of-00003.bin",
|
| 258 |
+
"model.decoder.layers.17.final_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 259 |
+
"model.decoder.layers.17.final_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 260 |
+
"model.decoder.layers.17.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 261 |
+
"model.decoder.layers.17.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 262 |
+
"model.decoder.layers.17.self_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 263 |
+
"model.decoder.layers.17.self_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 264 |
+
"model.decoder.layers.17.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 265 |
+
"model.decoder.layers.17.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 266 |
+
"model.decoder.layers.17.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 267 |
+
"model.decoder.layers.17.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 268 |
+
"model.decoder.layers.17.self_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 269 |
+
"model.decoder.layers.17.self_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 270 |
+
"model.decoder.layers.18.encoder_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 271 |
+
"model.decoder.layers.18.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 272 |
+
"model.decoder.layers.18.encoder_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 273 |
+
"model.decoder.layers.18.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 274 |
+
"model.decoder.layers.18.encoder_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 275 |
+
"model.decoder.layers.18.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 276 |
+
"model.decoder.layers.18.encoder_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 277 |
+
"model.decoder.layers.18.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 278 |
+
"model.decoder.layers.18.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 279 |
+
"model.decoder.layers.18.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 280 |
+
"model.decoder.layers.18.fc1.bias": "pytorch_model-00002-of-00003.bin",
|
| 281 |
+
"model.decoder.layers.18.fc1.weight": "pytorch_model-00002-of-00003.bin",
|
| 282 |
+
"model.decoder.layers.18.fc2.bias": "pytorch_model-00002-of-00003.bin",
|
| 283 |
+
"model.decoder.layers.18.fc2.weight": "pytorch_model-00002-of-00003.bin",
|
| 284 |
+
"model.decoder.layers.18.final_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 285 |
+
"model.decoder.layers.18.final_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 286 |
+
"model.decoder.layers.18.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 287 |
+
"model.decoder.layers.18.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 288 |
+
"model.decoder.layers.18.self_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 289 |
+
"model.decoder.layers.18.self_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 290 |
+
"model.decoder.layers.18.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 291 |
+
"model.decoder.layers.18.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 292 |
+
"model.decoder.layers.18.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 293 |
+
"model.decoder.layers.18.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 294 |
+
"model.decoder.layers.18.self_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 295 |
+
"model.decoder.layers.18.self_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 296 |
+
"model.decoder.layers.19.encoder_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 297 |
+
"model.decoder.layers.19.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 298 |
+
"model.decoder.layers.19.encoder_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 299 |
+
"model.decoder.layers.19.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 300 |
+
"model.decoder.layers.19.encoder_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 301 |
+
"model.decoder.layers.19.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 302 |
+
"model.decoder.layers.19.encoder_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 303 |
+
"model.decoder.layers.19.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 304 |
+
"model.decoder.layers.19.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 305 |
+
"model.decoder.layers.19.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 306 |
+
"model.decoder.layers.19.fc1.bias": "pytorch_model-00002-of-00003.bin",
|
| 307 |
+
"model.decoder.layers.19.fc1.weight": "pytorch_model-00002-of-00003.bin",
|
| 308 |
+
"model.decoder.layers.19.fc2.bias": "pytorch_model-00002-of-00003.bin",
|
| 309 |
+
"model.decoder.layers.19.fc2.weight": "pytorch_model-00002-of-00003.bin",
|
| 310 |
+
"model.decoder.layers.19.final_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 311 |
+
"model.decoder.layers.19.final_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 312 |
+
"model.decoder.layers.19.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 313 |
+
"model.decoder.layers.19.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 314 |
+
"model.decoder.layers.19.self_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 315 |
+
"model.decoder.layers.19.self_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 316 |
+
"model.decoder.layers.19.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 317 |
+
"model.decoder.layers.19.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 318 |
+
"model.decoder.layers.19.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 319 |
+
"model.decoder.layers.19.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 320 |
+
"model.decoder.layers.19.self_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 321 |
+
"model.decoder.layers.19.self_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 322 |
+
"model.decoder.layers.2.encoder_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 323 |
+
"model.decoder.layers.2.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 324 |
+
"model.decoder.layers.2.encoder_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 325 |
+
"model.decoder.layers.2.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 326 |
+
"model.decoder.layers.2.encoder_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 327 |
+
"model.decoder.layers.2.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 328 |
+
"model.decoder.layers.2.encoder_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 329 |
+
"model.decoder.layers.2.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 330 |
+
"model.decoder.layers.2.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 331 |
+
"model.decoder.layers.2.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 332 |
+
"model.decoder.layers.2.fc1.bias": "pytorch_model-00002-of-00003.bin",
|
| 333 |
+
"model.decoder.layers.2.fc1.weight": "pytorch_model-00002-of-00003.bin",
|
| 334 |
+
"model.decoder.layers.2.fc2.bias": "pytorch_model-00002-of-00003.bin",
|
| 335 |
+
"model.decoder.layers.2.fc2.weight": "pytorch_model-00002-of-00003.bin",
|
| 336 |
+
"model.decoder.layers.2.final_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 337 |
+
"model.decoder.layers.2.final_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 338 |
+
"model.decoder.layers.2.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 339 |
+
"model.decoder.layers.2.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 340 |
+
"model.decoder.layers.2.self_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 341 |
+
"model.decoder.layers.2.self_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 342 |
+
"model.decoder.layers.2.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 343 |
+
"model.decoder.layers.2.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 344 |
+
"model.decoder.layers.2.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 345 |
+
"model.decoder.layers.2.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 346 |
+
"model.decoder.layers.2.self_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 347 |
+
"model.decoder.layers.2.self_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 348 |
+
"model.decoder.layers.20.encoder_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 349 |
+
"model.decoder.layers.20.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 350 |
+
"model.decoder.layers.20.encoder_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 351 |
+
"model.decoder.layers.20.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 352 |
+
"model.decoder.layers.20.encoder_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 353 |
+
"model.decoder.layers.20.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 354 |
+
"model.decoder.layers.20.encoder_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 355 |
+
"model.decoder.layers.20.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 356 |
+
"model.decoder.layers.20.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 357 |
+
"model.decoder.layers.20.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 358 |
+
"model.decoder.layers.20.fc1.bias": "pytorch_model-00002-of-00003.bin",
|
| 359 |
+
"model.decoder.layers.20.fc1.weight": "pytorch_model-00002-of-00003.bin",
|
| 360 |
+
"model.decoder.layers.20.fc2.bias": "pytorch_model-00002-of-00003.bin",
|
| 361 |
+
"model.decoder.layers.20.fc2.weight": "pytorch_model-00002-of-00003.bin",
|
| 362 |
+
"model.decoder.layers.20.final_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 363 |
+
"model.decoder.layers.20.final_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 364 |
+
"model.decoder.layers.20.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 365 |
+
"model.decoder.layers.20.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 366 |
+
"model.decoder.layers.20.self_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 367 |
+
"model.decoder.layers.20.self_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 368 |
+
"model.decoder.layers.20.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 369 |
+
"model.decoder.layers.20.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 370 |
+
"model.decoder.layers.20.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 371 |
+
"model.decoder.layers.20.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 372 |
+
"model.decoder.layers.20.self_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 373 |
+
"model.decoder.layers.20.self_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 374 |
+
"model.decoder.layers.21.encoder_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 375 |
+
"model.decoder.layers.21.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 376 |
+
"model.decoder.layers.21.encoder_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 377 |
+
"model.decoder.layers.21.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 378 |
+
"model.decoder.layers.21.encoder_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 379 |
+
"model.decoder.layers.21.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 380 |
+
"model.decoder.layers.21.encoder_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 381 |
+
"model.decoder.layers.21.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 382 |
+
"model.decoder.layers.21.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 383 |
+
"model.decoder.layers.21.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 384 |
+
"model.decoder.layers.21.fc1.bias": "pytorch_model-00002-of-00003.bin",
|
| 385 |
+
"model.decoder.layers.21.fc1.weight": "pytorch_model-00002-of-00003.bin",
|
| 386 |
+
"model.decoder.layers.21.fc2.bias": "pytorch_model-00002-of-00003.bin",
|
| 387 |
+
"model.decoder.layers.21.fc2.weight": "pytorch_model-00002-of-00003.bin",
|
| 388 |
+
"model.decoder.layers.21.final_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 389 |
+
"model.decoder.layers.21.final_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 390 |
+
"model.decoder.layers.21.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 391 |
+
"model.decoder.layers.21.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 392 |
+
"model.decoder.layers.21.self_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 393 |
+
"model.decoder.layers.21.self_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 394 |
+
"model.decoder.layers.21.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 395 |
+
"model.decoder.layers.21.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 396 |
+
"model.decoder.layers.21.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 397 |
+
"model.decoder.layers.21.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 398 |
+
"model.decoder.layers.21.self_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 399 |
+
"model.decoder.layers.21.self_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 400 |
+
"model.decoder.layers.22.encoder_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 401 |
+
"model.decoder.layers.22.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 402 |
+
"model.decoder.layers.22.encoder_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 403 |
+
"model.decoder.layers.22.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 404 |
+
"model.decoder.layers.22.encoder_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 405 |
+
"model.decoder.layers.22.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 406 |
+
"model.decoder.layers.22.encoder_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 407 |
+
"model.decoder.layers.22.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 408 |
+
"model.decoder.layers.22.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 409 |
+
"model.decoder.layers.22.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 410 |
+
"model.decoder.layers.22.fc1.bias": "pytorch_model-00002-of-00003.bin",
|
| 411 |
+
"model.decoder.layers.22.fc1.weight": "pytorch_model-00002-of-00003.bin",
|
| 412 |
+
"model.decoder.layers.22.fc2.bias": "pytorch_model-00002-of-00003.bin",
|
| 413 |
+
"model.decoder.layers.22.fc2.weight": "pytorch_model-00002-of-00003.bin",
|
| 414 |
+
"model.decoder.layers.22.final_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 415 |
+
"model.decoder.layers.22.final_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 416 |
+
"model.decoder.layers.22.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 417 |
+
"model.decoder.layers.22.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 418 |
+
"model.decoder.layers.22.self_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 419 |
+
"model.decoder.layers.22.self_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 420 |
+
"model.decoder.layers.22.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 421 |
+
"model.decoder.layers.22.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 422 |
+
"model.decoder.layers.22.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 423 |
+
"model.decoder.layers.22.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 424 |
+
"model.decoder.layers.22.self_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 425 |
+
"model.decoder.layers.22.self_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 426 |
+
"model.decoder.layers.23.encoder_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 427 |
+
"model.decoder.layers.23.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 428 |
+
"model.decoder.layers.23.encoder_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 429 |
+
"model.decoder.layers.23.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 430 |
+
"model.decoder.layers.23.encoder_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 431 |
+
"model.decoder.layers.23.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 432 |
+
"model.decoder.layers.23.encoder_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 433 |
+
"model.decoder.layers.23.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 434 |
+
"model.decoder.layers.23.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 435 |
+
"model.decoder.layers.23.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 436 |
+
"model.decoder.layers.23.fc1.bias": "pytorch_model-00002-of-00003.bin",
|
| 437 |
+
"model.decoder.layers.23.fc1.weight": "pytorch_model-00002-of-00003.bin",
|
| 438 |
+
"model.decoder.layers.23.fc2.bias": "pytorch_model-00002-of-00003.bin",
|
| 439 |
+
"model.decoder.layers.23.fc2.weight": "pytorch_model-00002-of-00003.bin",
|
| 440 |
+
"model.decoder.layers.23.final_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 441 |
+
"model.decoder.layers.23.final_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 442 |
+
"model.decoder.layers.23.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 443 |
+
"model.decoder.layers.23.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 444 |
+
"model.decoder.layers.23.self_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 445 |
+
"model.decoder.layers.23.self_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 446 |
+
"model.decoder.layers.23.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 447 |
+
"model.decoder.layers.23.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 448 |
+
"model.decoder.layers.23.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 449 |
+
"model.decoder.layers.23.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 450 |
+
"model.decoder.layers.23.self_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 451 |
+
"model.decoder.layers.23.self_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 452 |
+
"model.decoder.layers.3.encoder_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 453 |
+
"model.decoder.layers.3.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 454 |
+
"model.decoder.layers.3.encoder_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 455 |
+
"model.decoder.layers.3.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 456 |
+
"model.decoder.layers.3.encoder_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 457 |
+
"model.decoder.layers.3.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 458 |
+
"model.decoder.layers.3.encoder_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 459 |
+
"model.decoder.layers.3.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 460 |
+
"model.decoder.layers.3.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 461 |
+
"model.decoder.layers.3.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 462 |
+
"model.decoder.layers.3.fc1.bias": "pytorch_model-00002-of-00003.bin",
|
| 463 |
+
"model.decoder.layers.3.fc1.weight": "pytorch_model-00002-of-00003.bin",
|
| 464 |
+
"model.decoder.layers.3.fc2.bias": "pytorch_model-00002-of-00003.bin",
|
| 465 |
+
"model.decoder.layers.3.fc2.weight": "pytorch_model-00002-of-00003.bin",
|
| 466 |
+
"model.decoder.layers.3.final_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 467 |
+
"model.decoder.layers.3.final_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 468 |
+
"model.decoder.layers.3.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 469 |
+
"model.decoder.layers.3.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 470 |
+
"model.decoder.layers.3.self_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 471 |
+
"model.decoder.layers.3.self_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 472 |
+
"model.decoder.layers.3.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 473 |
+
"model.decoder.layers.3.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 474 |
+
"model.decoder.layers.3.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 475 |
+
"model.decoder.layers.3.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 476 |
+
"model.decoder.layers.3.self_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 477 |
+
"model.decoder.layers.3.self_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 478 |
+
"model.decoder.layers.4.encoder_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 479 |
+
"model.decoder.layers.4.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 480 |
+
"model.decoder.layers.4.encoder_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 481 |
+
"model.decoder.layers.4.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 482 |
+
"model.decoder.layers.4.encoder_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 483 |
+
"model.decoder.layers.4.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 484 |
+
"model.decoder.layers.4.encoder_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 485 |
+
"model.decoder.layers.4.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 486 |
+
"model.decoder.layers.4.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 487 |
+
"model.decoder.layers.4.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 488 |
+
"model.decoder.layers.4.fc1.bias": "pytorch_model-00002-of-00003.bin",
|
| 489 |
+
"model.decoder.layers.4.fc1.weight": "pytorch_model-00002-of-00003.bin",
|
| 490 |
+
"model.decoder.layers.4.fc2.bias": "pytorch_model-00002-of-00003.bin",
|
| 491 |
+
"model.decoder.layers.4.fc2.weight": "pytorch_model-00002-of-00003.bin",
|
| 492 |
+
"model.decoder.layers.4.final_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 493 |
+
"model.decoder.layers.4.final_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 494 |
+
"model.decoder.layers.4.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 495 |
+
"model.decoder.layers.4.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 496 |
+
"model.decoder.layers.4.self_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 497 |
+
"model.decoder.layers.4.self_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 498 |
+
"model.decoder.layers.4.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 499 |
+
"model.decoder.layers.4.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 500 |
+
"model.decoder.layers.4.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 501 |
+
"model.decoder.layers.4.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 502 |
+
"model.decoder.layers.4.self_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 503 |
+
"model.decoder.layers.4.self_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 504 |
+
"model.decoder.layers.5.encoder_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 505 |
+
"model.decoder.layers.5.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 506 |
+
"model.decoder.layers.5.encoder_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 507 |
+
"model.decoder.layers.5.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 508 |
+
"model.decoder.layers.5.encoder_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 509 |
+
"model.decoder.layers.5.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 510 |
+
"model.decoder.layers.5.encoder_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 511 |
+
"model.decoder.layers.5.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 512 |
+
"model.decoder.layers.5.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 513 |
+
"model.decoder.layers.5.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 514 |
+
"model.decoder.layers.5.fc1.bias": "pytorch_model-00002-of-00003.bin",
|
| 515 |
+
"model.decoder.layers.5.fc1.weight": "pytorch_model-00002-of-00003.bin",
|
| 516 |
+
"model.decoder.layers.5.fc2.bias": "pytorch_model-00002-of-00003.bin",
|
| 517 |
+
"model.decoder.layers.5.fc2.weight": "pytorch_model-00002-of-00003.bin",
|
| 518 |
+
"model.decoder.layers.5.final_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 519 |
+
"model.decoder.layers.5.final_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 520 |
+
"model.decoder.layers.5.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 521 |
+
"model.decoder.layers.5.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 522 |
+
"model.decoder.layers.5.self_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 523 |
+
"model.decoder.layers.5.self_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 524 |
+
"model.decoder.layers.5.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 525 |
+
"model.decoder.layers.5.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 526 |
+
"model.decoder.layers.5.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 527 |
+
"model.decoder.layers.5.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 528 |
+
"model.decoder.layers.5.self_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 529 |
+
"model.decoder.layers.5.self_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 530 |
+
"model.decoder.layers.6.encoder_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 531 |
+
"model.decoder.layers.6.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 532 |
+
"model.decoder.layers.6.encoder_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 533 |
+
"model.decoder.layers.6.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 534 |
+
"model.decoder.layers.6.encoder_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 535 |
+
"model.decoder.layers.6.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 536 |
+
"model.decoder.layers.6.encoder_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 537 |
+
"model.decoder.layers.6.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 538 |
+
"model.decoder.layers.6.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 539 |
+
"model.decoder.layers.6.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 540 |
+
"model.decoder.layers.6.fc1.bias": "pytorch_model-00002-of-00003.bin",
|
| 541 |
+
"model.decoder.layers.6.fc1.weight": "pytorch_model-00002-of-00003.bin",
|
| 542 |
+
"model.decoder.layers.6.fc2.bias": "pytorch_model-00002-of-00003.bin",
|
| 543 |
+
"model.decoder.layers.6.fc2.weight": "pytorch_model-00002-of-00003.bin",
|
| 544 |
+
"model.decoder.layers.6.final_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 545 |
+
"model.decoder.layers.6.final_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 546 |
+
"model.decoder.layers.6.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 547 |
+
"model.decoder.layers.6.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 548 |
+
"model.decoder.layers.6.self_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 549 |
+
"model.decoder.layers.6.self_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 550 |
+
"model.decoder.layers.6.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 551 |
+
"model.decoder.layers.6.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 552 |
+
"model.decoder.layers.6.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 553 |
+
"model.decoder.layers.6.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 554 |
+
"model.decoder.layers.6.self_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 555 |
+
"model.decoder.layers.6.self_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 556 |
+
"model.decoder.layers.7.encoder_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 557 |
+
"model.decoder.layers.7.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 558 |
+
"model.decoder.layers.7.encoder_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 559 |
+
"model.decoder.layers.7.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 560 |
+
"model.decoder.layers.7.encoder_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 561 |
+
"model.decoder.layers.7.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 562 |
+
"model.decoder.layers.7.encoder_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 563 |
+
"model.decoder.layers.7.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 564 |
+
"model.decoder.layers.7.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 565 |
+
"model.decoder.layers.7.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 566 |
+
"model.decoder.layers.7.fc1.bias": "pytorch_model-00002-of-00003.bin",
|
| 567 |
+
"model.decoder.layers.7.fc1.weight": "pytorch_model-00002-of-00003.bin",
|
| 568 |
+
"model.decoder.layers.7.fc2.bias": "pytorch_model-00002-of-00003.bin",
|
| 569 |
+
"model.decoder.layers.7.fc2.weight": "pytorch_model-00002-of-00003.bin",
|
| 570 |
+
"model.decoder.layers.7.final_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 571 |
+
"model.decoder.layers.7.final_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 572 |
+
"model.decoder.layers.7.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 573 |
+
"model.decoder.layers.7.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 574 |
+
"model.decoder.layers.7.self_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 575 |
+
"model.decoder.layers.7.self_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 576 |
+
"model.decoder.layers.7.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 577 |
+
"model.decoder.layers.7.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 578 |
+
"model.decoder.layers.7.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 579 |
+
"model.decoder.layers.7.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 580 |
+
"model.decoder.layers.7.self_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 581 |
+
"model.decoder.layers.7.self_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 582 |
+
"model.decoder.layers.8.encoder_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 583 |
+
"model.decoder.layers.8.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 584 |
+
"model.decoder.layers.8.encoder_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 585 |
+
"model.decoder.layers.8.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 586 |
+
"model.decoder.layers.8.encoder_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 587 |
+
"model.decoder.layers.8.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 588 |
+
"model.decoder.layers.8.encoder_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 589 |
+
"model.decoder.layers.8.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 590 |
+
"model.decoder.layers.8.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 591 |
+
"model.decoder.layers.8.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 592 |
+
"model.decoder.layers.8.fc1.bias": "pytorch_model-00002-of-00003.bin",
|
| 593 |
+
"model.decoder.layers.8.fc1.weight": "pytorch_model-00002-of-00003.bin",
|
| 594 |
+
"model.decoder.layers.8.fc2.bias": "pytorch_model-00002-of-00003.bin",
|
| 595 |
+
"model.decoder.layers.8.fc2.weight": "pytorch_model-00002-of-00003.bin",
|
| 596 |
+
"model.decoder.layers.8.final_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 597 |
+
"model.decoder.layers.8.final_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 598 |
+
"model.decoder.layers.8.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 599 |
+
"model.decoder.layers.8.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 600 |
+
"model.decoder.layers.8.self_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 601 |
+
"model.decoder.layers.8.self_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 602 |
+
"model.decoder.layers.8.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 603 |
+
"model.decoder.layers.8.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 604 |
+
"model.decoder.layers.8.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 605 |
+
"model.decoder.layers.8.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 606 |
+
"model.decoder.layers.8.self_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 607 |
+
"model.decoder.layers.8.self_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 608 |
+
"model.decoder.layers.9.encoder_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 609 |
+
"model.decoder.layers.9.encoder_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 610 |
+
"model.decoder.layers.9.encoder_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 611 |
+
"model.decoder.layers.9.encoder_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 612 |
+
"model.decoder.layers.9.encoder_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 613 |
+
"model.decoder.layers.9.encoder_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 614 |
+
"model.decoder.layers.9.encoder_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 615 |
+
"model.decoder.layers.9.encoder_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 616 |
+
"model.decoder.layers.9.encoder_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 617 |
+
"model.decoder.layers.9.encoder_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 618 |
+
"model.decoder.layers.9.fc1.bias": "pytorch_model-00002-of-00003.bin",
|
| 619 |
+
"model.decoder.layers.9.fc1.weight": "pytorch_model-00002-of-00003.bin",
|
| 620 |
+
"model.decoder.layers.9.fc2.bias": "pytorch_model-00002-of-00003.bin",
|
| 621 |
+
"model.decoder.layers.9.fc2.weight": "pytorch_model-00002-of-00003.bin",
|
| 622 |
+
"model.decoder.layers.9.final_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 623 |
+
"model.decoder.layers.9.final_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 624 |
+
"model.decoder.layers.9.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 625 |
+
"model.decoder.layers.9.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 626 |
+
"model.decoder.layers.9.self_attn.out_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 627 |
+
"model.decoder.layers.9.self_attn.out_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 628 |
+
"model.decoder.layers.9.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 629 |
+
"model.decoder.layers.9.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 630 |
+
"model.decoder.layers.9.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
| 631 |
+
"model.decoder.layers.9.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
| 632 |
+
"model.decoder.layers.9.self_attn_layer_norm.bias": "pytorch_model-00002-of-00003.bin",
|
| 633 |
+
"model.decoder.layers.9.self_attn_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
| 634 |
+
"model.encoder.embed_tokens.weight": "pytorch_model-00001-of-00003.bin",
|
| 635 |
+
"model.encoder.layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 636 |
+
"model.encoder.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 637 |
+
"model.encoder.layers.0.fc1.bias": "pytorch_model-00001-of-00003.bin",
|
| 638 |
+
"model.encoder.layers.0.fc1.weight": "pytorch_model-00001-of-00003.bin",
|
| 639 |
+
"model.encoder.layers.0.fc2.bias": "pytorch_model-00001-of-00003.bin",
|
| 640 |
+
"model.encoder.layers.0.fc2.weight": "pytorch_model-00001-of-00003.bin",
|
| 641 |
+
"model.encoder.layers.0.final_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 642 |
+
"model.encoder.layers.0.final_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 643 |
+
"model.encoder.layers.0.self_attn.k_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 644 |
+
"model.encoder.layers.0.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 645 |
+
"model.encoder.layers.0.self_attn.out_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 646 |
+
"model.encoder.layers.0.self_attn.out_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 647 |
+
"model.encoder.layers.0.self_attn.q_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 648 |
+
"model.encoder.layers.0.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 649 |
+
"model.encoder.layers.0.self_attn.v_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 650 |
+
"model.encoder.layers.0.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 651 |
+
"model.encoder.layers.0.self_attn_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 652 |
+
"model.encoder.layers.0.self_attn_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 653 |
+
"model.encoder.layers.1.fc1.bias": "pytorch_model-00001-of-00003.bin",
|
| 654 |
+
"model.encoder.layers.1.fc1.weight": "pytorch_model-00001-of-00003.bin",
|
| 655 |
+
"model.encoder.layers.1.fc2.bias": "pytorch_model-00001-of-00003.bin",
|
| 656 |
+
"model.encoder.layers.1.fc2.weight": "pytorch_model-00001-of-00003.bin",
|
| 657 |
+
"model.encoder.layers.1.final_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 658 |
+
"model.encoder.layers.1.final_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 659 |
+
"model.encoder.layers.1.self_attn.k_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 660 |
+
"model.encoder.layers.1.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 661 |
+
"model.encoder.layers.1.self_attn.out_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 662 |
+
"model.encoder.layers.1.self_attn.out_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 663 |
+
"model.encoder.layers.1.self_attn.q_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 664 |
+
"model.encoder.layers.1.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 665 |
+
"model.encoder.layers.1.self_attn.v_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 666 |
+
"model.encoder.layers.1.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 667 |
+
"model.encoder.layers.1.self_attn_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 668 |
+
"model.encoder.layers.1.self_attn_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 669 |
+
"model.encoder.layers.10.fc1.bias": "pytorch_model-00001-of-00003.bin",
|
| 670 |
+
"model.encoder.layers.10.fc1.weight": "pytorch_model-00001-of-00003.bin",
|
| 671 |
+
"model.encoder.layers.10.fc2.bias": "pytorch_model-00001-of-00003.bin",
|
| 672 |
+
"model.encoder.layers.10.fc2.weight": "pytorch_model-00001-of-00003.bin",
|
| 673 |
+
"model.encoder.layers.10.final_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 674 |
+
"model.encoder.layers.10.final_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 675 |
+
"model.encoder.layers.10.self_attn.k_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 676 |
+
"model.encoder.layers.10.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 677 |
+
"model.encoder.layers.10.self_attn.out_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 678 |
+
"model.encoder.layers.10.self_attn.out_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 679 |
+
"model.encoder.layers.10.self_attn.q_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 680 |
+
"model.encoder.layers.10.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 681 |
+
"model.encoder.layers.10.self_attn.v_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 682 |
+
"model.encoder.layers.10.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 683 |
+
"model.encoder.layers.10.self_attn_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 684 |
+
"model.encoder.layers.10.self_attn_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 685 |
+
"model.encoder.layers.11.fc1.bias": "pytorch_model-00001-of-00003.bin",
|
| 686 |
+
"model.encoder.layers.11.fc1.weight": "pytorch_model-00001-of-00003.bin",
|
| 687 |
+
"model.encoder.layers.11.fc2.bias": "pytorch_model-00001-of-00003.bin",
|
| 688 |
+
"model.encoder.layers.11.fc2.weight": "pytorch_model-00001-of-00003.bin",
|
| 689 |
+
"model.encoder.layers.11.final_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 690 |
+
"model.encoder.layers.11.final_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 691 |
+
"model.encoder.layers.11.self_attn.k_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 692 |
+
"model.encoder.layers.11.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 693 |
+
"model.encoder.layers.11.self_attn.out_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 694 |
+
"model.encoder.layers.11.self_attn.out_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 695 |
+
"model.encoder.layers.11.self_attn.q_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 696 |
+
"model.encoder.layers.11.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 697 |
+
"model.encoder.layers.11.self_attn.v_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 698 |
+
"model.encoder.layers.11.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 699 |
+
"model.encoder.layers.11.self_attn_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 700 |
+
"model.encoder.layers.11.self_attn_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 701 |
+
"model.encoder.layers.12.fc1.bias": "pytorch_model-00001-of-00003.bin",
|
| 702 |
+
"model.encoder.layers.12.fc1.weight": "pytorch_model-00001-of-00003.bin",
|
| 703 |
+
"model.encoder.layers.12.fc2.bias": "pytorch_model-00001-of-00003.bin",
|
| 704 |
+
"model.encoder.layers.12.fc2.weight": "pytorch_model-00001-of-00003.bin",
|
| 705 |
+
"model.encoder.layers.12.final_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 706 |
+
"model.encoder.layers.12.final_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 707 |
+
"model.encoder.layers.12.self_attn.k_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 708 |
+
"model.encoder.layers.12.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 709 |
+
"model.encoder.layers.12.self_attn.out_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 710 |
+
"model.encoder.layers.12.self_attn.out_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 711 |
+
"model.encoder.layers.12.self_attn.q_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 712 |
+
"model.encoder.layers.12.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 713 |
+
"model.encoder.layers.12.self_attn.v_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 714 |
+
"model.encoder.layers.12.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 715 |
+
"model.encoder.layers.12.self_attn_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 716 |
+
"model.encoder.layers.12.self_attn_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 717 |
+
"model.encoder.layers.13.fc1.bias": "pytorch_model-00001-of-00003.bin",
|
| 718 |
+
"model.encoder.layers.13.fc1.weight": "pytorch_model-00001-of-00003.bin",
|
| 719 |
+
"model.encoder.layers.13.fc2.bias": "pytorch_model-00001-of-00003.bin",
|
| 720 |
+
"model.encoder.layers.13.fc2.weight": "pytorch_model-00001-of-00003.bin",
|
| 721 |
+
"model.encoder.layers.13.final_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 722 |
+
"model.encoder.layers.13.final_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 723 |
+
"model.encoder.layers.13.self_attn.k_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 724 |
+
"model.encoder.layers.13.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 725 |
+
"model.encoder.layers.13.self_attn.out_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 726 |
+
"model.encoder.layers.13.self_attn.out_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 727 |
+
"model.encoder.layers.13.self_attn.q_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 728 |
+
"model.encoder.layers.13.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 729 |
+
"model.encoder.layers.13.self_attn.v_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 730 |
+
"model.encoder.layers.13.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 731 |
+
"model.encoder.layers.13.self_attn_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 732 |
+
"model.encoder.layers.13.self_attn_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 733 |
+
"model.encoder.layers.14.fc1.bias": "pytorch_model-00001-of-00003.bin",
|
| 734 |
+
"model.encoder.layers.14.fc1.weight": "pytorch_model-00001-of-00003.bin",
|
| 735 |
+
"model.encoder.layers.14.fc2.bias": "pytorch_model-00001-of-00003.bin",
|
| 736 |
+
"model.encoder.layers.14.fc2.weight": "pytorch_model-00001-of-00003.bin",
|
| 737 |
+
"model.encoder.layers.14.final_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 738 |
+
"model.encoder.layers.14.final_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 739 |
+
"model.encoder.layers.14.self_attn.k_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 740 |
+
"model.encoder.layers.14.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 741 |
+
"model.encoder.layers.14.self_attn.out_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 742 |
+
"model.encoder.layers.14.self_attn.out_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 743 |
+
"model.encoder.layers.14.self_attn.q_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 744 |
+
"model.encoder.layers.14.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 745 |
+
"model.encoder.layers.14.self_attn.v_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 746 |
+
"model.encoder.layers.14.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 747 |
+
"model.encoder.layers.14.self_attn_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 748 |
+
"model.encoder.layers.14.self_attn_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 749 |
+
"model.encoder.layers.15.fc1.bias": "pytorch_model-00001-of-00003.bin",
|
| 750 |
+
"model.encoder.layers.15.fc1.weight": "pytorch_model-00001-of-00003.bin",
|
| 751 |
+
"model.encoder.layers.15.fc2.bias": "pytorch_model-00001-of-00003.bin",
|
| 752 |
+
"model.encoder.layers.15.fc2.weight": "pytorch_model-00001-of-00003.bin",
|
| 753 |
+
"model.encoder.layers.15.final_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 754 |
+
"model.encoder.layers.15.final_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 755 |
+
"model.encoder.layers.15.self_attn.k_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 756 |
+
"model.encoder.layers.15.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 757 |
+
"model.encoder.layers.15.self_attn.out_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 758 |
+
"model.encoder.layers.15.self_attn.out_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 759 |
+
"model.encoder.layers.15.self_attn.q_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 760 |
+
"model.encoder.layers.15.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 761 |
+
"model.encoder.layers.15.self_attn.v_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 762 |
+
"model.encoder.layers.15.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 763 |
+
"model.encoder.layers.15.self_attn_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 764 |
+
"model.encoder.layers.15.self_attn_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 765 |
+
"model.encoder.layers.16.fc1.bias": "pytorch_model-00001-of-00003.bin",
|
| 766 |
+
"model.encoder.layers.16.fc1.weight": "pytorch_model-00001-of-00003.bin",
|
| 767 |
+
"model.encoder.layers.16.fc2.bias": "pytorch_model-00001-of-00003.bin",
|
| 768 |
+
"model.encoder.layers.16.fc2.weight": "pytorch_model-00001-of-00003.bin",
|
| 769 |
+
"model.encoder.layers.16.final_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 770 |
+
"model.encoder.layers.16.final_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 771 |
+
"model.encoder.layers.16.self_attn.k_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 772 |
+
"model.encoder.layers.16.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 773 |
+
"model.encoder.layers.16.self_attn.out_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 774 |
+
"model.encoder.layers.16.self_attn.out_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 775 |
+
"model.encoder.layers.16.self_attn.q_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 776 |
+
"model.encoder.layers.16.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 777 |
+
"model.encoder.layers.16.self_attn.v_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 778 |
+
"model.encoder.layers.16.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 779 |
+
"model.encoder.layers.16.self_attn_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 780 |
+
"model.encoder.layers.16.self_attn_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 781 |
+
"model.encoder.layers.17.fc1.bias": "pytorch_model-00001-of-00003.bin",
|
| 782 |
+
"model.encoder.layers.17.fc1.weight": "pytorch_model-00001-of-00003.bin",
|
| 783 |
+
"model.encoder.layers.17.fc2.bias": "pytorch_model-00001-of-00003.bin",
|
| 784 |
+
"model.encoder.layers.17.fc2.weight": "pytorch_model-00001-of-00003.bin",
|
| 785 |
+
"model.encoder.layers.17.final_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 786 |
+
"model.encoder.layers.17.final_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 787 |
+
"model.encoder.layers.17.self_attn.k_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 788 |
+
"model.encoder.layers.17.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 789 |
+
"model.encoder.layers.17.self_attn.out_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 790 |
+
"model.encoder.layers.17.self_attn.out_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 791 |
+
"model.encoder.layers.17.self_attn.q_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 792 |
+
"model.encoder.layers.17.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 793 |
+
"model.encoder.layers.17.self_attn.v_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 794 |
+
"model.encoder.layers.17.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 795 |
+
"model.encoder.layers.17.self_attn_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 796 |
+
"model.encoder.layers.17.self_attn_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 797 |
+
"model.encoder.layers.18.fc1.bias": "pytorch_model-00001-of-00003.bin",
|
| 798 |
+
"model.encoder.layers.18.fc1.weight": "pytorch_model-00001-of-00003.bin",
|
| 799 |
+
"model.encoder.layers.18.fc2.bias": "pytorch_model-00001-of-00003.bin",
|
| 800 |
+
"model.encoder.layers.18.fc2.weight": "pytorch_model-00001-of-00003.bin",
|
| 801 |
+
"model.encoder.layers.18.final_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 802 |
+
"model.encoder.layers.18.final_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 803 |
+
"model.encoder.layers.18.self_attn.k_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 804 |
+
"model.encoder.layers.18.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 805 |
+
"model.encoder.layers.18.self_attn.out_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 806 |
+
"model.encoder.layers.18.self_attn.out_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 807 |
+
"model.encoder.layers.18.self_attn.q_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 808 |
+
"model.encoder.layers.18.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 809 |
+
"model.encoder.layers.18.self_attn.v_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 810 |
+
"model.encoder.layers.18.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 811 |
+
"model.encoder.layers.18.self_attn_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 812 |
+
"model.encoder.layers.18.self_attn_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 813 |
+
"model.encoder.layers.19.fc1.bias": "pytorch_model-00001-of-00003.bin",
|
| 814 |
+
"model.encoder.layers.19.fc1.weight": "pytorch_model-00001-of-00003.bin",
|
| 815 |
+
"model.encoder.layers.19.fc2.bias": "pytorch_model-00001-of-00003.bin",
|
| 816 |
+
"model.encoder.layers.19.fc2.weight": "pytorch_model-00001-of-00003.bin",
|
| 817 |
+
"model.encoder.layers.19.final_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 818 |
+
"model.encoder.layers.19.final_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 819 |
+
"model.encoder.layers.19.self_attn.k_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 820 |
+
"model.encoder.layers.19.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 821 |
+
"model.encoder.layers.19.self_attn.out_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 822 |
+
"model.encoder.layers.19.self_attn.out_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 823 |
+
"model.encoder.layers.19.self_attn.q_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 824 |
+
"model.encoder.layers.19.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 825 |
+
"model.encoder.layers.19.self_attn.v_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 826 |
+
"model.encoder.layers.19.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 827 |
+
"model.encoder.layers.19.self_attn_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 828 |
+
"model.encoder.layers.19.self_attn_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 829 |
+
"model.encoder.layers.2.fc1.bias": "pytorch_model-00001-of-00003.bin",
|
| 830 |
+
"model.encoder.layers.2.fc1.weight": "pytorch_model-00001-of-00003.bin",
|
| 831 |
+
"model.encoder.layers.2.fc2.bias": "pytorch_model-00001-of-00003.bin",
|
| 832 |
+
"model.encoder.layers.2.fc2.weight": "pytorch_model-00001-of-00003.bin",
|
| 833 |
+
"model.encoder.layers.2.final_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 834 |
+
"model.encoder.layers.2.final_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 835 |
+
"model.encoder.layers.2.self_attn.k_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 836 |
+
"model.encoder.layers.2.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 837 |
+
"model.encoder.layers.2.self_attn.out_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 838 |
+
"model.encoder.layers.2.self_attn.out_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 839 |
+
"model.encoder.layers.2.self_attn.q_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 840 |
+
"model.encoder.layers.2.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 841 |
+
"model.encoder.layers.2.self_attn.v_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 842 |
+
"model.encoder.layers.2.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 843 |
+
"model.encoder.layers.2.self_attn_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 844 |
+
"model.encoder.layers.2.self_attn_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 845 |
+
"model.encoder.layers.20.fc1.bias": "pytorch_model-00001-of-00003.bin",
|
| 846 |
+
"model.encoder.layers.20.fc1.weight": "pytorch_model-00001-of-00003.bin",
|
| 847 |
+
"model.encoder.layers.20.fc2.bias": "pytorch_model-00001-of-00003.bin",
|
| 848 |
+
"model.encoder.layers.20.fc2.weight": "pytorch_model-00001-of-00003.bin",
|
| 849 |
+
"model.encoder.layers.20.final_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 850 |
+
"model.encoder.layers.20.final_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 851 |
+
"model.encoder.layers.20.self_attn.k_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 852 |
+
"model.encoder.layers.20.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 853 |
+
"model.encoder.layers.20.self_attn.out_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 854 |
+
"model.encoder.layers.20.self_attn.out_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 855 |
+
"model.encoder.layers.20.self_attn.q_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 856 |
+
"model.encoder.layers.20.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 857 |
+
"model.encoder.layers.20.self_attn.v_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 858 |
+
"model.encoder.layers.20.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 859 |
+
"model.encoder.layers.20.self_attn_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 860 |
+
"model.encoder.layers.20.self_attn_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 861 |
+
"model.encoder.layers.21.fc1.bias": "pytorch_model-00001-of-00003.bin",
|
| 862 |
+
"model.encoder.layers.21.fc1.weight": "pytorch_model-00001-of-00003.bin",
|
| 863 |
+
"model.encoder.layers.21.fc2.bias": "pytorch_model-00001-of-00003.bin",
|
| 864 |
+
"model.encoder.layers.21.fc2.weight": "pytorch_model-00001-of-00003.bin",
|
| 865 |
+
"model.encoder.layers.21.final_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 866 |
+
"model.encoder.layers.21.final_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 867 |
+
"model.encoder.layers.21.self_attn.k_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 868 |
+
"model.encoder.layers.21.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 869 |
+
"model.encoder.layers.21.self_attn.out_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 870 |
+
"model.encoder.layers.21.self_attn.out_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 871 |
+
"model.encoder.layers.21.self_attn.q_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 872 |
+
"model.encoder.layers.21.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 873 |
+
"model.encoder.layers.21.self_attn.v_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 874 |
+
"model.encoder.layers.21.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 875 |
+
"model.encoder.layers.21.self_attn_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 876 |
+
"model.encoder.layers.21.self_attn_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 877 |
+
"model.encoder.layers.22.fc1.bias": "pytorch_model-00001-of-00003.bin",
|
| 878 |
+
"model.encoder.layers.22.fc1.weight": "pytorch_model-00001-of-00003.bin",
|
| 879 |
+
"model.encoder.layers.22.fc2.bias": "pytorch_model-00001-of-00003.bin",
|
| 880 |
+
"model.encoder.layers.22.fc2.weight": "pytorch_model-00001-of-00003.bin",
|
| 881 |
+
"model.encoder.layers.22.final_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 882 |
+
"model.encoder.layers.22.final_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 883 |
+
"model.encoder.layers.22.self_attn.k_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 884 |
+
"model.encoder.layers.22.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 885 |
+
"model.encoder.layers.22.self_attn.out_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 886 |
+
"model.encoder.layers.22.self_attn.out_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 887 |
+
"model.encoder.layers.22.self_attn.q_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 888 |
+
"model.encoder.layers.22.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 889 |
+
"model.encoder.layers.22.self_attn.v_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 890 |
+
"model.encoder.layers.22.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 891 |
+
"model.encoder.layers.22.self_attn_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 892 |
+
"model.encoder.layers.22.self_attn_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 893 |
+
"model.encoder.layers.23.fc1.bias": "pytorch_model-00001-of-00003.bin",
|
| 894 |
+
"model.encoder.layers.23.fc1.weight": "pytorch_model-00001-of-00003.bin",
|
| 895 |
+
"model.encoder.layers.23.fc2.bias": "pytorch_model-00001-of-00003.bin",
|
| 896 |
+
"model.encoder.layers.23.fc2.weight": "pytorch_model-00001-of-00003.bin",
|
| 897 |
+
"model.encoder.layers.23.final_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 898 |
+
"model.encoder.layers.23.final_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 899 |
+
"model.encoder.layers.23.self_attn.k_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 900 |
+
"model.encoder.layers.23.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 901 |
+
"model.encoder.layers.23.self_attn.out_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 902 |
+
"model.encoder.layers.23.self_attn.out_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 903 |
+
"model.encoder.layers.23.self_attn.q_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 904 |
+
"model.encoder.layers.23.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 905 |
+
"model.encoder.layers.23.self_attn.v_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 906 |
+
"model.encoder.layers.23.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 907 |
+
"model.encoder.layers.23.self_attn_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 908 |
+
"model.encoder.layers.23.self_attn_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 909 |
+
"model.encoder.layers.3.fc1.bias": "pytorch_model-00001-of-00003.bin",
|
| 910 |
+
"model.encoder.layers.3.fc1.weight": "pytorch_model-00001-of-00003.bin",
|
| 911 |
+
"model.encoder.layers.3.fc2.bias": "pytorch_model-00001-of-00003.bin",
|
| 912 |
+
"model.encoder.layers.3.fc2.weight": "pytorch_model-00001-of-00003.bin",
|
| 913 |
+
"model.encoder.layers.3.final_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 914 |
+
"model.encoder.layers.3.final_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 915 |
+
"model.encoder.layers.3.self_attn.k_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 916 |
+
"model.encoder.layers.3.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 917 |
+
"model.encoder.layers.3.self_attn.out_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 918 |
+
"model.encoder.layers.3.self_attn.out_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 919 |
+
"model.encoder.layers.3.self_attn.q_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 920 |
+
"model.encoder.layers.3.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 921 |
+
"model.encoder.layers.3.self_attn.v_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 922 |
+
"model.encoder.layers.3.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 923 |
+
"model.encoder.layers.3.self_attn_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 924 |
+
"model.encoder.layers.3.self_attn_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 925 |
+
"model.encoder.layers.4.fc1.bias": "pytorch_model-00001-of-00003.bin",
|
| 926 |
+
"model.encoder.layers.4.fc1.weight": "pytorch_model-00001-of-00003.bin",
|
| 927 |
+
"model.encoder.layers.4.fc2.bias": "pytorch_model-00001-of-00003.bin",
|
| 928 |
+
"model.encoder.layers.4.fc2.weight": "pytorch_model-00001-of-00003.bin",
|
| 929 |
+
"model.encoder.layers.4.final_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 930 |
+
"model.encoder.layers.4.final_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 931 |
+
"model.encoder.layers.4.self_attn.k_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 932 |
+
"model.encoder.layers.4.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 933 |
+
"model.encoder.layers.4.self_attn.out_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 934 |
+
"model.encoder.layers.4.self_attn.out_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 935 |
+
"model.encoder.layers.4.self_attn.q_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 936 |
+
"model.encoder.layers.4.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 937 |
+
"model.encoder.layers.4.self_attn.v_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 938 |
+
"model.encoder.layers.4.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 939 |
+
"model.encoder.layers.4.self_attn_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 940 |
+
"model.encoder.layers.4.self_attn_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 941 |
+
"model.encoder.layers.5.fc1.bias": "pytorch_model-00001-of-00003.bin",
|
| 942 |
+
"model.encoder.layers.5.fc1.weight": "pytorch_model-00001-of-00003.bin",
|
| 943 |
+
"model.encoder.layers.5.fc2.bias": "pytorch_model-00001-of-00003.bin",
|
| 944 |
+
"model.encoder.layers.5.fc2.weight": "pytorch_model-00001-of-00003.bin",
|
| 945 |
+
"model.encoder.layers.5.final_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 946 |
+
"model.encoder.layers.5.final_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 947 |
+
"model.encoder.layers.5.self_attn.k_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 948 |
+
"model.encoder.layers.5.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 949 |
+
"model.encoder.layers.5.self_attn.out_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 950 |
+
"model.encoder.layers.5.self_attn.out_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 951 |
+
"model.encoder.layers.5.self_attn.q_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 952 |
+
"model.encoder.layers.5.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 953 |
+
"model.encoder.layers.5.self_attn.v_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 954 |
+
"model.encoder.layers.5.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 955 |
+
"model.encoder.layers.5.self_attn_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 956 |
+
"model.encoder.layers.5.self_attn_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 957 |
+
"model.encoder.layers.6.fc1.bias": "pytorch_model-00001-of-00003.bin",
|
| 958 |
+
"model.encoder.layers.6.fc1.weight": "pytorch_model-00001-of-00003.bin",
|
| 959 |
+
"model.encoder.layers.6.fc2.bias": "pytorch_model-00001-of-00003.bin",
|
| 960 |
+
"model.encoder.layers.6.fc2.weight": "pytorch_model-00001-of-00003.bin",
|
| 961 |
+
"model.encoder.layers.6.final_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 962 |
+
"model.encoder.layers.6.final_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 963 |
+
"model.encoder.layers.6.self_attn.k_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 964 |
+
"model.encoder.layers.6.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 965 |
+
"model.encoder.layers.6.self_attn.out_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 966 |
+
"model.encoder.layers.6.self_attn.out_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 967 |
+
"model.encoder.layers.6.self_attn.q_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 968 |
+
"model.encoder.layers.6.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 969 |
+
"model.encoder.layers.6.self_attn.v_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 970 |
+
"model.encoder.layers.6.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 971 |
+
"model.encoder.layers.6.self_attn_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 972 |
+
"model.encoder.layers.6.self_attn_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 973 |
+
"model.encoder.layers.7.fc1.bias": "pytorch_model-00001-of-00003.bin",
|
| 974 |
+
"model.encoder.layers.7.fc1.weight": "pytorch_model-00001-of-00003.bin",
|
| 975 |
+
"model.encoder.layers.7.fc2.bias": "pytorch_model-00001-of-00003.bin",
|
| 976 |
+
"model.encoder.layers.7.fc2.weight": "pytorch_model-00001-of-00003.bin",
|
| 977 |
+
"model.encoder.layers.7.final_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 978 |
+
"model.encoder.layers.7.final_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 979 |
+
"model.encoder.layers.7.self_attn.k_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 980 |
+
"model.encoder.layers.7.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 981 |
+
"model.encoder.layers.7.self_attn.out_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 982 |
+
"model.encoder.layers.7.self_attn.out_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 983 |
+
"model.encoder.layers.7.self_attn.q_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 984 |
+
"model.encoder.layers.7.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 985 |
+
"model.encoder.layers.7.self_attn.v_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 986 |
+
"model.encoder.layers.7.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 987 |
+
"model.encoder.layers.7.self_attn_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 988 |
+
"model.encoder.layers.7.self_attn_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 989 |
+
"model.encoder.layers.8.fc1.bias": "pytorch_model-00001-of-00003.bin",
|
| 990 |
+
"model.encoder.layers.8.fc1.weight": "pytorch_model-00001-of-00003.bin",
|
| 991 |
+
"model.encoder.layers.8.fc2.bias": "pytorch_model-00001-of-00003.bin",
|
| 992 |
+
"model.encoder.layers.8.fc2.weight": "pytorch_model-00001-of-00003.bin",
|
| 993 |
+
"model.encoder.layers.8.final_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 994 |
+
"model.encoder.layers.8.final_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 995 |
+
"model.encoder.layers.8.self_attn.k_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 996 |
+
"model.encoder.layers.8.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 997 |
+
"model.encoder.layers.8.self_attn.out_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 998 |
+
"model.encoder.layers.8.self_attn.out_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 999 |
+
"model.encoder.layers.8.self_attn.q_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 1000 |
+
"model.encoder.layers.8.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 1001 |
+
"model.encoder.layers.8.self_attn.v_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 1002 |
+
"model.encoder.layers.8.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 1003 |
+
"model.encoder.layers.8.self_attn_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 1004 |
+
"model.encoder.layers.8.self_attn_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 1005 |
+
"model.encoder.layers.9.fc1.bias": "pytorch_model-00001-of-00003.bin",
|
| 1006 |
+
"model.encoder.layers.9.fc1.weight": "pytorch_model-00001-of-00003.bin",
|
| 1007 |
+
"model.encoder.layers.9.fc2.bias": "pytorch_model-00001-of-00003.bin",
|
| 1008 |
+
"model.encoder.layers.9.fc2.weight": "pytorch_model-00001-of-00003.bin",
|
| 1009 |
+
"model.encoder.layers.9.final_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 1010 |
+
"model.encoder.layers.9.final_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 1011 |
+
"model.encoder.layers.9.self_attn.k_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 1012 |
+
"model.encoder.layers.9.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 1013 |
+
"model.encoder.layers.9.self_attn.out_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 1014 |
+
"model.encoder.layers.9.self_attn.out_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 1015 |
+
"model.encoder.layers.9.self_attn.q_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 1016 |
+
"model.encoder.layers.9.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 1017 |
+
"model.encoder.layers.9.self_attn.v_proj.bias": "pytorch_model-00001-of-00003.bin",
|
| 1018 |
+
"model.encoder.layers.9.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
| 1019 |
+
"model.encoder.layers.9.self_attn_layer_norm.bias": "pytorch_model-00001-of-00003.bin",
|
| 1020 |
+
"model.encoder.layers.9.self_attn_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
| 1021 |
+
"model.shared.weight": "pytorch_model-00001-of-00003.bin"
|
| 1022 |
+
}
|
| 1023 |
+
}
|
sentencepiece.bpe.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:14bb8dfb35c0ffdea7bc01e56cea38b9e3d5efcdcb9c251d6b40538e1aab555a
|
| 3 |
+
size 4852054
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,219 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"ace_Arab",
|
| 4 |
+
"ace_Latn",
|
| 5 |
+
"acm_Arab",
|
| 6 |
+
"acq_Arab",
|
| 7 |
+
"aeb_Arab",
|
| 8 |
+
"afr_Latn",
|
| 9 |
+
"ajp_Arab",
|
| 10 |
+
"aka_Latn",
|
| 11 |
+
"amh_Ethi",
|
| 12 |
+
"apc_Arab",
|
| 13 |
+
"arb_Arab",
|
| 14 |
+
"ars_Arab",
|
| 15 |
+
"ary_Arab",
|
| 16 |
+
"arz_Arab",
|
| 17 |
+
"asm_Beng",
|
| 18 |
+
"ast_Latn",
|
| 19 |
+
"awa_Deva",
|
| 20 |
+
"ayr_Latn",
|
| 21 |
+
"azb_Arab",
|
| 22 |
+
"azj_Latn",
|
| 23 |
+
"bak_Cyrl",
|
| 24 |
+
"bam_Latn",
|
| 25 |
+
"ban_Latn",
|
| 26 |
+
"bel_Cyrl",
|
| 27 |
+
"bem_Latn",
|
| 28 |
+
"ben_Beng",
|
| 29 |
+
"bho_Deva",
|
| 30 |
+
"bjn_Arab",
|
| 31 |
+
"bjn_Latn",
|
| 32 |
+
"bod_Tibt",
|
| 33 |
+
"bos_Latn",
|
| 34 |
+
"bug_Latn",
|
| 35 |
+
"bul_Cyrl",
|
| 36 |
+
"cat_Latn",
|
| 37 |
+
"ceb_Latn",
|
| 38 |
+
"ces_Latn",
|
| 39 |
+
"cjk_Latn",
|
| 40 |
+
"ckb_Arab",
|
| 41 |
+
"crh_Latn",
|
| 42 |
+
"cym_Latn",
|
| 43 |
+
"dan_Latn",
|
| 44 |
+
"deu_Latn",
|
| 45 |
+
"dik_Latn",
|
| 46 |
+
"dyu_Latn",
|
| 47 |
+
"dzo_Tibt",
|
| 48 |
+
"ell_Grek",
|
| 49 |
+
"eng_Latn",
|
| 50 |
+
"epo_Latn",
|
| 51 |
+
"est_Latn",
|
| 52 |
+
"eus_Latn",
|
| 53 |
+
"ewe_Latn",
|
| 54 |
+
"fao_Latn",
|
| 55 |
+
"pes_Arab",
|
| 56 |
+
"fij_Latn",
|
| 57 |
+
"fin_Latn",
|
| 58 |
+
"fon_Latn",
|
| 59 |
+
"fra_Latn",
|
| 60 |
+
"fur_Latn",
|
| 61 |
+
"fuv_Latn",
|
| 62 |
+
"gla_Latn",
|
| 63 |
+
"gle_Latn",
|
| 64 |
+
"glg_Latn",
|
| 65 |
+
"grn_Latn",
|
| 66 |
+
"guj_Gujr",
|
| 67 |
+
"hat_Latn",
|
| 68 |
+
"hau_Latn",
|
| 69 |
+
"heb_Hebr",
|
| 70 |
+
"hin_Deva",
|
| 71 |
+
"hne_Deva",
|
| 72 |
+
"hrv_Latn",
|
| 73 |
+
"hun_Latn",
|
| 74 |
+
"hye_Armn",
|
| 75 |
+
"ibo_Latn",
|
| 76 |
+
"ilo_Latn",
|
| 77 |
+
"ind_Latn",
|
| 78 |
+
"isl_Latn",
|
| 79 |
+
"ita_Latn",
|
| 80 |
+
"jav_Latn",
|
| 81 |
+
"jpn_Jpan",
|
| 82 |
+
"kab_Latn",
|
| 83 |
+
"kac_Latn",
|
| 84 |
+
"kam_Latn",
|
| 85 |
+
"kan_Knda",
|
| 86 |
+
"kas_Arab",
|
| 87 |
+
"kas_Deva",
|
| 88 |
+
"kat_Geor",
|
| 89 |
+
"knc_Arab",
|
| 90 |
+
"knc_Latn",
|
| 91 |
+
"kaz_Cyrl",
|
| 92 |
+
"kbp_Latn",
|
| 93 |
+
"kea_Latn",
|
| 94 |
+
"khm_Khmr",
|
| 95 |
+
"kik_Latn",
|
| 96 |
+
"kin_Latn",
|
| 97 |
+
"kir_Cyrl",
|
| 98 |
+
"kmb_Latn",
|
| 99 |
+
"kon_Latn",
|
| 100 |
+
"kor_Hang",
|
| 101 |
+
"kmr_Latn",
|
| 102 |
+
"lao_Laoo",
|
| 103 |
+
"lvs_Latn",
|
| 104 |
+
"lij_Latn",
|
| 105 |
+
"lim_Latn",
|
| 106 |
+
"lin_Latn",
|
| 107 |
+
"lit_Latn",
|
| 108 |
+
"lmo_Latn",
|
| 109 |
+
"ltg_Latn",
|
| 110 |
+
"ltz_Latn",
|
| 111 |
+
"lua_Latn",
|
| 112 |
+
"lug_Latn",
|
| 113 |
+
"luo_Latn",
|
| 114 |
+
"lus_Latn",
|
| 115 |
+
"mag_Deva",
|
| 116 |
+
"mai_Deva",
|
| 117 |
+
"mal_Mlym",
|
| 118 |
+
"mar_Deva",
|
| 119 |
+
"min_Latn",
|
| 120 |
+
"mkd_Cyrl",
|
| 121 |
+
"plt_Latn",
|
| 122 |
+
"mlt_Latn",
|
| 123 |
+
"mni_Beng",
|
| 124 |
+
"khk_Cyrl",
|
| 125 |
+
"mos_Latn",
|
| 126 |
+
"mri_Latn",
|
| 127 |
+
"zsm_Latn",
|
| 128 |
+
"mya_Mymr",
|
| 129 |
+
"nld_Latn",
|
| 130 |
+
"nno_Latn",
|
| 131 |
+
"nob_Latn",
|
| 132 |
+
"npi_Deva",
|
| 133 |
+
"nso_Latn",
|
| 134 |
+
"nus_Latn",
|
| 135 |
+
"nya_Latn",
|
| 136 |
+
"oci_Latn",
|
| 137 |
+
"gaz_Latn",
|
| 138 |
+
"ory_Orya",
|
| 139 |
+
"pag_Latn",
|
| 140 |
+
"pan_Guru",
|
| 141 |
+
"pap_Latn",
|
| 142 |
+
"pol_Latn",
|
| 143 |
+
"por_Latn",
|
| 144 |
+
"prs_Arab",
|
| 145 |
+
"pbt_Arab",
|
| 146 |
+
"quy_Latn",
|
| 147 |
+
"ron_Latn",
|
| 148 |
+
"run_Latn",
|
| 149 |
+
"rus_Cyrl",
|
| 150 |
+
"sag_Latn",
|
| 151 |
+
"san_Deva",
|
| 152 |
+
"sat_Beng",
|
| 153 |
+
"scn_Latn",
|
| 154 |
+
"shn_Mymr",
|
| 155 |
+
"sin_Sinh",
|
| 156 |
+
"slk_Latn",
|
| 157 |
+
"slv_Latn",
|
| 158 |
+
"smo_Latn",
|
| 159 |
+
"sna_Latn",
|
| 160 |
+
"snd_Arab",
|
| 161 |
+
"som_Latn",
|
| 162 |
+
"sot_Latn",
|
| 163 |
+
"spa_Latn",
|
| 164 |
+
"als_Latn",
|
| 165 |
+
"srd_Latn",
|
| 166 |
+
"srp_Cyrl",
|
| 167 |
+
"ssw_Latn",
|
| 168 |
+
"sun_Latn",
|
| 169 |
+
"swe_Latn",
|
| 170 |
+
"swh_Latn",
|
| 171 |
+
"szl_Latn",
|
| 172 |
+
"tam_Taml",
|
| 173 |
+
"tat_Cyrl",
|
| 174 |
+
"tel_Telu",
|
| 175 |
+
"tgk_Cyrl",
|
| 176 |
+
"tgl_Latn",
|
| 177 |
+
"tha_Thai",
|
| 178 |
+
"tir_Ethi",
|
| 179 |
+
"taq_Latn",
|
| 180 |
+
"taq_Tfng",
|
| 181 |
+
"tpi_Latn",
|
| 182 |
+
"tsn_Latn",
|
| 183 |
+
"tso_Latn",
|
| 184 |
+
"tuk_Latn",
|
| 185 |
+
"tum_Latn",
|
| 186 |
+
"tur_Latn",
|
| 187 |
+
"twi_Latn",
|
| 188 |
+
"tzm_Tfng",
|
| 189 |
+
"uig_Arab",
|
| 190 |
+
"ukr_Cyrl",
|
| 191 |
+
"umb_Latn",
|
| 192 |
+
"urd_Arab",
|
| 193 |
+
"uzn_Latn",
|
| 194 |
+
"vec_Latn",
|
| 195 |
+
"vie_Latn",
|
| 196 |
+
"war_Latn",
|
| 197 |
+
"wol_Latn",
|
| 198 |
+
"xho_Latn",
|
| 199 |
+
"ydd_Hebr",
|
| 200 |
+
"yor_Latn",
|
| 201 |
+
"yue_Hant",
|
| 202 |
+
"zho_Hans",
|
| 203 |
+
"zho_Hant",
|
| 204 |
+
"zul_Latn"
|
| 205 |
+
],
|
| 206 |
+
"bos_token": "<s>",
|
| 207 |
+
"cls_token": "<s>",
|
| 208 |
+
"eos_token": "</s>",
|
| 209 |
+
"mask_token": {
|
| 210 |
+
"content": "<mask>",
|
| 211 |
+
"lstrip": true,
|
| 212 |
+
"normalized": true,
|
| 213 |
+
"rstrip": false,
|
| 214 |
+
"single_word": false
|
| 215 |
+
},
|
| 216 |
+
"pad_token": "<pad>",
|
| 217 |
+
"sep_token": "</s>",
|
| 218 |
+
"unk_token": "<unk>"
|
| 219 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e316b82de11d0f951f370943b3c438311629547285129b0b81dadabd01bca665
|
| 3 |
+
size 17331176
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": null,
|
| 3 |
+
"bos_token": "<s>",
|
| 4 |
+
"cls_token": "<s>",
|
| 5 |
+
"eos_token": "</s>",
|
| 6 |
+
"mask_token": {
|
| 7 |
+
"__type": "AddedToken",
|
| 8 |
+
"content": "<mask>",
|
| 9 |
+
"lstrip": true,
|
| 10 |
+
"normalized": true,
|
| 11 |
+
"rstrip": false,
|
| 12 |
+
"single_word": false
|
| 13 |
+
},
|
| 14 |
+
"model_max_length": 1024,
|
| 15 |
+
"name_or_path": "facebook/nllb-200-distilled-600M",
|
| 16 |
+
"pad_token": "<pad>",
|
| 17 |
+
"sep_token": "</s>",
|
| 18 |
+
"sp_model_kwargs": {},
|
| 19 |
+
"special_tokens_map_file": null,
|
| 20 |
+
"src_lang": null,
|
| 21 |
+
"tgt_lang": null,
|
| 22 |
+
"tokenizer_class": "NllbTokenizer",
|
| 23 |
+
"unk_token": "<unk>"
|
| 24 |
+
}
|