Add multilingual to the language tag
Browse filesHi! A PR to add multilingual to the language tag to improve the referencing.
README.md
CHANGED
@@ -1,9 +1,4 @@
|
|
1 |
---
|
2 |
-
tags:
|
3 |
-
- summarization
|
4 |
-
- mT5
|
5 |
-
datasets:
|
6 |
-
- csebuetnlp/xlsum
|
7 |
language:
|
8 |
- am
|
9 |
- ar
|
@@ -48,6 +43,12 @@ language:
|
|
48 |
- vi
|
49 |
- cy
|
50 |
- yo
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
licenses:
|
52 |
- cc-by-nc-sa-4.0
|
53 |
widget:
|
@@ -79,29 +80,29 @@ model-index:
|
|
79 |
config: default
|
80 |
split: test
|
81 |
metrics:
|
82 |
-
-
|
83 |
-
type: rouge
|
84 |
value: 36.5002
|
|
|
85 |
verified: true
|
86 |
-
-
|
87 |
-
type: rouge
|
88 |
value: 13.934
|
|
|
89 |
verified: true
|
90 |
-
-
|
91 |
-
type: rouge
|
92 |
value: 28.9876
|
|
|
93 |
verified: true
|
94 |
-
-
|
95 |
-
type: rouge
|
96 |
value: 28.9958
|
|
|
97 |
verified: true
|
98 |
-
-
|
99 |
-
type: loss
|
100 |
value: 2.0674800872802734
|
|
|
101 |
verified: true
|
102 |
-
-
|
103 |
-
type: gen_len
|
104 |
value: 26.9733
|
|
|
105 |
verified: true
|
106 |
---
|
107 |
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
2 |
language:
|
3 |
- am
|
4 |
- ar
|
|
|
43 |
- vi
|
44 |
- cy
|
45 |
- yo
|
46 |
+
- multilingual
|
47 |
+
tags:
|
48 |
+
- summarization
|
49 |
+
- mT5
|
50 |
+
datasets:
|
51 |
+
- csebuetnlp/xlsum
|
52 |
licenses:
|
53 |
- cc-by-nc-sa-4.0
|
54 |
widget:
|
|
|
80 |
config: default
|
81 |
split: test
|
82 |
metrics:
|
83 |
+
- type: rouge
|
|
|
84 |
value: 36.5002
|
85 |
+
name: ROUGE-1
|
86 |
verified: true
|
87 |
+
- type: rouge
|
|
|
88 |
value: 13.934
|
89 |
+
name: ROUGE-2
|
90 |
verified: true
|
91 |
+
- type: rouge
|
|
|
92 |
value: 28.9876
|
93 |
+
name: ROUGE-L
|
94 |
verified: true
|
95 |
+
- type: rouge
|
|
|
96 |
value: 28.9958
|
97 |
+
name: ROUGE-LSUM
|
98 |
verified: true
|
99 |
+
- type: loss
|
|
|
100 |
value: 2.0674800872802734
|
101 |
+
name: loss
|
102 |
verified: true
|
103 |
+
- type: gen_len
|
|
|
104 |
value: 26.9733
|
105 |
+
name: gen_len
|
106 |
verified: true
|
107 |
---
|
108 |
|