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,28 +1,29 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
license: agpl-3.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- glue
|
7 |
-
language:
|
8 |
-
- en
|
9 |
-
- is
|
10 |
metrics:
|
11 |
- matthews_correlation
|
12 |
model-index:
|
13 |
- name: XLMR-ENIS-finetuned-cola
|
14 |
results:
|
15 |
- task:
|
16 |
-
name: Text Classification
|
17 |
type: text-classification
|
|
|
18 |
dataset:
|
19 |
name: glue
|
20 |
type: glue
|
21 |
args: cola
|
22 |
metrics:
|
23 |
-
-
|
24 |
-
type: matthews_correlation
|
25 |
value: 0.6306425398187112
|
|
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- is
|
5 |
+
- multilingual
|
6 |
license: agpl-3.0
|
7 |
tags:
|
8 |
- generated_from_trainer
|
9 |
datasets:
|
10 |
- glue
|
|
|
|
|
|
|
11 |
metrics:
|
12 |
- matthews_correlation
|
13 |
model-index:
|
14 |
- name: XLMR-ENIS-finetuned-cola
|
15 |
results:
|
16 |
- task:
|
|
|
17 |
type: text-classification
|
18 |
+
name: Text Classification
|
19 |
dataset:
|
20 |
name: glue
|
21 |
type: glue
|
22 |
args: cola
|
23 |
metrics:
|
24 |
+
- type: matthews_correlation
|
|
|
25 |
value: 0.6306425398187112
|
26 |
+
name: Matthews Correlation
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|