Commit
•
5a17152
1
Parent(s):
a0aa553
Add evaluation results on samsum dataset (#1)
Browse files- Add evaluation results on samsum dataset (81814d81846806cad273e3cd251efbd0f0ef1848)
Co-authored-by: Evaluation Bot <[email protected]>
README.md
CHANGED
@@ -2,6 +2,42 @@
|
|
2 |
language: en
|
3 |
tags:
|
4 |
- summarization
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
### Pegasus Models
|
|
|
2 |
language: en
|
3 |
tags:
|
4 |
- summarization
|
5 |
+
model-index:
|
6 |
+
- name: google/pegasus-xsum
|
7 |
+
results:
|
8 |
+
- task:
|
9 |
+
type: summarization
|
10 |
+
name: Summarization
|
11 |
+
dataset:
|
12 |
+
name: samsum
|
13 |
+
type: samsum
|
14 |
+
config: samsum
|
15 |
+
split: train
|
16 |
+
metrics:
|
17 |
+
- name: ROUGE-1
|
18 |
+
type: rouge
|
19 |
+
value: 21.8096
|
20 |
+
verified: true
|
21 |
+
- name: ROUGE-2
|
22 |
+
type: rouge
|
23 |
+
value: 4.2525
|
24 |
+
verified: true
|
25 |
+
- name: ROUGE-L
|
26 |
+
type: rouge
|
27 |
+
value: 17.4469
|
28 |
+
verified: true
|
29 |
+
- name: ROUGE-LSUM
|
30 |
+
type: rouge
|
31 |
+
value: 18.8907
|
32 |
+
verified: true
|
33 |
+
- name: loss
|
34 |
+
type: loss
|
35 |
+
value: 3.0317161083221436
|
36 |
+
verified: true
|
37 |
+
- name: gen_len
|
38 |
+
type: gen_len
|
39 |
+
value: 20.3122
|
40 |
+
verified: true
|
41 |
---
|
42 |
|
43 |
### Pegasus Models
|