Add evaluation results on the 3.0.0 config of cnn_dailymail
#4
by
autoevaluator
HF staff
- opened
README.md
CHANGED
@@ -238,6 +238,39 @@ model-index:
|
|
238 |
type: gen_len
|
239 |
value: 60.7411
|
240 |
verified: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
241 |
---
|
242 |
|
243 |
# Longformer Encoder-Decoder (LED) for Narrative-Esque Long Text Summarization
|
|
|
238 |
type: gen_len
|
239 |
value: 60.7411
|
240 |
verified: true
|
241 |
+
- task:
|
242 |
+
type: summarization
|
243 |
+
name: Summarization
|
244 |
+
dataset:
|
245 |
+
name: cnn_dailymail
|
246 |
+
type: cnn_dailymail
|
247 |
+
config: 3.0.0
|
248 |
+
split: test
|
249 |
+
metrics:
|
250 |
+
- name: ROUGE-1
|
251 |
+
type: rouge
|
252 |
+
value: 30.5046
|
253 |
+
verified: true
|
254 |
+
- name: ROUGE-2
|
255 |
+
type: rouge
|
256 |
+
value: 13.2577
|
257 |
+
verified: true
|
258 |
+
- name: ROUGE-L
|
259 |
+
type: rouge
|
260 |
+
value: 19.0306
|
261 |
+
verified: true
|
262 |
+
- name: ROUGE-LSUM
|
263 |
+
type: rouge
|
264 |
+
value: 28.3421
|
265 |
+
verified: true
|
266 |
+
- name: loss
|
267 |
+
type: loss
|
268 |
+
value: 3.9484164714813232
|
269 |
+
verified: true
|
270 |
+
- name: gen_len
|
271 |
+
type: gen_len
|
272 |
+
value: 231.0762
|
273 |
+
verified: true
|
274 |
---
|
275 |
|
276 |
# Longformer Encoder-Decoder (LED) for Narrative-Esque Long Text Summarization
|