Commit
·
65dbf4a
1
Parent(s):
826f040
Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ tags:
|
|
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 |
|
@@ -22,6 +22,6 @@ The model uses a modular architecture, where each language has its own encoder a
|
|
22 |
|
23 |
| Files: | |
|
24 |
| ----------- | ----------- |
|
25 |
-
| translation model | `
|
26 |
-
| SentecePiece models | `
|
27 |
| translation model vocabularies | `dict.{lang}.txt` |
|
|
|
13 |
- fairseq
|
14 |
inference: false
|
15 |
---
|
16 |
+
# Septilang Modular Translation Model
|
17 |
|
18 |
This model supports translation in all directions between the following languages: et, en, de, ru, fi, lt, lv.
|
19 |
|
|
|
22 |
|
23 |
| Files: | |
|
24 |
| ----------- | ----------- |
|
25 |
+
| Fairseq translation model | `modular_model.pt` |
|
26 |
+
| SentecePiece models | `sp-model.{lang}.model` |
|
27 |
| translation model vocabularies | `dict.{lang}.txt` |
|