Update README.md
Browse files
README.md
CHANGED
|
@@ -1,14 +1,20 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- translation
|
|
|
|
| 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)
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- translation
|
| 4 |
+
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
- ro
|
| 8 |
|
| 9 |
+
license: mit
|
| 10 |
---
|
| 11 |
### mbart-large-en-ro
|
| 12 |
This is mbart-large-cc25, finetuned on wmt_en_ro.
|
| 13 |
+
|
| 14 |
It scores BLEU 28.1 without post processing and BLEU 38 with postprocessing. Instructions in `romanian_postprocessing.md`
|
| 15 |
+
|
| 16 |
Original Code: https://github.com/pytorch/fairseq/tree/master/examples/mbart
|
| 17 |
+
|
| 18 |
Docs: https://huggingface.co/transformers/master/model_doc/mbart.html
|
| 19 |
+
|
| 20 |
Finetuning Code: examples/seq2seq/finetune.py (as of Aug 20, 2020)
|