Add multilingual to the language tag

#1
by lbourdois - opened
Files changed (1) hide show
  1. README.md +12 -14
README.md CHANGED
@@ -2,30 +2,28 @@
2
  language:
3
  - es
4
  - eu
5
-
 
6
  tags:
7
  - translation
8
  - opus-mt-tc
9
-
10
- license: cc-by-4.0
11
  model-index:
12
  - name: opus-mt-tc-big-eu-itc
13
  results:
14
  - task:
15
- name: Translation eus-spa
16
  type: translation
17
- args: eus-spa
18
  dataset:
19
  name: tatoeba-test-v2021-08-07
20
  type: tatoeba_mt
21
  args: eus-spa
22
  metrics:
23
- - name: BLEU
24
- type: bleu
25
- value: 50.3
26
- - name: chr-F
27
- type: chrf
28
- value: 0.68019
29
  ---
30
  # opus-mt-tc-big-eu-itc
31
 
@@ -95,7 +93,7 @@ for t in translated:
95
 
96
  # expected output:
97
  # Il est riche.
98
- # ¿Directo?
99
  ```
100
 
101
  You can also use OPUS-MT models with the transformers pipelines, for example:
@@ -129,7 +127,7 @@ print(pipe(">>fra<< Aberatsa da."))
129
 
130
  ## Citation Information
131
 
132
- * Publications: [OPUS-MT Building open translation services for the World](https://aclanthology.org/2020.eamt-1.61/) and [The Tatoeba Translation Challenge Realistic Data Sets for Low Resource and Multilingual MT](https://aclanthology.org/2020.wmt-1.139/) (Please, cite if you use this model.)
133
 
134
  ```
135
  @inproceedings{tiedemann-thottingal-2020-opus,
@@ -159,7 +157,7 @@ print(pipe(">>fra<< Aberatsa da."))
159
 
160
  ## Acknowledgements
161
 
162
- The work is supported by the [European Language Grid](https://www.european-language-grid.eu/) as [pilot project 2866](https://live.european-language-grid.eu/catalogue/#/resource/projects/2866), by the [FoTran project](https://www.helsinki.fi/en/researchgroups/natural-language-understanding-with-cross-lingual-grounding), funded by the European Research Council (ERC) under the European Unions Horizon 2020 research and innovation programme (grant agreement No 771113), and the [MeMAD project](https://memad.eu/), funded by the European Unions Horizon 2020 Research and Innovation Programme under grant agreement No 780069. We are also grateful for the generous computational resources and IT infrastructure provided by [CSC -- IT Center for Science](https://www.csc.fi/), Finland.
163
 
164
  ## Model conversion info
165
 
 
2
  language:
3
  - es
4
  - eu
5
+ - multilingual
6
+ license: cc-by-4.0
7
  tags:
8
  - translation
9
  - opus-mt-tc
 
 
10
  model-index:
11
  - name: opus-mt-tc-big-eu-itc
12
  results:
13
  - task:
 
14
  type: translation
15
+ name: Translation eus-spa
16
  dataset:
17
  name: tatoeba-test-v2021-08-07
18
  type: tatoeba_mt
19
  args: eus-spa
20
  metrics:
21
+ - type: bleu
22
+ value: 50.3
23
+ name: BLEU
24
+ - type: chrf
25
+ value: 0.68019
26
+ name: chr-F
27
  ---
28
  # opus-mt-tc-big-eu-itc
29
 
 
93
 
94
  # expected output:
95
  # Il est riche.
96
+ # Directo?
97
  ```
98
 
99
  You can also use OPUS-MT models with the transformers pipelines, for example:
 
127
 
128
  ## Citation Information
129
 
130
+ * Publications: [OPUS-MT Building open translation services for the World](https://aclanthology.org/2020.eamt-1.61/) and [The Tatoeba Translation Challenge Realistic Data Sets for Low Resource and Multilingual MT](https://aclanthology.org/2020.wmt-1.139/) (Please, cite if you use this model.)
131
 
132
  ```
133
  @inproceedings{tiedemann-thottingal-2020-opus,
 
157
 
158
  ## Acknowledgements
159
 
160
+ The work is supported by the [European Language Grid](https://www.european-language-grid.eu/) as [pilot project 2866](https://live.european-language-grid.eu/catalogue/#/resource/projects/2866), by the [FoTran project](https://www.helsinki.fi/en/researchgroups/natural-language-understanding-with-cross-lingual-grounding), funded by the European Research Council (ERC) under the European Unions Horizon 2020 research and innovation programme (grant agreement No 771113), and the [MeMAD project](https://memad.eu/), funded by the European Unions Horizon 2020 Research and Innovation Programme under grant agreement No 780069. We are also grateful for the generous computational resources and IT infrastructure provided by [CSC -- IT Center for Science](https://www.csc.fi/), Finland.
161
 
162
  ## Model conversion info
163