mrm8488 commited on
Commit
b5ed085
1 Parent(s): e44ddea

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+
3
+ language: en
4
+
5
+ license: apache-2.0
6
+
7
+ datasets:
8
+
9
+ - cnn_dailymail
10
+
11
+ tags:
12
+
13
+ - summarization
14
+
15
+ ---
16
+
17
+ Shared RoBERTa2RoBERTa (med-small) Summarization with 🤗EncoderDecoder Framework
18
+
19
+ This model is a warm-started *RoBERTaShared* (med-small) model fine-tuned on the *cnn_dailymail* summarization dataset.
20
+
21
+ The model achieves a **16.90** ROUGE-2 score on *cnn_dailymail*'s test dataset.