Commit
•
b7cf562
1
Parent(s):
c260988
Add evaluation results on the 3.0.0 config and test split of cnn_dailymail (#3)
Browse files- Add evaluation results on the 3.0.0 config and test split of cnn_dailymail (c5fffe504a560f5fc6ae7e6e8e13a36b6e773960)
Co-authored-by: Evaluation Bot <[email protected]>
README.md
CHANGED
@@ -38,6 +38,39 @@ model-index:
|
|
38 |
type: gen_len
|
39 |
value: 24.0342
|
40 |
verified: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
---
|
42 |
|
43 |
Details coming soon
|
|
|
38 |
type: gen_len
|
39 |
value: 24.0342
|
40 |
verified: true
|
41 |
+
- task:
|
42 |
+
type: summarization
|
43 |
+
name: Summarization
|
44 |
+
dataset:
|
45 |
+
name: cnn_dailymail
|
46 |
+
type: cnn_dailymail
|
47 |
+
config: 3.0.0
|
48 |
+
split: test
|
49 |
+
metrics:
|
50 |
+
- name: ROUGE-1
|
51 |
+
type: rouge
|
52 |
+
value: 34.4055
|
53 |
+
verified: true
|
54 |
+
- name: ROUGE-2
|
55 |
+
type: rouge
|
56 |
+
value: 14.127
|
57 |
+
verified: true
|
58 |
+
- name: ROUGE-L
|
59 |
+
type: rouge
|
60 |
+
value: 24.3353
|
61 |
+
verified: true
|
62 |
+
- name: ROUGE-LSUM
|
63 |
+
type: rouge
|
64 |
+
value: 31.6582
|
65 |
+
verified: true
|
66 |
+
- name: loss
|
67 |
+
type: loss
|
68 |
+
value: 2.4456119537353516
|
69 |
+
verified: true
|
70 |
+
- name: gen_len
|
71 |
+
type: gen_len
|
72 |
+
value: 45.928
|
73 |
+
verified: true
|
74 |
---
|
75 |
|
76 |
Details coming soon
|