Fix typo in ROUGE metrics
Browse filesThis PR fixes typos in the ROUGE metrics, replacing "rogue" with "rouge"
README.md
CHANGED
@@ -18,23 +18,23 @@ model-index:
|
|
18 |
name: "SAMSum Corpus: A Human-annotated Dialogue Dataset for Abstractive Summarization"
|
19 |
type: samsum
|
20 |
metrics:
|
21 |
-
- name: Validation
|
22 |
-
type:
|
23 |
value: 43.2111
|
24 |
-
- name: Validation
|
25 |
-
type:
|
26 |
value: 22.3519
|
27 |
-
- name: Validation
|
28 |
-
type:
|
29 |
value: 33.315
|
30 |
-
- name: Test
|
31 |
-
type:
|
32 |
value: 41.8283
|
33 |
-
- name: Test
|
34 |
-
type:
|
35 |
value: 20.9857
|
36 |
-
- name: Test
|
37 |
-
type:
|
38 |
value: 32.3602
|
39 |
widget:
|
40 |
- text: |
|
|
|
18 |
name: "SAMSum Corpus: A Human-annotated Dialogue Dataset for Abstractive Summarization"
|
19 |
type: samsum
|
20 |
metrics:
|
21 |
+
- name: Validation ROUGE-1
|
22 |
+
type: rouge-1
|
23 |
value: 43.2111
|
24 |
+
- name: Validation ROUGE-2
|
25 |
+
type: rouge-2
|
26 |
value: 22.3519
|
27 |
+
- name: Validation ROUGE-L
|
28 |
+
type: rouge-l
|
29 |
value: 33.315
|
30 |
+
- name: Test ROUGE-1
|
31 |
+
type: rouge-1
|
32 |
value: 41.8283
|
33 |
+
- name: Test ROUGE-2
|
34 |
+
type: rouge-2
|
35 |
value: 20.9857
|
36 |
+
- name: Test ROUGE-L
|
37 |
+
type: rouge-l
|
38 |
value: 32.3602
|
39 |
widget:
|
40 |
- text: |
|