lewtun HF staff commited on
Commit
5472544
1 Parent(s): 6d60e92

Add evaluation results on the 3.0.0 config 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 of the [cnn_dailymail](https://huggingface.co/datasets/cnn_dailymail) dataset by

@jmsteen

, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-cnn_dailymail-82ea4996-11445524).\
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 +36 -1
README.md CHANGED
@@ -1,9 +1,44 @@
1
  ---
2
  tags:
3
  - summarization
4
-
5
  license: mit
6
  thumbnail: https://huggingface.co/front/thumbnails/facebook.png
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ---
8
  # BART (large-sized model), fine-tuned on CNN Daily Mail
9
 
1
  ---
2
  tags:
3
  - summarization
 
4
  license: mit
5
  thumbnail: https://huggingface.co/front/thumbnails/facebook.png
6
+ model-index:
7
+ - name: facebook/bart-large-cnn
8
+ results:
9
+ - task:
10
+ type: summarization
11
+ name: Summarization
12
+ dataset:
13
+ name: cnn_dailymail
14
+ type: cnn_dailymail
15
+ config: 3.0.0
16
+ split: train
17
+ metrics:
18
+ - name: ROUGE-1
19
+ type: rouge
20
+ value: 42.9486
21
+ verified: true
22
+ - name: ROUGE-2
23
+ type: rouge
24
+ value: 20.8149
25
+ verified: true
26
+ - name: ROUGE-L
27
+ type: rouge
28
+ value: 30.6186
29
+ verified: true
30
+ - name: ROUGE-LSUM
31
+ type: rouge
32
+ value: 40.0376
33
+ verified: true
34
+ - name: loss
35
+ type: loss
36
+ value: 2.529000997543335
37
+ verified: true
38
+ - name: gen_len
39
+ type: gen_len
40
+ value: 78.5866
41
+ verified: true
42
  ---
43
  # BART (large-sized model), fine-tuned on CNN Daily Mail
44