sn4kebyt3 commited on
Commit
298d910
1 Parent(s): 9673a4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,6 +9,6 @@ tags:
9
  - mbart-50
10
  ---
11
 
12
- This is a smaller version of the [facebook/mbart-large-50l](facebook/mbart-large-50) with only Russian and English embeddings left.
13
 
14
  sentencepiece vocabulary was shrinked from 250k to 25k (most common 10k English tokens and most common 15k Russian tokens). The creation of this model is heavily based on David Dale's method described [here](https://cointegrated.medium.com/how-to-adapt-a-multilingual-t5-model-for-a-single-language-b9f94f3d9c90), but with some specific to MBart additions.
 
9
  - mbart-50
10
  ---
11
 
12
+ This is a smaller version of the [facebook/mbart-large-50](facebook/mbart-large-50) with only Russian and English embeddings left.
13
 
14
  sentencepiece vocabulary was shrinked from 250k to 25k (most common 10k English tokens and most common 15k Russian tokens). The creation of this model is heavily based on David Dale's method described [here](https://cointegrated.medium.com/how-to-adapt-a-multilingual-t5-model-for-a-single-language-b9f94f3d9c90), but with some specific to MBart additions.