Add evaluation results on xsum
Browse filesBeep boop, I am a bot from Hugging Face's automatic evaluation service! Your model has been evaluated on the [xsum](https://huggingface.co/datasets/xsum) dataset. 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/autoevaluate?dataset=xsum).
README.md
CHANGED
|
@@ -20,6 +20,31 @@ 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 |
+
name: Summarization
|
| 25 |
+
type: summarization
|
| 26 |
+
dataset:
|
| 27 |
+
type: xsum
|
| 28 |
+
name: xsum
|
| 29 |
+
config: default
|
| 30 |
+
split: test
|
| 31 |
+
metrics:
|
| 32 |
+
- name: ROUGE-1
|
| 33 |
+
type: rouge
|
| 34 |
+
value: 18.0808
|
| 35 |
+
verified: true
|
| 36 |
+
- name: ROUGE-2
|
| 37 |
+
type: rouge
|
| 38 |
+
value: 3.3971
|
| 39 |
+
verified: true
|
| 40 |
+
- name: ROUGE-L
|
| 41 |
+
type: rouge
|
| 42 |
+
value: 14.3604
|
| 43 |
+
verified: true
|
| 44 |
+
- name: ROUGE-LSUM
|
| 45 |
+
type: rouge
|
| 46 |
+
value: 14.4749
|
| 47 |
+
verified: true
|
| 48 |
---
|
| 49 |
|
| 50 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|