lewtun HF staff commited on
Commit
9ecd534
1 Parent(s): 414e5c3

Add evaluation results on the default config of xsum

Browse files

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

@nbroad

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

Files changed (1) hide show
  1. README.md +34 -1
README.md CHANGED
@@ -6,7 +6,40 @@ tags:
6
  - summarization
7
  model-index:
8
  - name: longt5-mediasum
9
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
6
  - summarization
7
  model-index:
8
  - name: longt5-mediasum
9
+ results:
10
+ - task:
11
+ type: summarization
12
+ name: Summarization
13
+ dataset:
14
+ name: xsum
15
+ type: xsum
16
+ config: default
17
+ split: test
18
+ metrics:
19
+ - name: ROUGE-1
20
+ type: rouge
21
+ value: 22.7044
22
+ verified: true
23
+ - name: ROUGE-2
24
+ type: rouge
25
+ value: 5.616
26
+ verified: true
27
+ - name: ROUGE-L
28
+ type: rouge
29
+ value: 18.0111
30
+ verified: true
31
+ - name: ROUGE-LSUM
32
+ type: rouge
33
+ value: 18.1554
34
+ verified: true
35
+ - name: loss
36
+ type: loss
37
+ value: 2.1656227111816406
38
+ verified: true
39
+ - name: gen_len
40
+ type: gen_len
41
+ value: 18.3527
42
+ verified: true
43
  ---
44
 
45
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You