Commit
·
23a4774
1
Parent(s):
c89bcc3
Update hyperparams.yaml
Browse files- hyperparams.yaml +2 -3
hyperparams.yaml
CHANGED
@@ -82,7 +82,7 @@ modules:
|
|
82 |
|
83 |
# Decoding parameters
|
84 |
decoding_type : beam #"beam" or "greedy"
|
85 |
-
|
86 |
test_beam_search:
|
87 |
blank_index: !ref <blank_index>
|
88 |
beam_size: 100
|
@@ -95,8 +95,7 @@ test_beam_search:
|
|
95 |
# can be downloaded from here https://www.openslr.org/11/ or trained with kenLM
|
96 |
# It can either be a .bin or .arpa ; note: .arpa is much slower at loading
|
97 |
# If you don't want to use an LM, comment it out or set it to null
|
98 |
-
# kenlm_model_path:
|
99 |
-
|
100 |
|
101 |
|
102 |
pretrainer: !new:speechbrain.utils.parameter_transfer.Pretrainer
|
|
|
82 |
|
83 |
# Decoding parameters
|
84 |
decoding_type : beam #"beam" or "greedy"
|
85 |
+
kenlm_model_path: speechbrain/asr-wav2vec2-commonvoice-14-en/en_5gram.arpa
|
86 |
test_beam_search:
|
87 |
blank_index: !ref <blank_index>
|
88 |
beam_size: 100
|
|
|
95 |
# can be downloaded from here https://www.openslr.org/11/ or trained with kenLM
|
96 |
# It can either be a .bin or .arpa ; note: .arpa is much slower at loading
|
97 |
# If you don't want to use an LM, comment it out or set it to null
|
98 |
+
# kenlm_model_path: !ref <kenlm_model_path>
|
|
|
99 |
|
100 |
|
101 |
pretrainer: !new:speechbrain.utils.parameter_transfer.Pretrainer
|