system HF staff commited on
Commit
b9743ab
1 Parent(s): a840f0c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -7,4 +7,16 @@ language:
7
 
8
  license: mit
9
 
10
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
7
 
8
  license: mit
9
 
10
+ ---
11
+
12
+ ### Bart model finetuned on xsum
13
+
14
+ docs: https://huggingface.co/transformers/model_doc/bart.html
15
+
16
+ finetuning: examples/seq2seq/ (as of Aug 20, 2020)
17
+
18
+ Metrics: ROUGE > 22 on xsum.
19
+
20
+ variants: search for distilbart
21
+
22
+ paper: https://arxiv.org/abs/1910.13461