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
@lewtun
, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-62ca8f86-389e-4833-9ccf-a97cadcf4874-5751).\
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
@@ -20,6 +20,39 @@ model-index:
|
|
20 |
- name: Rouge1
|
21 |
type: rouge
|
22 |
value: 23.9405
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
20 |
- name: Rouge1
|
21 |
type: rouge
|
22 |
value: 23.9405
|
23 |
+
- task:
|
24 |
+
type: summarization
|
25 |
+
name: Summarization
|
26 |
+
dataset:
|
27 |
+
name: xsum
|
28 |
+
type: xsum
|
29 |
+
config: default
|
30 |
+
split: test
|
31 |
+
metrics:
|
32 |
+
- name: ROUGE-1
|
33 |
+
type: rouge
|
34 |
+
value: 18.0915
|
35 |
+
verified: true
|
36 |
+
- name: ROUGE-2
|
37 |
+
type: rouge
|
38 |
+
value: 3.3961
|
39 |
+
verified: true
|
40 |
+
- name: ROUGE-L
|
41 |
+
type: rouge
|
42 |
+
value: 14.36
|
43 |
+
verified: true
|
44 |
+
- name: ROUGE-LSUM
|
45 |
+
type: rouge
|
46 |
+
value: 14.4827
|
47 |
+
verified: true
|
48 |
+
- name: loss
|
49 |
+
type: loss
|
50 |
+
value: 2.8639864921569824
|
51 |
+
verified: true
|
52 |
+
- name: gen_len
|
53 |
+
type: gen_len
|
54 |
+
value: 18.282
|
55 |
+
verified: true
|
56 |
---
|
57 |
|
58 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|