Commit
·
3544b05
1
Parent(s):
891968f
Add evaluation results on the 3.0.0 config and test split 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 and test split of the [cnn_dailymail](https://huggingface.co/datasets/cnn_dailymail) dataset by
@Buckeyes2019
, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-eval-cnn_dailymail-3.0.0-5bee1b-2343673799).\
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
@@ -7,6 +7,42 @@ datasets:
|
|
7 |
- cnn_dailymail
|
8 |
- xsum
|
9 |
thumbnail: https://huggingface.co/front/thumbnails/distilbart_medium.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
### Usage
|
|
|
7 |
- cnn_dailymail
|
8 |
- xsum
|
9 |
thumbnail: https://huggingface.co/front/thumbnails/distilbart_medium.png
|
10 |
+
model-index:
|
11 |
+
- name: sshleifer/distilbart-xsum-1-1
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
type: summarization
|
15 |
+
name: Summarization
|
16 |
+
dataset:
|
17 |
+
name: cnn_dailymail
|
18 |
+
type: cnn_dailymail
|
19 |
+
config: 3.0.0
|
20 |
+
split: test
|
21 |
+
metrics:
|
22 |
+
- name: ROUGE-1
|
23 |
+
type: rouge
|
24 |
+
value: 17.8823
|
25 |
+
verified: true
|
26 |
+
- name: ROUGE-2
|
27 |
+
type: rouge
|
28 |
+
value: 2.949
|
29 |
+
verified: true
|
30 |
+
- name: ROUGE-L
|
31 |
+
type: rouge
|
32 |
+
value: 12.4285
|
33 |
+
verified: true
|
34 |
+
- name: ROUGE-LSUM
|
35 |
+
type: rouge
|
36 |
+
value: 15.6244
|
37 |
+
verified: true
|
38 |
+
- name: loss
|
39 |
+
type: loss
|
40 |
+
value: 6.9435625076293945
|
41 |
+
verified: true
|
42 |
+
- name: gen_len
|
43 |
+
type: gen_len
|
44 |
+
value: 24.9412
|
45 |
+
verified: true
|
46 |
---
|
47 |
|
48 |
### Usage
|