haukurpj lbourdois commited on
Commit
624dc96
1 Parent(s): 75fb58a

Add multilingual to the language tag (#1)

Browse files

- Add multilingual to the language tag (5e4f7768db2f7b15f04e42945df62d93375996d1)
- Fix unicode (cd408d045fe1589154b5f6e898cc9bd5e62858ec)


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

Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -1,18 +1,20 @@
1
  ---
 
 
 
 
2
  tags:
3
  - translation
4
  inference:
5
  parameters:
6
- src_lang: "is_IS"
7
- tgt_lang: "en_XX"
8
  decoder_start_token_id: 2
9
  max_length: 512
10
  widget:
11
- - text: "Einu sinni átti ég hest. Hann var svartur og hvítur."
12
- language:
13
- - is
14
- - en
15
  ---
 
16
  # mBART based translation model
17
  This model was trained to translate multiple sentences at once, compared to one sentence at a time.
18
 
 
1
  ---
2
+ language:
3
+ - is
4
+ - en
5
+ - multilingual
6
  tags:
7
  - translation
8
  inference:
9
  parameters:
10
+ src_lang: is_IS
11
+ tgt_lang: en_XX
12
  decoder_start_token_id: 2
13
  max_length: 512
14
  widget:
15
+ - text: Einu sinni átti ég hest. Hann var svartur og hvítur.
 
 
 
16
  ---
17
+
18
  # mBART based translation model
19
  This model was trained to translate multiple sentences at once, compared to one sentence at a time.
20