lewtun HF staff commited on
Commit
53ca624
1 Parent(s): 811b08d

Add evaluation results on the cestwc--cnn_dailymail-test50 config of cestwc/cnn_dailymail-test50

Browse files

Beep boop, I am a bot from Hugging Face's automatic model evaluator 👋!\
Your model has been evaluated on the cestwc--cnn_dailymail-test50 config of the [cestwc/cnn_dailymail-test50](https://huggingface.co/datasets/cestwc/cnn_dailymail-test50) dataset by

@Buckeyes2019

, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-cestwc__cnn_dailymail-test50-b9fb5faf-11395514).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=cestwc/cnn_dailymail-test50).\
Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/model-evaluator?dataset=cestwc/cnn_dailymail-test50).

Files changed (1) hide show
  1. README.md +36 -0
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-cnn_dailymail
7
+ results:
8
+ - task:
9
+ type: summarization
10
+ name: Summarization
11
+ dataset:
12
+ name: cestwc/cnn_dailymail-test50
13
+ type: cestwc/cnn_dailymail-test50
14
+ config: cestwc--cnn_dailymail-test50
15
+ split: test
16
+ metrics:
17
+ - name: ROUGE-1
18
+ type: rouge
19
+ value: 44.3907
20
+ verified: true
21
+ - name: ROUGE-2
22
+ type: rouge
23
+ value: 21.7122
24
+ verified: true
25
+ - name: ROUGE-L
26
+ type: rouge
27
+ value: 31.3131
28
+ verified: true
29
+ - name: ROUGE-LSUM
30
+ type: rouge
31
+ value: 37.1323
32
+ verified: true
33
+ - name: loss
34
+ type: loss
35
+ value: 1.8888229131698608
36
+ verified: true
37
+ - name: gen_len
38
+ type: gen_len
39
+ value: 78.36
40
+ verified: true
41
  ---
42
 
43
  ### Pegasus Models