system HF staff commited on
Commit
ef54fa4
1 Parent(s): 1beee61

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -4,9 +4,11 @@ tags:
4
  language:
5
  - en
6
  - ro
7
- ___
8
-
9
 
 
 
 
 
10
  Original Code: https://github.com/pytorch/fairseq/tree/master/examples/mbart
11
  Docs: https://huggingface.co/transformers/master/model_doc/mbart.html
12
  Finetuning Code: examples/seq2seq/finetune.py (as of Aug 20, 2020)
 
4
  language:
5
  - en
6
  - ro
 
 
7
 
8
+ ___
9
+ ### mbart-large-en-ro
10
+ This is mbart-large-cc25, finetuned on wmt_en_ro.
11
+ It scores BLEU 28.1 without post processing and BLEU 38 with postprocessing. Instructions in `romanian_postprocessing.md`
12
  Original Code: https://github.com/pytorch/fairseq/tree/master/examples/mbart
13
  Docs: https://huggingface.co/transformers/master/model_doc/mbart.html
14
  Finetuning Code: examples/seq2seq/finetune.py (as of Aug 20, 2020)