Commit
•
6150050
1
Parent(s):
daddfeb
Add evaluation results on samsum dataset (#1)
Browse files- Add evaluation results on samsum dataset (20bf9e59e5e0afa79af24e37fb39c03f73d2804c)
Co-authored-by: Evaluation Bot <autoevaluator@users.noreply.huggingface.co>
README.md
CHANGED
@@ -20,6 +20,39 @@ model-index:
|
|
20 |
- name: Rouge1
|
21 |
type: rouge
|
22 |
value: 46.7505
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
20 |
- name: Rouge1
|
21 |
type: rouge
|
22 |
value: 46.7505
|
23 |
+
- task:
|
24 |
+
type: summarization
|
25 |
+
name: Summarization
|
26 |
+
dataset:
|
27 |
+
name: samsum
|
28 |
+
type: samsum
|
29 |
+
config: samsum
|
30 |
+
split: test
|
31 |
+
metrics:
|
32 |
+
- name: ROUGE-1
|
33 |
+
type: rouge
|
34 |
+
value: 46.2529
|
35 |
+
verified: true
|
36 |
+
- name: ROUGE-2
|
37 |
+
type: rouge
|
38 |
+
value: 21.3374
|
39 |
+
verified: true
|
40 |
+
- name: ROUGE-L
|
41 |
+
type: rouge
|
42 |
+
value: 36.1939
|
43 |
+
verified: true
|
44 |
+
- name: ROUGE-LSUM
|
45 |
+
type: rouge
|
46 |
+
value: 42.2937
|
47 |
+
verified: true
|
48 |
+
- name: loss
|
49 |
+
type: loss
|
50 |
+
value: 2.0463898181915283
|
51 |
+
verified: true
|
52 |
+
- name: gen_len
|
53 |
+
type: gen_len
|
54 |
+
value: 31.3724
|
55 |
+
verified: true
|
56 |
---
|
57 |
|
58 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|