autoevaluator HF staff commited on
Commit
05d8985
1 Parent(s): 623321f

Add evaluation results on the default config and test split of billsum

Browse files

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

@sam-mosaic

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

Files changed (1) hide show
  1. README.md +36 -1
README.md CHANGED
@@ -1,11 +1,46 @@
1
  ---
2
-
3
  language: en
4
  license: apache-2.0
5
  datasets:
6
  - big_patent
7
  tags:
8
  - summarization
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ---
10
 
11
  # BigBirdPegasus model (large)
 
1
  ---
 
2
  language: en
3
  license: apache-2.0
4
  datasets:
5
  - big_patent
6
  tags:
7
  - summarization
8
+ model-index:
9
+ - name: google/bigbird-pegasus-large-bigpatent
10
+ results:
11
+ - task:
12
+ type: summarization
13
+ name: Summarization
14
+ dataset:
15
+ name: billsum
16
+ type: billsum
17
+ config: default
18
+ split: test
19
+ metrics:
20
+ - name: ROUGE-1
21
+ type: rouge
22
+ value: 29.5077
23
+ verified: true
24
+ - name: ROUGE-2
25
+ type: rouge
26
+ value: 10.6392
27
+ verified: true
28
+ - name: ROUGE-L
29
+ type: rouge
30
+ value: 20.7457
31
+ verified: true
32
+ - name: ROUGE-LSUM
33
+ type: rouge
34
+ value: 23.4562
35
+ verified: true
36
+ - name: loss
37
+ type: loss
38
+ value: 3.764145612716675
39
+ verified: true
40
+ - name: gen_len
41
+ type: gen_len
42
+ value: 139.0
43
+ verified: true
44
  ---
45
 
46
  # BigBirdPegasus model (large)