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,17 +1,18 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
tags:
|
3 |
- translation
|
4 |
inference:
|
5 |
parameters:
|
6 |
-
src_lang:
|
7 |
-
tgt_lang:
|
8 |
decoder_start_token_id: 2
|
9 |
max_length: 512
|
10 |
widget:
|
11 |
-
- text:
|
12 |
-
language:
|
13 |
-
- en
|
14 |
-
- is
|
15 |
---
|
16 |
# mBART based translation model
|
17 |
This model was trained to translate multiple sentences at once, compared to one sentence at a time.
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- is
|
5 |
+
- multilingual
|
6 |
tags:
|
7 |
- translation
|
8 |
inference:
|
9 |
parameters:
|
10 |
+
src_lang: en_XX
|
11 |
+
tgt_lang: is_IS
|
12 |
decoder_start_token_id: 2
|
13 |
max_length: 512
|
14 |
widget:
|
15 |
+
- text: I once owned a horse. It was black and white.
|
|
|
|
|
|
|
16 |
---
|
17 |
# mBART based translation model
|
18 |
This model was trained to translate multiple sentences at once, compared to one sentence at a time.
|