forked from Helsinki-NLP/Opus-MT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.json
31 lines (31 loc) · 987 Bytes
/
services.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
{
"en": {
"es": {
"configuration": "./models/en-es/decoder.yml",
"sourcebpe": "./models/en-es/source.bpe",
"host": "localhost",
"port": "10001"
},
"fi": {
"configuration": "./models/en-fi/decoder.yml",
"sourcespm": "./models/en-fi/source.spm",
"targetspm": "./models/en-fi/target.spm",
"host": "localhost",
"port": "10002"
},
"ml": {
"configuration": "./models/en-ml/decoder.yml",
"sourcespm": "./models/en-ml/source.spm",
"targetspm": "./models/en-ml/target.spm",
"host": "localhost",
"port": "10003"
},
"mr": {
"configuration": "./models/en-mr/decoder.yml",
"sourcespm": "./models/en-mr/source.spm",
"targetspm": "./models/en-mr/target.spm",
"host": "localhost",
"port": "10004"
}
}
}