Add multilingual to the language tag
Browse filesHi! A PR to add multilingual to the language tag to improve the referencing.
README.md
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
language:
|
3 |
- en
|
4 |
- ro
|
|
|
5 |
license: apache-2.0
|
6 |
tags:
|
7 |
- generated_from_trainer
|
@@ -13,16 +14,16 @@ model-index:
|
|
13 |
- name: distilled-mt5-small-b20
|
14 |
results:
|
15 |
- task:
|
16 |
-
name: Translation
|
17 |
type: translation
|
|
|
18 |
dataset:
|
19 |
name: wmt16 ro-en
|
20 |
type: wmt16
|
21 |
args: ro-en
|
22 |
metrics:
|
23 |
-
-
|
24 |
-
type: bleu
|
25 |
value: 6.6798
|
|
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
2 |
language:
|
3 |
- en
|
4 |
- ro
|
5 |
+
- multilingual
|
6 |
license: apache-2.0
|
7 |
tags:
|
8 |
- generated_from_trainer
|
|
|
14 |
- name: distilled-mt5-small-b20
|
15 |
results:
|
16 |
- task:
|
|
|
17 |
type: translation
|
18 |
+
name: Translation
|
19 |
dataset:
|
20 |
name: wmt16 ro-en
|
21 |
type: wmt16
|
22 |
args: ro-en
|
23 |
metrics:
|
24 |
+
- type: bleu
|
|
|
25 |
value: 6.6798
|
26 |
+
name: Bleu
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|