File size: 1,059 Bytes
af8aff1
 
 
 
 
 
 
 
 
 
 
6c40243
826f040
af8aff1
 
46b7701
af8aff1
 
 
6c40243
 
af8aff1
 
 
65dbf4a
 
af8aff1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
language: 
- et
- en
- de
- ru
- fi
- lt
- lv
tags:
- translation
- modularNMT
- fairseq
inference: false
---
# A Modular Translation Model for 7 Languages

This model supports translation in all directions between the following languages: et, en, de, ru, fi, lt, lv.

The model uses a modular architecture, where each language has its own encoder and decoder that is used for all translation direction combinations. The model can be used with our custom version of [FairSeq](https://github.com/TartuNLP/fairseq) and with our translation API components ([API](https://github.com/TartuNLP/translation-api) and [NMT workers](https://github.com/TartuNLP/translation-worker)). Additionally, it is fully compatible with the [MTee](https://github.com/Project-MTee) platform and its [NMT workers](https://github.com/Project-MTee/translation-worker).


| Files: |             |
| ----------- | ----------- |
| Fairseq translation model | `modular_model.pt` |
| SentecePiece models | `sp-model.{lang}.model` |
| translation model vocabularies | `dict.{lang}.txt` |