Add evaluation results on xsum dataset
Browse filesBeep boop, I am a bot from Hugging Face's automatic model evaluator 👋!\
Your model has been evaluated on the [xsum](https://huggingface.co/datasets/xsum) dataset by
@abhijeet
, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-xsum-ad8ac8a3-10195349).\
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
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
- en
|
4 |
- fr
|
5 |
- ro
|
@@ -9,8 +9,43 @@ datasets:
|
|
9 |
tags:
|
10 |
- summarization
|
11 |
- translation
|
12 |
-
|
13 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
[Google's T5](https://ai.googleblog.com/2020/02/exploring-transfer-learning-with-t5.html)
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
- en
|
4 |
- fr
|
5 |
- ro
|
|
|
9 |
tags:
|
10 |
- summarization
|
11 |
- translation
|
|
|
12 |
license: apache-2.0
|
13 |
+
model-index:
|
14 |
+
- name: t5-base
|
15 |
+
results:
|
16 |
+
- task:
|
17 |
+
type: summarization
|
18 |
+
name: Summarization
|
19 |
+
dataset:
|
20 |
+
name: xsum
|
21 |
+
type: xsum
|
22 |
+
config: default
|
23 |
+
split: test
|
24 |
+
metrics:
|
25 |
+
- name: ROUGE-1
|
26 |
+
type: rouge
|
27 |
+
value: 17.3492
|
28 |
+
verified: true
|
29 |
+
- name: ROUGE-2
|
30 |
+
type: rouge
|
31 |
+
value: 2.5865
|
32 |
+
verified: true
|
33 |
+
- name: ROUGE-L
|
34 |
+
type: rouge
|
35 |
+
value: 13.6099
|
36 |
+
verified: true
|
37 |
+
- name: ROUGE-LSUM
|
38 |
+
type: rouge
|
39 |
+
value: 13.98
|
40 |
+
verified: true
|
41 |
+
- name: loss
|
42 |
+
type: loss
|
43 |
+
value: 3.3301150798797607
|
44 |
+
verified: true
|
45 |
+
- name: gen_len
|
46 |
+
type: gen_len
|
47 |
+
value: 18.9854
|
48 |
+
verified: true
|
49 |
---
|
50 |
|
51 |
[Google's T5](https://ai.googleblog.com/2020/02/exploring-transfer-learning-with-t5.html)
|