Add evaluation results on scientific_papers dataset
Browse filesBeep boop, I am a bot from Hugging Face's automatic model evaluator 👋!\
Your model has been evaluated on the [scientific_papers](https://huggingface.co/datasets/scientific_papers) dataset by @Blaise_g, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-c967fc98-8385125).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=scientific_papers).\
Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/model-evaluator?dataset=scientific_papers).
README.md
CHANGED
@@ -1,11 +1,50 @@
|
|
1 |
---
|
2 |
-
|
3 |
language: en
|
4 |
license: apache-2.0
|
5 |
datasets:
|
6 |
- scientific_papers
|
7 |
tags:
|
8 |
- summarization
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
# BigBirdPegasus model (large)
|
|
|
1 |
---
|
|
|
2 |
language: en
|
3 |
license: apache-2.0
|
4 |
datasets:
|
5 |
- scientific_papers
|
6 |
tags:
|
7 |
- summarization
|
8 |
+
model-index:
|
9 |
+
- name: google/bigbird-pegasus-large-arxiv
|
10 |
+
results:
|
11 |
+
- task:
|
12 |
+
type: summarization
|
13 |
+
name: Summarization
|
14 |
+
dataset:
|
15 |
+
name: scientific_papers
|
16 |
+
type: scientific_papers
|
17 |
+
config: pubmed
|
18 |
+
split: test
|
19 |
+
metrics:
|
20 |
+
- name: ROUGE-1
|
21 |
+
type: rouge
|
22 |
+
value: 36.0276
|
23 |
+
verified: true
|
24 |
+
- name: ROUGE-2
|
25 |
+
type: rouge
|
26 |
+
value: 13.4166
|
27 |
+
verified: true
|
28 |
+
- name: ROUGE-L
|
29 |
+
type: rouge
|
30 |
+
value: 21.9612
|
31 |
+
verified: true
|
32 |
+
- name: ROUGE-LSUM
|
33 |
+
type: rouge
|
34 |
+
value: 29.648
|
35 |
+
verified: true
|
36 |
+
- name: loss
|
37 |
+
type: loss
|
38 |
+
value: 2.774355173110962
|
39 |
+
verified: true
|
40 |
+
- name: meteor
|
41 |
+
type: meteor
|
42 |
+
value: 0.2824
|
43 |
+
verified: true
|
44 |
+
- name: gen_len
|
45 |
+
type: gen_len
|
46 |
+
value: 209.2537
|
47 |
+
verified: true
|
48 |
---
|
49 |
|
50 |
# BigBirdPegasus model (large)
|