-
Notifications
You must be signed in to change notification settings - Fork 18
/
config.json
40 lines (40 loc) · 1.03 KB
/
config.json
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
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"engines" : {
"ta-en": {
"src": "ta",
"tgt": "en",
"model": "taen_final_step_100000.pt",
"src_bpe": "bpe/bpe_codes_taen",
"tgt_bpe": null,
"provide_help": false,
"active": true
},
"en-ta": {
"src": "en",
"tgt": "ta",
"model": "enta_final_step_100000.pt",
"src_bpe": null,
"tgt_bpe": null,
"provide_help": true,
"active": false
},
"hi-en": {
"src": "hi",
"tgt": "en",
"model": "hien.pt",
"src_bpe": "bpe/bpe_codes_hihi",
"tgt_bpe": "bpe/bpe_codes_hien",
"provide_help": false,
"active": true
},
"en-hi": {
"src": "en",
"tgt": "hi",
"model": "full_iitb_enhi_50v.pt",
"src_bpe": null,
"tgt_bpe": null,
"provide_help": true,
"active": true
}
}
}