SnypzZz commited on
Commit
1645915
1 Parent(s): 63eace9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -6,4 +6,5 @@ tags:
6
  - code
7
  - mbart
8
  - tensorflow
9
- ---
 
 
6
  - code
7
  - mbart
8
  - tensorflow
9
+ ---
10
+ mBART-50 one to many multilingual machine translation This model is a fine-tuned checkpoint of Llama2-13b mbart-large-50-one-to-many-mmt is fine-tuned for multilingual machine translation. It was introduced in Multilingual Translation with Extensible Multilingual Pretraining and Finetuning paper. The model can translate English to other 49 languages mentioned below. To translate into a target language, the target language id is forced as the first generated token. To force the target language id as the first generated token, pass the forced_bos_token_id parameter to the generate method.