Commit
•
2775ced
1
Parent(s):
f0ee7a8
Add evaluation results on the samsum config and train split of samsum (#4)
Browse files- Add evaluation results on the samsum config and train split of samsum (b055823ac05644739d200b1b134192919a038ccc)
Co-authored-by: Evaluation Bot <[email protected]>
README.md
CHANGED
@@ -71,6 +71,39 @@ model-index:
|
|
71 |
type: gen_len
|
72 |
value: 45.928
|
73 |
verified: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
---
|
75 |
Trained on Samsum train split.
|
76 |
|
|
|
71 |
type: gen_len
|
72 |
value: 45.928
|
73 |
verified: true
|
74 |
+
- task:
|
75 |
+
type: summarization
|
76 |
+
name: Summarization
|
77 |
+
dataset:
|
78 |
+
name: samsum
|
79 |
+
type: samsum
|
80 |
+
config: samsum
|
81 |
+
split: train
|
82 |
+
metrics:
|
83 |
+
- name: ROUGE-1
|
84 |
+
type: rouge
|
85 |
+
value: 54.933
|
86 |
+
verified: true
|
87 |
+
- name: ROUGE-2
|
88 |
+
type: rouge
|
89 |
+
value: 31.7965
|
90 |
+
verified: true
|
91 |
+
- name: ROUGE-L
|
92 |
+
type: rouge
|
93 |
+
value: 47.0057
|
94 |
+
verified: true
|
95 |
+
- name: ROUGE-LSUM
|
96 |
+
type: rouge
|
97 |
+
value: 51.2027
|
98 |
+
verified: true
|
99 |
+
- name: loss
|
100 |
+
type: loss
|
101 |
+
value: 1.130684494972229
|
102 |
+
verified: true
|
103 |
+
- name: gen_len
|
104 |
+
type: gen_len
|
105 |
+
value: 23.7989
|
106 |
+
verified: true
|
107 |
---
|
108 |
Trained on Samsum train split.
|
109 |
|