Commit
•
e541902
1
Parent(s):
7d9873b
Add evaluation results on the ARTeLab--ilpost config and test split of ARTeLab/ilpost
Browse filesBeep boop, I am a bot from Hugging Face's automatic model evaluator 👋!\
Your model has been evaluated on the ARTeLab--ilpost config and test split of the [ARTeLab/ilpost](https://huggingface.co/datasets/ARTeLab/ilpost) dataset by
@morenolq
, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-eval-ARTeLab__ilpost-ARTeLab__ilpost-d2ea00-1904764775).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=ARTeLab/ilpost).\
Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/model-evaluator?dataset=ARTeLab/ilpost).
README.md
CHANGED
@@ -7,7 +7,40 @@ metrics:
|
|
7 |
- rouge
|
8 |
model-index:
|
9 |
- name: summarization_ilpost
|
10 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
datasets:
|
12 |
- ARTeLab/ilpost
|
13 |
---
|
|
|
7 |
- rouge
|
8 |
model-index:
|
9 |
- name: summarization_ilpost
|
10 |
+
results:
|
11 |
+
- task:
|
12 |
+
type: summarization
|
13 |
+
name: Summarization
|
14 |
+
dataset:
|
15 |
+
name: ARTeLab/ilpost
|
16 |
+
type: ARTeLab/ilpost
|
17 |
+
config: ARTeLab--ilpost
|
18 |
+
split: test
|
19 |
+
metrics:
|
20 |
+
- name: ROUGE-1
|
21 |
+
type: rouge
|
22 |
+
value: 28.4008
|
23 |
+
verified: true
|
24 |
+
- name: ROUGE-2
|
25 |
+
type: rouge
|
26 |
+
value: 13.9951
|
27 |
+
verified: true
|
28 |
+
- name: ROUGE-L
|
29 |
+
type: rouge
|
30 |
+
value: 24.1571
|
31 |
+
verified: true
|
32 |
+
- name: ROUGE-LSUM
|
33 |
+
type: rouge
|
34 |
+
value: 26.0996
|
35 |
+
verified: true
|
36 |
+
- name: loss
|
37 |
+
type: loss
|
38 |
+
value: 1.6566967964172363
|
39 |
+
verified: true
|
40 |
+
- name: gen_len
|
41 |
+
type: gen_len
|
42 |
+
value: 18.9439
|
43 |
+
verified: true
|
44 |
datasets:
|
45 |
- ARTeLab/ilpost
|
46 |
---
|