-
Notifications
You must be signed in to change notification settings - Fork 1
/
profile.yml
38 lines (33 loc) · 938 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
36
37
38
---
name: "es_deepspeech-jaco"
version: "1.0"
language:
name: "spanish"
code: "es-ES"
speech-to-text:
acoustic-model-type: "deepspeech"
acoustic-model: !env "${profile_dir}/model/output_graph.pbmm"
scorer: !env "${profile_dir}/scorer"
base-scorer: !env "${profile_dir}/model/base.scorer"
alphabet: !env "${profile_dir}/model/alphabet.txt"
phoneme-pronunciations: false
training:
acoustic-model-type: "deepspeech"
language-model: !env "${profile_dir}/lm.binary"
large-files:
- !env "${profile_dir}/model/base.scorer"
- !env "${profile_dir}/model/output_graph.pbmm"
- !env "${profile_dir}/model/output_graph.tflite"
- !env "${profile_dir}/base_language_model.fst"
platform:
- machine:
- armv6l
- armv7l
- arm64
- aarch64
settings:
speech-to-text:
acoustic-model: !env "${profile_dir}/model/output_graph.tflite"
text-to-speech:
espeak:
voice: "es"