Add multilingual to the language tag
#1
by
lbourdois
- opened
README.md
CHANGED
|
@@ -2,30 +2,30 @@
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
- ja
|
|
|
|
|
|
|
| 5 |
tags:
|
| 6 |
- translation
|
| 7 |
- opus-mt-tc
|
| 8 |
-
license: cc-by-4.0
|
| 9 |
model-index:
|
| 10 |
- name: opus-mt-tc-base-en-ja
|
| 11 |
results:
|
| 12 |
- task:
|
| 13 |
-
name: Translation eng-jpg
|
| 14 |
type: translation
|
| 15 |
-
|
| 16 |
dataset:
|
| 17 |
name: tatoeba-test-v2021-08-07
|
| 18 |
type: tatoeba_mt
|
| 19 |
args: eng-jpg
|
| 20 |
metrics:
|
| 21 |
-
-
|
| 22 |
-
type: bleu
|
| 23 |
value: 15.2
|
|
|
|
| 24 |
---
|
| 25 |
|
| 26 |
# Opus Tatoeba English-Japanese
|
| 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 [
|
| 29 |
|
| 30 |
* dataset: opus+bt
|
| 31 |
* model: transformer-align
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
- ja
|
| 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-ja
|
| 12 |
results:
|
| 13 |
- task:
|
|
|
|
| 14 |
type: translation
|
| 15 |
+
name: Translation eng-jpg
|
| 16 |
dataset:
|
| 17 |
name: tatoeba-test-v2021-08-07
|
| 18 |
type: tatoeba_mt
|
| 19 |
args: eng-jpg
|
| 20 |
metrics:
|
| 21 |
+
- type: bleu
|
|
|
|
| 22 |
value: 15.2
|
| 23 |
+
name: BLEU
|
| 24 |
---
|
| 25 |
|
| 26 |
# Opus Tatoeba English-Japanese
|
| 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: opus+bt
|
| 31 |
* model: transformer-align
|