lbourdois commited on
Commit
ae570e0
1 Parent(s): 0e0e10f

Add multilingual to the language tag

Browse files

Hi! A PR to add multilingual to the language tag to improve the referencing.

Files changed (1) hide show
  1. README.md +7 -6
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
- - name: BLEU
28
- type: bleu
29
  value: 6.0012
 
30
  verified: true
31
- - name: loss
32
- type: loss
33
  value: 1.7407585382461548
 
34
  verified: true
35
- - name: gen_len
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