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

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-11395515).\
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 -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: cestwc/cnn_dailymail-test50
14
+ type: cestwc/cnn_dailymail-test50
15
+ config: cestwc--cnn_dailymail-test50
16
+ split: test
17
+ metrics:
18
+ - name: ROUGE-1
19
+ type: rouge
20
+ value: 44.1278
21
+ verified: true
22
+ - name: ROUGE-2
23
+ type: rouge
24
+ value: 21.7054
25
+ verified: true
26
+ - name: ROUGE-L
27
+ type: rouge
28
+ value: 30.699
29
+ verified: true
30
+ - name: ROUGE-LSUM
31
+ type: rouge
32
+ value: 41.3435
33
+ verified: true
34
+ - name: loss
35
+ type: loss
36
+ value: 2.538485527038574
37
+ verified: true
38
+ - name: gen_len
39
+ type: gen_len
40
+ value: 83.64
41
+ verified: true
42
  ---
43
  # BART (large-sized model), fine-tuned on CNN Daily Mail
44