Add evaluation results on the samsum config of samsum
#2
by
autoevaluator
HF staff
- opened
README.md
CHANGED
@@ -205,6 +205,39 @@ model-index:
|
|
205 |
type: gen_len
|
206 |
value: 191.9783
|
207 |
verified: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
208 |
---
|
209 |
|
210 |
# Longformer Encoder-Decoder (LED) for Narrative-Esque Long Text Summarization
|
|
|
205 |
type: gen_len
|
206 |
value: 191.9783
|
207 |
verified: true
|
208 |
+
- task:
|
209 |
+
type: summarization
|
210 |
+
name: Summarization
|
211 |
+
dataset:
|
212 |
+
name: samsum
|
213 |
+
type: samsum
|
214 |
+
config: samsum
|
215 |
+
split: test
|
216 |
+
metrics:
|
217 |
+
- name: ROUGE-1
|
218 |
+
type: rouge
|
219 |
+
value: 32.0048
|
220 |
+
verified: true
|
221 |
+
- name: ROUGE-2
|
222 |
+
type: rouge
|
223 |
+
value: 10.0862
|
224 |
+
verified: true
|
225 |
+
- name: ROUGE-L
|
226 |
+
type: rouge
|
227 |
+
value: 23.6564
|
228 |
+
verified: true
|
229 |
+
- name: ROUGE-LSUM
|
230 |
+
type: rouge
|
231 |
+
value: 28.8011
|
232 |
+
verified: true
|
233 |
+
- name: loss
|
234 |
+
type: loss
|
235 |
+
value: 2.903024673461914
|
236 |
+
verified: true
|
237 |
+
- name: gen_len
|
238 |
+
type: gen_len
|
239 |
+
value: 60.7411
|
240 |
+
verified: true
|
241 |
---
|
242 |
|
243 |
# Longformer Encoder-Decoder (LED) for Narrative-Esque Long Text Summarization
|