Add evaluation results on samsum dataset
Browse filesBeep boop, I am a bot from Hugging Face's automatic model evaluator 👋!\
Your model has been evaluated on the [samsum](https://huggingface.co/datasets/samsum) dataset by
@lewtun
, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-6fbfec76-7855038).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=samsum).\
Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/model-evaluator?dataset=samsum).
README.md
CHANGED
@@ -21,6 +21,39 @@ model-index:
|
|
21 |
- name: Rouge1
|
22 |
type: rouge
|
23 |
value: 44.3313
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
---
|
25 |
|
26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
21 |
- name: Rouge1
|
22 |
type: rouge
|
23 |
value: 44.3313
|
24 |
+
- task:
|
25 |
+
type: summarization
|
26 |
+
name: Summarization
|
27 |
+
dataset:
|
28 |
+
name: samsum
|
29 |
+
type: samsum
|
30 |
+
config: samsum
|
31 |
+
split: test
|
32 |
+
metrics:
|
33 |
+
- name: ROUGE-1
|
34 |
+
type: rouge
|
35 |
+
value: 40.0386
|
36 |
+
verified: true
|
37 |
+
- name: ROUGE-2
|
38 |
+
type: rouge
|
39 |
+
value: 15.8501
|
40 |
+
verified: true
|
41 |
+
- name: ROUGE-L
|
42 |
+
type: rouge
|
43 |
+
value: 31.8084
|
44 |
+
verified: true
|
45 |
+
- name: ROUGE-LSUM
|
46 |
+
type: rouge
|
47 |
+
value: 36.0888
|
48 |
+
verified: true
|
49 |
+
- name: loss
|
50 |
+
type: loss
|
51 |
+
value: 2.1917073726654053
|
52 |
+
verified: true
|
53 |
+
- name: gen_len
|
54 |
+
type: gen_len
|
55 |
+
value: 18.1074
|
56 |
+
verified: true
|
57 |
---
|
58 |
|
59 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|