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 |
- 'no'
|
|
|
5 |
license: apache-2.0
|
6 |
tags:
|
7 |
- generated_from_trainer
|
@@ -13,8 +14,8 @@ model-index:
|
|
13 |
- name: flan-t5-large_en-no
|
14 |
results:
|
15 |
- task:
|
16 |
-
name: Translation
|
17 |
type: translation
|
|
|
18 |
dataset:
|
19 |
name: bible_para en-no
|
20 |
type: bible_para
|
@@ -22,9 +23,9 @@ model-index:
|
|
22 |
split: train
|
23 |
args: en-no
|
24 |
metrics:
|
25 |
-
-
|
26 |
-
type: bleu
|
27 |
value: 36.7184
|
|
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
2 |
language:
|
3 |
- en
|
4 |
- 'no'
|
5 |
+
- multilingual
|
6 |
license: apache-2.0
|
7 |
tags:
|
8 |
- generated_from_trainer
|
|
|
14 |
- name: flan-t5-large_en-no
|
15 |
results:
|
16 |
- task:
|
|
|
17 |
type: translation
|
18 |
+
name: Translation
|
19 |
dataset:
|
20 |
name: bible_para en-no
|
21 |
type: bible_para
|
|
|
23 |
split: train
|
24 |
args: en-no
|
25 |
metrics:
|
26 |
+
- type: bleu
|
|
|
27 |
value: 36.7184
|
28 |
+
name: Bleu
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|