Fix typo in ROUGE metrics (#2)
Browse files- Fix typo in ROUGE metrics (c3da2c23e4fa7af91bd721efb83052bf8367ae8e)
Co-authored-by: Lewis Tunstall <[email protected]>
README.md
CHANGED
|
@@ -22,23 +22,23 @@ model-index:
|
|
| 22 |
name: 'SAMSum Corpus: A Human-annotated Dialogue Dataset for Abstractive Summarization'
|
| 23 |
type: samsum
|
| 24 |
metrics:
|
| 25 |
-
- name: Validation
|
| 26 |
-
type:
|
| 27 |
value: 46.6619
|
| 28 |
-
- name: Validation
|
| 29 |
-
type:
|
| 30 |
value: 23.3285
|
| 31 |
-
- name: Validation
|
| 32 |
-
type:
|
| 33 |
value: 39.4811
|
| 34 |
-
- name: Test
|
| 35 |
-
type:
|
| 36 |
value: 44.9932
|
| 37 |
-
- name: Test
|
| 38 |
-
type:
|
| 39 |
value: 21.7286
|
| 40 |
-
- name: Test
|
| 41 |
-
type:
|
| 42 |
value: 38.1921
|
| 43 |
- task:
|
| 44 |
type: summarization
|
|
|
|
| 22 |
name: 'SAMSum Corpus: A Human-annotated Dialogue Dataset for Abstractive Summarization'
|
| 23 |
type: samsum
|
| 24 |
metrics:
|
| 25 |
+
- name: Validation ROUGE-1
|
| 26 |
+
type: rouge-1
|
| 27 |
value: 46.6619
|
| 28 |
+
- name: Validation ROUGE-2
|
| 29 |
+
type: rouge-2
|
| 30 |
value: 23.3285
|
| 31 |
+
- name: Validation ROUGE-L
|
| 32 |
+
type: rouge-l
|
| 33 |
value: 39.4811
|
| 34 |
+
- name: Test ROUGE-1
|
| 35 |
+
type: rouge-1
|
| 36 |
value: 44.9932
|
| 37 |
+
- name: Test ROUGE-2
|
| 38 |
+
type: rouge-2
|
| 39 |
value: 21.7286
|
| 40 |
+
- name: Test ROUGE-L
|
| 41 |
+
type: rouge-l
|
| 42 |
value: 38.1921
|
| 43 |
- task:
|
| 44 |
type: summarization
|