lewtun HF staff commited on
Commit
ea630a3
1 Parent(s): fe05e88

Add evaluation results on the 3.0.0 config and train split of cnn_dailymail

Browse files

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

@ehahaha

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

Files changed (1) hide show
  1. README.md +34 -1
README.md CHANGED
@@ -7,7 +7,40 @@ metrics:
7
  - rouge
8
  model-index:
9
  - name: summarization_fanpage128
10
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  datasets:
12
  - ARTeLab/fanpage
13
  ---
 
7
  - rouge
8
  model-index:
9
  - name: summarization_fanpage128
10
+ results:
11
+ - task:
12
+ type: summarization
13
+ name: Summarization
14
+ dataset:
15
+ name: cnn_dailymail
16
+ type: cnn_dailymail
17
+ config: 3.0.0
18
+ split: train
19
+ metrics:
20
+ - name: ROUGE-1
21
+ type: rouge
22
+ value: 12.5638
23
+ verified: true
24
+ - name: ROUGE-2
25
+ type: rouge
26
+ value: 4.4068
27
+ verified: true
28
+ - name: ROUGE-L
29
+ type: rouge
30
+ value: 10.8169
31
+ verified: true
32
+ - name: ROUGE-LSUM
33
+ type: rouge
34
+ value: 11.808
35
+ verified: true
36
+ - name: loss
37
+ type: loss
38
+ value: 2.500128984451294
39
+ verified: true
40
+ - name: gen_len
41
+ type: gen_len
42
+ value: 18.9999
43
+ verified: true
44
  datasets:
45
  - ARTeLab/fanpage
46
  ---