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