lewtun HF staff commited on
Commit
89b4368
1 Parent(s): 51b039c

Add evaluation results on the 1.0.0 config of pn_summary

Browse files

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

@marsraker09

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

Files changed (1) hide show
  1. README.md +36 -0
README.md CHANGED
@@ -2,6 +2,42 @@
2
  language: en
3
  tags:
4
  - summarization
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ---
6
 
7
  ### Pegasus Models
2
  language: en
3
  tags:
4
  - summarization
5
+ model-index:
6
+ - name: google/pegasus-large
7
+ results:
8
+ - task:
9
+ type: summarization
10
+ name: Summarization
11
+ dataset:
12
+ name: pn_summary
13
+ type: pn_summary
14
+ config: 1.0.0
15
+ split: train
16
+ metrics:
17
+ - name: ROUGE-1
18
+ type: rouge
19
+ value: 0.3771
20
+ verified: true
21
+ - name: ROUGE-2
22
+ type: rouge
23
+ value: 0.0589
24
+ verified: true
25
+ - name: ROUGE-L
26
+ type: rouge
27
+ value: 0.3745
28
+ verified: true
29
+ - name: ROUGE-LSUM
30
+ type: rouge
31
+ value: 0.3749
32
+ verified: true
33
+ - name: loss
34
+ type: loss
35
+ value: 0.26130425930023193
36
+ verified: true
37
+ - name: gen_len
38
+ type: gen_len
39
+ value: 211.8505
40
+ verified: true
41
  ---
42
 
43
  ### Pegasus Models