Add evaluation results on the 3.0.0 config of cnn_dailymail
Browse filesBeep boop, I am a bot from Hugging Face's automatic model evaluator 👋!\
Your model has been evaluated on the 3.0.0 config of the [cnn_dailymail](https://huggingface.co/datasets/cnn_dailymail) dataset by
@grapplerulrich
, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-cnn_dailymail-d1c2a643-13015771).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=cnn_dailymail).\
Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/model-evaluator?dataset=cnn_dailymail).
README.md
CHANGED
@@ -1,11 +1,45 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
- summarization
|
4 |
-
|
5 |
language:
|
6 |
- en
|
7 |
-
|
8 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
### Bart model finetuned on xsum
|
11 |
|
|
|
1 |
---
|
2 |
tags:
|
3 |
- summarization
|
|
|
4 |
language:
|
5 |
- en
|
|
|
6 |
license: mit
|
7 |
+
model-index:
|
8 |
+
- name: facebook/bart-large-xsum
|
9 |
+
results:
|
10 |
+
- task:
|
11 |
+
type: summarization
|
12 |
+
name: Summarization
|
13 |
+
dataset:
|
14 |
+
name: cnn_dailymail
|
15 |
+
type: cnn_dailymail
|
16 |
+
config: 3.0.0
|
17 |
+
split: test
|
18 |
+
metrics:
|
19 |
+
- name: ROUGE-1
|
20 |
+
type: rouge
|
21 |
+
value: 25.2697
|
22 |
+
verified: true
|
23 |
+
- name: ROUGE-2
|
24 |
+
type: rouge
|
25 |
+
value: 7.6638
|
26 |
+
verified: true
|
27 |
+
- name: ROUGE-L
|
28 |
+
type: rouge
|
29 |
+
value: 17.1808
|
30 |
+
verified: true
|
31 |
+
- name: ROUGE-LSUM
|
32 |
+
type: rouge
|
33 |
+
value: 21.7933
|
34 |
+
verified: true
|
35 |
+
- name: loss
|
36 |
+
type: loss
|
37 |
+
value: 3.5042972564697266
|
38 |
+
verified: true
|
39 |
+
- name: gen_len
|
40 |
+
type: gen_len
|
41 |
+
value: 27.4462
|
42 |
+
verified: true
|
43 |
---
|
44 |
### Bart model finetuned on xsum
|
45 |
|