pszemraj autoevaluator HF staff commited on
Commit
9a6c586
1 Parent(s): d7a80b3

Add evaluation results on the default config and test split of multi_news (#8)

Browse files

- Add evaluation results on the default config and test split of multi_news (1e52cc52b060490d08bd7400d229c25063828036)


Co-authored-by: Evaluation Bot <autoevaluator@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -342,6 +342,39 @@ model-index:
342
  type: gen_len
343
  value: 222.6626
344
  verified: true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
345
  ---
346
 
347
  # Longformer Encoder-Decoder (LED) for Narrative-Esque Long Text Summarization
 
342
  type: gen_len
343
  value: 222.6626
344
  verified: true
345
+ - task:
346
+ type: summarization
347
+ name: Summarization
348
+ dataset:
349
+ name: multi_news
350
+ type: multi_news
351
+ config: default
352
+ split: test
353
+ metrics:
354
+ - name: ROUGE-1
355
+ type: rouge
356
+ value: 38.7332
357
+ verified: true
358
+ - name: ROUGE-2
359
+ type: rouge
360
+ value: 11.0072
361
+ verified: true
362
+ - name: ROUGE-L
363
+ type: rouge
364
+ value: 18.6018
365
+ verified: true
366
+ - name: ROUGE-LSUM
367
+ type: rouge
368
+ value: 34.5911
369
+ verified: true
370
+ - name: loss
371
+ type: loss
372
+ value: 3.5744354724884033
373
+ verified: true
374
+ - name: gen_len
375
+ type: gen_len
376
+ value: 192.0014
377
+ verified: true
378
  ---
379
 
380
  # Longformer Encoder-Decoder (LED) for Narrative-Esque Long Text Summarization