Commit
•
c4455b5
1
Parent(s):
b047d6a
Add evaluation results on the 3.0.0 config of cnn_dailymail (#5)
Browse files- Add evaluation results on the 3.0.0 config of cnn_dailymail (0a2da9e6569b4095d580a2f3089a505b03ad6d0a)
- Merge branch 'main' into pr/5 (32e122dd99389517fdae89aa8fd85127cb72617f)
Co-authored-by: Evaluation Bot <[email protected]>
README.md
CHANGED
@@ -71,6 +71,39 @@ model-index:
|
|
71 |
type: gen_len
|
72 |
value: 22.8821
|
73 |
verified: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
---
|
75 |
|
76 |
### Pegasus Models
|
|
|
71 |
type: gen_len
|
72 |
value: 22.8821
|
73 |
verified: true
|
74 |
+
- task:
|
75 |
+
type: summarization
|
76 |
+
name: Summarization
|
77 |
+
dataset:
|
78 |
+
name: cnn_dailymail
|
79 |
+
type: cnn_dailymail
|
80 |
+
config: 3.0.0
|
81 |
+
split: test
|
82 |
+
metrics:
|
83 |
+
- name: ROUGE-1
|
84 |
+
type: rouge
|
85 |
+
value: 22.2062
|
86 |
+
verified: true
|
87 |
+
- name: ROUGE-2
|
88 |
+
type: rouge
|
89 |
+
value: 7.6701
|
90 |
+
verified: true
|
91 |
+
- name: ROUGE-L
|
92 |
+
type: rouge
|
93 |
+
value: 15.4046
|
94 |
+
verified: true
|
95 |
+
- name: ROUGE-LSUM
|
96 |
+
type: rouge
|
97 |
+
value: 19.2182
|
98 |
+
verified: true
|
99 |
+
- name: loss
|
100 |
+
type: loss
|
101 |
+
value: 2.681241273880005
|
102 |
+
verified: true
|
103 |
+
- name: gen_len
|
104 |
+
type: gen_len
|
105 |
+
value: 25.0234
|
106 |
+
verified: true
|
107 |
---
|
108 |
|
109 |
### Pegasus Models
|