Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
tags:
|
3 |
- translation
|
4 |
|
@@ -29,8 +29,7 @@ language:
|
|
29 |
- zh
|
30 |
- multilingual
|
31 |
|
32 |
-
|
33 |
-
|
34 |
#### mbart-large-cc25
|
35 |
|
36 |
Pretrained (not finetuned) multilingual mbart model.
|
@@ -42,3 +41,5 @@ export langs=ar_AR,cs_CZ,de_DE,en_XX,es_XX,et_EE,fi_FI,fr_XX,gu_IN,hi_IN,it_IT,j
|
|
42 |
Original Code: https://github.com/pytorch/fairseq/tree/master/examples/mbart
|
43 |
Docs: https://huggingface.co/transformers/master/model_doc/mbart.html
|
44 |
Finetuning Code: examples/seq2seq/finetune.py (as of Aug 20, 2020)
|
|
|
|
|
|
1 |
+
---
|
2 |
tags:
|
3 |
- translation
|
4 |
|
|
|
29 |
- zh
|
30 |
- multilingual
|
31 |
|
32 |
+
---
|
|
|
33 |
#### mbart-large-cc25
|
34 |
|
35 |
Pretrained (not finetuned) multilingual mbart model.
|
|
|
41 |
Original Code: https://github.com/pytorch/fairseq/tree/master/examples/mbart
|
42 |
Docs: https://huggingface.co/transformers/master/model_doc/mbart.html
|
43 |
Finetuning Code: examples/seq2seq/finetune.py (as of Aug 20, 2020)
|
44 |
+
|
45 |
+
Can also be finetuned for summarization.
|