fixed readme
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
language:
|
3 |
-
- ces+slk
|
4 |
- cs
|
|
|
5 |
- uk
|
6 |
|
7 |
tags:
|
@@ -50,7 +50,7 @@ model-index:
|
|
50 |
---
|
51 |
# opus-mt-tc-base-uk-ces_slk
|
52 |
|
53 |
-
Neural machine translation model for translating from Ukrainian (uk) to
|
54 |
|
55 |
This model is part of the [OPUS-MT project](https://github.com/Helsinki-NLP/Opus-MT), an effort to make neural machine translation models widely available and accessible for many languages in the world. All models are originally trained using the amazing framework of [Marian NMT](https://marian-nmt.github.io/), an efficient NMT implementation written in pure C++. The models have been converted to pyTorch using the transformers library by huggingface. Training data is taken from [OPUS](https://opus.nlpl.eu/) and training pipelines use the procedures of [OPUS-MT-train](https://github.com/Helsinki-NLP/Opus-MT-train).
|
56 |
|
|
|
1 |
---
|
2 |
language:
|
|
|
3 |
- cs
|
4 |
+
- sk
|
5 |
- uk
|
6 |
|
7 |
tags:
|
|
|
50 |
---
|
51 |
# opus-mt-tc-base-uk-ces_slk
|
52 |
|
53 |
+
Neural machine translation model for translating from Ukrainian (uk) to Czech and Slovak (cs+sk).
|
54 |
|
55 |
This model is part of the [OPUS-MT project](https://github.com/Helsinki-NLP/Opus-MT), an effort to make neural machine translation models widely available and accessible for many languages in the world. All models are originally trained using the amazing framework of [Marian NMT](https://marian-nmt.github.io/), an efficient NMT implementation written in pure C++. The models have been converted to pyTorch using the transformers library by huggingface. Training data is taken from [OPUS](https://opus.nlpl.eu/) and training pipelines use the procedures of [OPUS-MT-train](https://github.com/Helsinki-NLP/Opus-MT-train).
|
56 |
|