taidopurason commited on
Commit
8ed18e1
1 Parent(s): 5d633a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -6
README.md CHANGED
@@ -9,16 +9,13 @@ tags:
9
  inference: false
10
  ---
11
 
12
- # MTee Translation Models
13
 
14
  Supported translation directions: `et-en`, `en-et`, `et-de`, `de-et`, `et-ru`, `ru-et`.
15
 
16
- | Included models: | |
17
  | ----------- | ----------- |
18
- | general translation model | `base_model.pt` |
19
- | legal domain translation model | `legal_ft_model.pt` |
20
- | crisis/medical domain translation model | `crisis_ft_model.pt` |
21
- | military domain translation model | `military_ft_model.pt` |
22
  | SentecePiece models | `sp-model.{lang}.model` |
23
  | translation model vocabularies | `dict.{lang}.txt` |
24
 
 
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
 
16
+ | Included files: | |
17
  | ----------- | ----------- |
18
+ | Fairseq translation model | `modular_model.pt` |
 
 
 
19
  | SentecePiece models | `sp-model.{lang}.model` |
20
  | translation model vocabularies | `dict.{lang}.txt` |
21