Commit
•
dcb2528
1
Parent(s):
92f4b6b
Add evaluation results on the default config and test split of billsum
Browse filesBeep 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
@pszemraj
, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-eval-billsum-default-4428b0-1518954986).\
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).
README.md
CHANGED
@@ -49,6 +49,39 @@ model-index:
|
|
49 |
type: gen_len
|
50 |
value: 52.0
|
51 |
verified: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
---
|
53 |
|
54 |
# long-t5-tglobal-large-pubmed-3k-booksum-16384-WIP15
|
|
|
49 |
type: gen_len
|
50 |
value: 52.0
|
51 |
verified: true
|
52 |
+
- task:
|
53 |
+
type: summarization
|
54 |
+
name: Summarization
|
55 |
+
dataset:
|
56 |
+
name: billsum
|
57 |
+
type: billsum
|
58 |
+
config: default
|
59 |
+
split: test
|
60 |
+
metrics:
|
61 |
+
- name: ROUGE-1
|
62 |
+
type: rouge
|
63 |
+
value: 37.549
|
64 |
+
verified: true
|
65 |
+
- name: ROUGE-2
|
66 |
+
type: rouge
|
67 |
+
value: 12.3315
|
68 |
+
verified: true
|
69 |
+
- name: ROUGE-L
|
70 |
+
type: rouge
|
71 |
+
value: 22.15
|
72 |
+
verified: true
|
73 |
+
- name: ROUGE-LSUM
|
74 |
+
type: rouge
|
75 |
+
value: 31.4331
|
76 |
+
verified: true
|
77 |
+
- name: loss
|
78 |
+
type: loss
|
79 |
+
value: 2.891433000564575
|
80 |
+
verified: true
|
81 |
+
- name: gen_len
|
82 |
+
type: gen_len
|
83 |
+
value: 156.7014
|
84 |
+
verified: true
|
85 |
---
|
86 |
|
87 |
# long-t5-tglobal-large-pubmed-3k-booksum-16384-WIP15
|