haukurpj lbourdois commited on
Commit
5506447
1 Parent(s): 45b8f55

Add multilingual to the language tag (#1)

Browse files

- Add multilingual to the language tag (9732285450a460256197ae965ff918c900192d90)


Co-authored-by: Loïck BOURDOIS <lbourdois@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -1,17 +1,18 @@
1
  ---
 
 
 
 
2
  tags:
3
  - translation
4
  inference:
5
  parameters:
6
- src_lang: "en_XX"
7
- tgt_lang: "is_IS"
8
  decoder_start_token_id: 2
9
  max_length: 512
10
  widget:
11
- - text: "I once owned a horse. It was black and white."
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.