Commit
•
76ecfc0
1
Parent(s):
c5121e4
Add evaluation results on the g config and validation split of big_patent
Browse filesBeep boop, I am a bot from Hugging Face's automatic model evaluator 👋!\
Your model has been evaluated on the g config and validation split of the [big_patent](https://huggingface.co/datasets/big_patent) dataset by
@jonesdaniel
, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-eval-big_patent-g-9d42aa-1581555947).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=big_patent).\
Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/model-evaluator?dataset=big_patent).
README.md
CHANGED
@@ -41,6 +41,39 @@ model-index:
|
|
41 |
type: gen_len
|
42 |
value: 78.5866
|
43 |
verified: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
---
|
45 |
# BART (large-sized model), fine-tuned on CNN Daily Mail
|
46 |
|
|
|
41 |
type: gen_len
|
42 |
value: 78.5866
|
43 |
verified: true
|
44 |
+
- task:
|
45 |
+
type: summarization
|
46 |
+
name: Summarization
|
47 |
+
dataset:
|
48 |
+
name: big_patent
|
49 |
+
type: big_patent
|
50 |
+
config: g
|
51 |
+
split: validation
|
52 |
+
metrics:
|
53 |
+
- name: ROUGE-1
|
54 |
+
type: rouge
|
55 |
+
value: 31.6061
|
56 |
+
verified: true
|
57 |
+
- name: ROUGE-2
|
58 |
+
type: rouge
|
59 |
+
value: 8.5461
|
60 |
+
verified: true
|
61 |
+
- name: ROUGE-L
|
62 |
+
type: rouge
|
63 |
+
value: 19.4341
|
64 |
+
verified: true
|
65 |
+
- name: ROUGE-LSUM
|
66 |
+
type: rouge
|
67 |
+
value: 26.9299
|
68 |
+
verified: true
|
69 |
+
- name: loss
|
70 |
+
type: loss
|
71 |
+
value: 3.6942431926727295
|
72 |
+
verified: true
|
73 |
+
- name: gen_len
|
74 |
+
type: gen_len
|
75 |
+
value: 87.3148
|
76 |
+
verified: true
|
77 |
---
|
78 |
# BART (large-sized model), fine-tuned on CNN Daily Mail
|
79 |
|