Commit
•
56ced73
1
Parent(s):
b705b8d
Fix typo in ROUGE metrics (#3)
Browse files- Fix typo in ROUGE metrics (e4ff6e7c244bebffce9034ae5d65448afd138117)
Co-authored-by: Lewis Tunstall <lewtun@users.noreply.huggingface.co>
README.md
CHANGED
@@ -23,23 +23,23 @@ model-index:
|
|
23 |
name: 'SAMSum Corpus: A Human-annotated Dialogue Dataset for Abstractive Summarization'
|
24 |
type: samsum
|
25 |
metrics:
|
26 |
-
- name: Validation
|
27 |
-
type:
|
28 |
value: 54.3921
|
29 |
-
- name: Validation
|
30 |
-
type:
|
31 |
value: 29.8078
|
32 |
-
- name: Validation
|
33 |
-
type:
|
34 |
value: 45.1543
|
35 |
-
- name: Test
|
36 |
-
type:
|
37 |
value: 53.3059
|
38 |
-
- name: Test
|
39 |
-
type:
|
40 |
value: 28.355
|
41 |
-
- name: Test
|
42 |
-
type:
|
43 |
value: 44.0953
|
44 |
- task:
|
45 |
type: summarization
|
|
|
23 |
name: 'SAMSum Corpus: A Human-annotated Dialogue Dataset for Abstractive Summarization'
|
24 |
type: samsum
|
25 |
metrics:
|
26 |
+
- name: Validation ROUGE-1
|
27 |
+
type: rouge-1
|
28 |
value: 54.3921
|
29 |
+
- name: Validation ROUGE-2
|
30 |
+
type: rouge-2
|
31 |
value: 29.8078
|
32 |
+
- name: Validation ROUGE-L
|
33 |
+
type: rouge-l
|
34 |
value: 45.1543
|
35 |
+
- name: Test ROUGE-1
|
36 |
+
type: rouge-1
|
37 |
value: 53.3059
|
38 |
+
- name: Test ROUGE-2
|
39 |
+
type: rouge-2
|
40 |
value: 28.355
|
41 |
+
- name: Test ROUGE-L
|
42 |
+
type: rouge-l
|
43 |
value: 44.0953
|
44 |
- task:
|
45 |
type: summarization
|