Commit
·
25936e2
1
Parent(s):
a696276
Add evaluation results on the samsum config of samsum (#7)
Browse files- Add evaluation results on the samsum config of samsum (33dceb650f21af46ec384e0b6a1dbd3c1cb29e70)
Co-authored-by: Evaluation Bot <[email protected]>
README.md
CHANGED
|
@@ -106,6 +106,39 @@ model-index:
|
|
| 106 |
type: gen_len
|
| 107 |
value: 23.1206
|
| 108 |
verified: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 109 |
---
|
| 110 |
### Bart model finetuned on xsum
|
| 111 |
|
|
|
|
| 106 |
type: gen_len
|
| 107 |
value: 23.1206
|
| 108 |
verified: true
|
| 109 |
+
- task:
|
| 110 |
+
type: summarization
|
| 111 |
+
name: Summarization
|
| 112 |
+
dataset:
|
| 113 |
+
name: samsum
|
| 114 |
+
type: samsum
|
| 115 |
+
config: samsum
|
| 116 |
+
split: test
|
| 117 |
+
metrics:
|
| 118 |
+
- name: ROUGE-1
|
| 119 |
+
type: rouge
|
| 120 |
+
value: 24.9158
|
| 121 |
+
verified: true
|
| 122 |
+
- name: ROUGE-2
|
| 123 |
+
type: rouge
|
| 124 |
+
value: 5.5837
|
| 125 |
+
verified: true
|
| 126 |
+
- name: ROUGE-L
|
| 127 |
+
type: rouge
|
| 128 |
+
value: 18.8935
|
| 129 |
+
verified: true
|
| 130 |
+
- name: ROUGE-LSUM
|
| 131 |
+
type: rouge
|
| 132 |
+
value: 20.76
|
| 133 |
+
verified: true
|
| 134 |
+
- name: loss
|
| 135 |
+
type: loss
|
| 136 |
+
value: 3.775235891342163
|
| 137 |
+
verified: true
|
| 138 |
+
- name: gen_len
|
| 139 |
+
type: gen_len
|
| 140 |
+
value: 23.0928
|
| 141 |
+
verified: true
|
| 142 |
---
|
| 143 |
### Bart model finetuned on xsum
|
| 144 |
|