-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
46 lines (45 loc) · 1.24 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
41
42
43
44
45
46
{
"languages":{"en":"English", "bn":"Bengali", "swc":"Swahili (Congo)"},
"models": [
{
"lang": "en",
"model_type": "vosk",
"model_path": "vosk-model-small-en-us-0.15",
"load": true
},
{
"lang": "en",
"alt": "glossary",
"model_type": "vosk",
"model_path": "vosk-model-en-us-aspire-0.2_glossarylm",
"load": true
},
{
"lang": "fr",
"model_type": "vosk",
"model_path": "vosk-model-fr-0.6-linto-2.2.0",
"load": false
},
{
"lang": "bn",
"model_type": "deepspeech",
"model_path": "coqui-bn",
"scorers": {
"default":"general-bn.scorer",
"glossary":"glossary-bn.scorer"
},
"load": true
},
{
"lang": "swc",
"model_type": "deepspeech",
"model_path": "coqui-swc",
"scorers": {
"default":"swc-general.scorer",
"only-swc":"swc-general-only-swc.scorer",
"commands":"swc-numbers-yesno.scorer"
},
"load": true
}
]
}