Add evaluation results on the samsum config and test split of samsum
#2
by
autoevaluator
HF staff
- opened
README.md
CHANGED
@@ -10,7 +10,40 @@ datasets:
|
|
10 |
- cnn_dailymail
|
11 |
model-index:
|
12 |
- name: xlmroberta-finetune-en-cnn
|
13 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
10 |
- cnn_dailymail
|
11 |
model-index:
|
12 |
- name: xlmroberta-finetune-en-cnn
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
type: summarization
|
16 |
+
name: Summarization
|
17 |
+
dataset:
|
18 |
+
name: samsum
|
19 |
+
type: samsum
|
20 |
+
config: samsum
|
21 |
+
split: test
|
22 |
+
metrics:
|
23 |
+
- name: ROUGE-1
|
24 |
+
type: rouge
|
25 |
+
value: 0.0
|
26 |
+
verified: true
|
27 |
+
- name: ROUGE-2
|
28 |
+
type: rouge
|
29 |
+
value: 0.0
|
30 |
+
verified: true
|
31 |
+
- name: ROUGE-L
|
32 |
+
type: rouge
|
33 |
+
value: 0.0
|
34 |
+
verified: true
|
35 |
+
- name: ROUGE-LSUM
|
36 |
+
type: rouge
|
37 |
+
value: 0.0
|
38 |
+
verified: true
|
39 |
+
- name: loss
|
40 |
+
type: loss
|
41 |
+
value: 12.880155563354492
|
42 |
+
verified: true
|
43 |
+
- name: gen_len
|
44 |
+
type: gen_len
|
45 |
+
value: 20.0
|
46 |
+
verified: true
|
47 |
---
|
48 |
|
49 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|