Commit
•
a8980c1
1
Parent(s):
2c5b184
Add evaluation results on the 3.0.0 config of cnn_dailymail (#2)
Browse files- Add evaluation results on the 3.0.0 config of cnn_dailymail (96a708edd60581d3b75e979ad8593696819dfc19)
Co-authored-by: Evaluation Bot <[email protected]>
README.md
CHANGED
@@ -5,6 +5,42 @@ tags:
|
|
5 |
- pegasus
|
6 |
- seq2seq
|
7 |
- summarization
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
## Model description
|
|
|
5 |
- pegasus
|
6 |
- seq2seq
|
7 |
- summarization
|
8 |
+
model-index:
|
9 |
+
- name: tuner007/pegasus_summarizer
|
10 |
+
results:
|
11 |
+
- task:
|
12 |
+
type: summarization
|
13 |
+
name: Summarization
|
14 |
+
dataset:
|
15 |
+
name: cnn_dailymail
|
16 |
+
type: cnn_dailymail
|
17 |
+
config: 3.0.0
|
18 |
+
split: train
|
19 |
+
metrics:
|
20 |
+
- name: ROUGE-1
|
21 |
+
type: rouge
|
22 |
+
value: 36.604
|
23 |
+
verified: true
|
24 |
+
- name: ROUGE-2
|
25 |
+
type: rouge
|
26 |
+
value: 14.6398
|
27 |
+
verified: true
|
28 |
+
- name: ROUGE-L
|
29 |
+
type: rouge
|
30 |
+
value: 23.8845
|
31 |
+
verified: true
|
32 |
+
- name: ROUGE-LSUM
|
33 |
+
type: rouge
|
34 |
+
value: 32.9017
|
35 |
+
verified: true
|
36 |
+
- name: loss
|
37 |
+
type: loss
|
38 |
+
value: 2.5757133960723877
|
39 |
+
verified: true
|
40 |
+
- name: gen_len
|
41 |
+
type: gen_len
|
42 |
+
value: 76.3984
|
43 |
+
verified: true
|
44 |
---
|
45 |
|
46 |
## Model description
|