lewtun HF staff commited on
Commit
dc9dadc
1 Parent(s): 23aa4f4

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

@sysresearch101

, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-cnn_dailymail-3ca4a8a7-12855713).\
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 +37 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- language:
3
  - en
4
  - fr
5
  - ro
@@ -9,8 +9,43 @@ datasets:
9
  tags:
10
  - summarization
11
  - translation
12
-
13
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
 
16
  # Model Card for T5 Base
1
  ---
2
+ language:
3
  - en
4
  - fr
5
  - ro
9
  tags:
10
  - summarization
11
  - translation
 
12
  license: apache-2.0
13
+ model-index:
14
+ - name: t5-base
15
+ results:
16
+ - task:
17
+ type: summarization
18
+ name: Summarization
19
+ dataset:
20
+ name: cnn_dailymail
21
+ type: cnn_dailymail
22
+ config: 3.0.0
23
+ split: train
24
+ metrics:
25
+ - name: ROUGE-1
26
+ type: rouge
27
+ value: 23.6367
28
+ verified: true
29
+ - name: ROUGE-2
30
+ type: rouge
31
+ value: 10.5929
32
+ verified: true
33
+ - name: ROUGE-L
34
+ type: rouge
35
+ value: 19.3421
36
+ verified: true
37
+ - name: ROUGE-LSUM
38
+ type: rouge
39
+ value: 22.0557
40
+ verified: true
41
+ - name: loss
42
+ type: loss
43
+ value: 2.488492965698242
44
+ verified: true
45
+ - name: gen_len
46
+ type: gen_len
47
+ value: 18.9737
48
+ verified: true
49
  ---
50
 
51
  # Model Card for T5 Base