We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c9fa42 commit c0608dcCopy full SHA for c0608dc
config.ini
@@ -1,12 +1,16 @@
1
[Wav2Letter]
2
labels = [_-абвгдеёжзийклмнопрстуфхцчшщъыьэюя ]
3
-model_path = Data/w2l.hdf
4
-lm_path = Data/lm.klm
+model_path = Data/w2l-8khz.hdf
+# model_path = Data/w2l-16khz.hdf
5
+lm_path = Data/vosk/lm.klm
6
+# lm_path = Data/light/lm.klm
7
+lexicon = Data/vosk/lexicon.txt
8
+# lexicon = Data/light/lexicon.txt
9
tokens = Data/tokens.txt
-lexicon = Data/lexicon.txt
10
cpu = 1
11
greedy = 0
-beam_threshold = 30
-sample_rate = 16000
12
+beam_threshold = 10
13
+sample_rate = 8000
14
+# sample_rate = 16000
15
window_size = 0.02
16
window_stride = 0.01
0 commit comments