Add multilingual to the language tag
#1
by
lbourdois
- opened
README.md
CHANGED
@@ -2,16 +2,15 @@
|
|
2 |
language:
|
3 |
- en
|
4 |
- pl
|
5 |
-
|
|
|
6 |
tags:
|
7 |
- translation
|
8 |
-
|
9 |
-
license: apache-2.0
|
10 |
---
|
11 |
|
12 |
### OPUS Tatoeba English-Polish
|
13 |
|
14 |
-
*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) with the flag `-m eng-pol`. The original models were trained by [
|
15 |
|
16 |
* source language name: English
|
17 |
* target language name: Polish
|
|
|
2 |
language:
|
3 |
- en
|
4 |
- pl
|
5 |
+
- multilingual
|
6 |
+
license: apache-2.0
|
7 |
tags:
|
8 |
- translation
|
|
|
|
|
9 |
---
|
10 |
|
11 |
### OPUS Tatoeba English-Polish
|
12 |
|
13 |
+
*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) with the flag `-m eng-pol`. 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.*
|
14 |
|
15 |
* source language name: English
|
16 |
* target language name: Polish
|