liisaratsep commited on
Commit
6c40243
1 Parent(s): af8aff1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -9,12 +9,16 @@ language:
9
  - lv
10
  tags:
11
  - translation
 
 
12
  inference: false
13
  ---
14
  # Septilang Translation Model
15
 
16
  This model supports translation in all directions between the following languages: et, en, de, ru, fi, lt, lv.
17
 
 
 
18
 
19
  | Files: | |
20
  | ----------- | ----------- |
 
9
  - lv
10
  tags:
11
  - translation
12
+ - modularNMT
13
+ - Fairseq
14
  inference: false
15
  ---
16
  # Septilang Translation Model
17
 
18
  This model supports translation in all directions between the following languages: et, en, de, ru, fi, lt, lv.
19
 
20
+ 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).
21
+
22
 
23
  | Files: | |
24
  | ----------- | ----------- |