Add evaluation results on the samsum config and test split of samsum
#2
by
autoevaluator
HF Staff
- opened
README.md
CHANGED
|
@@ -7,7 +7,40 @@ metrics:
|
|
| 7 |
- rouge
|
| 8 |
model-index:
|
| 9 |
- name: summarization_mlsum
|
| 10 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
datasets:
|
| 12 |
- ARTeLab/mlsum-it
|
| 13 |
---
|
|
|
|
| 7 |
- rouge
|
| 8 |
model-index:
|
| 9 |
- name: summarization_mlsum
|
| 10 |
+
results:
|
| 11 |
+
- task:
|
| 12 |
+
type: summarization
|
| 13 |
+
name: Summarization
|
| 14 |
+
dataset:
|
| 15 |
+
name: samsum
|
| 16 |
+
type: samsum
|
| 17 |
+
config: samsum
|
| 18 |
+
split: test
|
| 19 |
+
metrics:
|
| 20 |
+
- name: ROUGE-1
|
| 21 |
+
type: rouge
|
| 22 |
+
value: 14.0255
|
| 23 |
+
verified: true
|
| 24 |
+
- name: ROUGE-2
|
| 25 |
+
type: rouge
|
| 26 |
+
value: 3.2328
|
| 27 |
+
verified: true
|
| 28 |
+
- name: ROUGE-L
|
| 29 |
+
type: rouge
|
| 30 |
+
value: 12.2979
|
| 31 |
+
verified: true
|
| 32 |
+
- name: ROUGE-LSUM
|
| 33 |
+
type: rouge
|
| 34 |
+
value: 13.1072
|
| 35 |
+
verified: true
|
| 36 |
+
- name: loss
|
| 37 |
+
type: loss
|
| 38 |
+
value: 2.0128023624420166
|
| 39 |
+
verified: true
|
| 40 |
+
- name: gen_len
|
| 41 |
+
type: gen_len
|
| 42 |
+
value: 18.9939
|
| 43 |
+
verified: true
|
| 44 |
datasets:
|
| 45 |
- ARTeLab/mlsum-it
|
| 46 |
---
|