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 |
- translation
|
@@ -24,17 +25,17 @@ model-index:
|
|
24 |
config: ro-en
|
25 |
split: test
|
26 |
metrics:
|
27 |
-
-
|
28 |
-
type: bleu
|
29 |
value: 6.0012
|
|
|
30 |
verified: true
|
31 |
-
-
|
32 |
-
type: loss
|
33 |
value: 1.7407585382461548
|
|
|
34 |
verified: true
|
35 |
-
-
|
36 |
-
type: gen_len
|
37 |
value: 18.2281
|
|
|
38 |
verified: true
|
39 |
---
|
40 |
<!-- 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 |
- translation
|
|
|
25 |
config: ro-en
|
26 |
split: test
|
27 |
metrics:
|
28 |
+
- type: bleu
|
|
|
29 |
value: 6.0012
|
30 |
+
name: BLEU
|
31 |
verified: true
|
32 |
+
- type: loss
|
|
|
33 |
value: 1.7407585382461548
|
34 |
+
name: loss
|
35 |
verified: true
|
36 |
+
- type: gen_len
|
|
|
37 |
value: 18.2281
|
38 |
+
name: gen_len
|
39 |
verified: true
|
40 |
---
|
41 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|