mutisya commited on
Commit
30da372
·
verified ·
1 Parent(s): 9a09ff1

Create asr_models_config.json

Browse files
Files changed (1) hide show
  1. asr_models_config.json +58 -0
asr_models_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "kik": {
3
+ "model_repo": "mutisya/w2v-bert-2.0-kik-drL-24_5-filtered-v24_28_1",
4
+ "model_type": "w2v2-bert"
5
+ },
6
+ "Kikuyu": {
7
+ "model_repo": "mutisya/w2v-bert-2.0-kik-drL-24_5-filtered-v24_28_1",
8
+ "model_type": "w2v2-bert"
9
+ },
10
+ "luo": {
11
+ "model_repo": "mutisya/w2v-bert-2.0-luo-drL-24_5-filtered-v24_28_1",
12
+ "model_type": "w2v2-bert"
13
+ },
14
+ "Luo": {
15
+ "model_repo": "mutisya/w2v-bert-2.0-luo-drL-24_5-filtered-v24_28_1",
16
+ "model_type": "w2v2-bert"
17
+ },
18
+ "swa": {
19
+ "model_repo": "mutisya/w2v-bert-2.0-sw-CV16.0-v24-26-2",
20
+ "model_type": "w2v2-bert"
21
+ },
22
+ "Swahili": {
23
+ "model_repo": "mutisya/w2v-bert-2.0-sw-CV16.0-v24-26-2",
24
+ "model_type": "w2v2-bert"
25
+ },
26
+ "kam": {
27
+ "model_repo": "mutisya/w2v-bert-2.0-kam-drL-24_5-filtered-v24_28_1",
28
+ "model_type": "w2v2-bert"
29
+ },
30
+ "mer": {
31
+ "model_repo": "mutisya/w2v-bert-2.0-mer-drL-24_5-filtered-v24_28_1",
32
+ "model_type": "w2v2-bert"
33
+ },
34
+ "Kimeru": {
35
+ "model_repo": "mutisya/w2v-bert-2.0-mer-drL-24_5-filtered-v24_28_1",
36
+ "model_type": "w2v2-bert"
37
+ },
38
+ "som": {
39
+ "model_repo": "mutisya/w2v-bert-2.0-som-drL-24_5-filtered-v24_28_1",
40
+ "model_type": "w2v2-bert"
41
+ },
42
+ "Somali": {
43
+ "model_repo": "mutisya/w2v-bert-2.0-som-drL-24_5-filtered-v24_28_1",
44
+ "model_type": "w2v2-bert"
45
+ },
46
+ "en_1": {
47
+ "model_repo": "mutisya/wav2vec2-bert-CV16-en",
48
+ "model_type": "w2v2-bert"
49
+ },
50
+ "eng": {
51
+ "model_repo": "openai/whisper-base.en",
52
+ "model_type": "whisper"
53
+ },
54
+ "English": {
55
+ "model_repo": "openai/whisper-base.en",
56
+ "model_type": "whisper"
57
+ }
58
+ }