-
Notifications
You must be signed in to change notification settings - Fork 1
/
profile.yml
35 lines (31 loc) · 960 Bytes
/
profile.yml
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
---
name: "ru_kaldi-rhasspy"
version: "1.1"
language:
name: "russian"
code: "ru"
text-to-speech:
espeak:
voice: "ru"
marytts:
voice: "ac-irina-hsmm"
speech-to-text:
acoustic-model-type: "kaldi"
kaldi:
model-type: "nnet3"
base-graph-directory: !env "${profile_dir}/acoustic_model/base_graph"
training:
acoustic-model-type: "kaldi"
kaldi:
model-type: "nnet3"
language-model-type: "text_fst"
large-files:
- !env "${profile_dir}/base_dictionary.txt"
- !env "${profile_dir}/base_language_model.txt"
- !env "${profile_dir}/base_language_model.fst"
- !env "${profile_dir}/g2p.fst"
- !env "${profile_dir}/g2p.corpus"
- !env "${profile_dir}/acoustic_model/base_graph/HCLG.fst"
- !env "${profile_dir}/acoustic_model/base_graph/words.txt"
- !env "${profile_dir}/acoustic_model/base_graph/phones/align_lexicon.int"
- !env "${profile_dir}/acoustic_model/base_graph/phones/align_lexicon.txt"