sn4kebyt3 commited on
Commit
ce708de
1 Parent(s): 321ef25

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -7,8 +7,9 @@ library_name: transformers
7
  tags:
8
  - mbart
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.
 
7
  tags:
8
  - mbart
9
  - mbart-50
10
+ pipeline_tag: text2text-generation
11
  ---
12
 
13
+ This is a smaller version of the [facebook/mbart-large-50](https://huggingface.co/facebook/mbart-large-50) with only Russian and English embeddings left.
14
 
15
  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.