liisaratsep
commited on
Commit
•
857a201
1
Parent(s):
8ed18e1
Update README.md
Browse files
README.md
CHANGED
@@ -6,10 +6,16 @@ language:
|
|
6 |
- ru
|
7 |
tags:
|
8 |
- translation
|
|
|
|
|
9 |
inference: false
|
10 |
---
|
11 |
|
12 |
-
# MTee Translation Model
|
|
|
|
|
|
|
|
|
13 |
|
14 |
Supported translation directions: `et-en`, `en-et`, `et-de`, `de-et`, `et-ru`, `ru-et`.
|
15 |
|
@@ -18,4 +24,3 @@ Supported translation directions: `et-en`, `en-et`, `et-de`, `de-et`, `et-ru`, `
|
|
18 |
| Fairseq translation model | `modular_model.pt` |
|
19 |
| SentecePiece models | `sp-model.{lang}.model` |
|
20 |
| translation model vocabularies | `dict.{lang}.txt` |
|
21 |
-
|
|
|
6 |
- ru
|
7 |
tags:
|
8 |
- translation
|
9 |
+
- modularNMT
|
10 |
+
- fairseq
|
11 |
inference: false
|
12 |
---
|
13 |
|
14 |
+
# MTee General Translation Model
|
15 |
+
|
16 |
+
A general domain translation model for the MTee machine translation platform. The platform was developed in 2021 as a collaboration between the [TartuNLP](https://tartunlp.ai), the NLP research group at the University of Tartu, and [Tilde](https://tilde.com). More information about the project can be found [here](https://github.com/Project-MTee/mtee-platform/wiki).
|
17 |
+
|
18 |
+
The model uses a modular architecture, where each language has its own encoder and decoder that is used for all translation directions. The model can be used with our custom version of [FairSeq](https://github.com/TartuNLP/fairseq) and it is compatible with the [MTee](https://github.com/Project-MTee) platform and its [NMT workers](https://github.com/Project-MTee/translation-worker). Additionally, it is fully compatible with TartuNLP's translation API components ([API](https://github.com/TartuNLP/translation-api) and [NMT workers](https://github.com/TartuNLP/translation-worker)).
|
19 |
|
20 |
Supported translation directions: `et-en`, `en-et`, `et-de`, `de-et`, `et-ru`, `ru-et`.
|
21 |
|
|
|
24 |
| Fairseq translation model | `modular_model.pt` |
|
25 |
| SentecePiece models | `sp-model.{lang}.model` |
|
26 |
| translation model vocabularies | `dict.{lang}.txt` |
|
|