gsarti lbourdois commited on
Commit
c2dcc36
1 Parent(s): 6c5075e

Add multilingual to the language tag (#1)

Browse files

- Add multilingual to the language tag (50a83049cd6b2d1a84279798252c43f9d1c58dbc)


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

Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -2,30 +2,30 @@
2
  language:
3
  - en
4
  - de
 
 
5
  tags:
6
  - translation
7
  - opus-mt-tc
8
- license: cc-by-4.0
9
  model-index:
10
  - name: opus-mt-tc-base-en-de
11
  results:
12
  - task:
13
- name: Translation eng-deu
14
  type: translation
15
- args: eng-deu
16
  dataset:
17
  name: tatoeba-test-v2021-08-07
18
  type: tatoeba_mt
19
  args: eng-deu
20
  metrics:
21
- - name: BLEU
22
- type: bleu
23
  value: 43.7
 
24
  ---
25
 
26
  # Opus Tatoeba English-German
27
 
28
- *This model was obtained by running the script [convert_marian_to_pytorch.py](https://github.com/huggingface/transformers/blob/master/src/transformers/models/marian/convert_marian_to_pytorch.py). The original models were trained by [Jörg Tiedemann](https://blogs.helsinki.fi/tiedeman/) using the [MarianNMT](https://marian-nmt.github.io/) library. See all available `MarianMTModel` models on the profile of the [Helsinki NLP](https://huggingface.co/Helsinki-NLP) group.*
29
 
30
  * dataset: opusTCv20210807+bt
31
  * model: transformer-big
2
  language:
3
  - en
4
  - de
5
+ - multilingual
6
+ license: cc-by-4.0
7
  tags:
8
  - translation
9
  - opus-mt-tc
 
10
  model-index:
11
  - name: opus-mt-tc-base-en-de
12
  results:
13
  - task:
 
14
  type: translation
15
+ name: Translation eng-deu
16
  dataset:
17
  name: tatoeba-test-v2021-08-07
18
  type: tatoeba_mt
19
  args: eng-deu
20
  metrics:
21
+ - type: bleu
 
22
  value: 43.7
23
+ name: BLEU
24
  ---
25
 
26
  # Opus Tatoeba English-German
27
 
28
+ *This model was obtained by running the script [convert_marian_to_pytorch.py](https://github.com/huggingface/transformers/blob/master/src/transformers/models/marian/convert_marian_to_pytorch.py). The original models were trained by [J�rg Tiedemann](https://blogs.helsinki.fi/tiedeman/) using the [MarianNMT](https://marian-nmt.github.io/) library. See all available `MarianMTModel` models on the profile of the [Helsinki NLP](https://huggingface.co/Helsinki-NLP) group.*
29
 
30
  * dataset: opusTCv20210807+bt
31
  * model: transformer-big