Commit
·
423b4bf
1
Parent(s):
8f769c4
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
|
| 2 |
language: es
|
| 3 |
tags:
|
| 4 |
- summarization
|
|
@@ -18,29 +18,17 @@ model-index:
|
|
| 18 |
name: "MLSUM: MultiLingual SUMmarization dataset (Spanish)"
|
| 19 |
type: mlsum - es
|
| 20 |
metrics:
|
| 21 |
-
- name:
|
| 22 |
-
type:
|
| 23 |
-
value: 26.1256
|
| 24 |
-
- name: Validation ROGUE-2
|
| 25 |
-
type: rogue-2
|
| 26 |
-
value: 9.2552
|
| 27 |
-
- name: Validation ROGUE-L
|
| 28 |
-
type: rogue-l
|
| 29 |
-
value: 21.4899
|
| 30 |
-
- name: Validation ROGUE-Lsum
|
| 31 |
-
type: rogue-lsum
|
| 32 |
-
value: 21.8194
|
| 33 |
-
- name: Test ROGUE-1
|
| 34 |
-
type: rogue-1
|
| 35 |
value: 25.8639
|
| 36 |
-
- name:
|
| 37 |
-
type:
|
| 38 |
value: 8.911
|
| 39 |
-
- name:
|
| 40 |
-
type:
|
| 41 |
value: 21.2426
|
| 42 |
-
- name:
|
| 43 |
-
type:
|
| 44 |
value: 21.5859
|
| 45 |
widget:
|
| 46 |
- text: |
|
|
|
|
| 1 |
+
---
|
| 2 |
language: es
|
| 3 |
tags:
|
| 4 |
- summarization
|
|
|
|
| 18 |
name: "MLSUM: MultiLingual SUMmarization dataset (Spanish)"
|
| 19 |
type: mlsum - es
|
| 20 |
metrics:
|
| 21 |
+
- name: rouge1
|
| 22 |
+
type: rouge1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
value: 25.8639
|
| 24 |
+
- name: rouge2
|
| 25 |
+
type: rouge2
|
| 26 |
value: 8.911
|
| 27 |
+
- name: rougeL
|
| 28 |
+
type: rougeL
|
| 29 |
value: 21.2426
|
| 30 |
+
- name: rougeLsum
|
| 31 |
+
type: rougeLsum
|
| 32 |
value: 21.5859
|
| 33 |
widget:
|
| 34 |
- text: |
|