system HF staff commited on
Commit
e1df70f
1 Parent(s): 643da0e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
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.