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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ___
2
+ tags:
3
+ - translation
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)