Adel-Moumen
commited on
Commit
•
76e238a
1
Parent(s):
c3eaae3
Update hyperparams.yaml
Browse files- hyperparams.yaml +1 -1
hyperparams.yaml
CHANGED
@@ -121,6 +121,7 @@ encoder: !new:speechbrain.nnet.containers.LengthsCapableSequential
|
|
121 |
|
122 |
transformerlm_scorer: !new:speechbrain.decoders.scorer.TransformerLMScorer
|
123 |
language_model: !ref <lm_model>
|
|
|
124 |
|
125 |
ctc_scorer: !new:speechbrain.decoders.scorer.CTCScorer
|
126 |
eos_index: !ref <eos_index>
|
@@ -141,7 +142,6 @@ decoder: !new:speechbrain.decoders.S2STransformerBeamSearcher
|
|
141 |
max_decode_ratio: !ref <max_decode_ratio>
|
142 |
beam_size: !ref <test_beam_size>
|
143 |
temperature: !ref <temperature>
|
144 |
-
temperature_lm: !ref <temperature_lm>
|
145 |
using_eos_threshold: !ref <using_eos_threshold>
|
146 |
eos_threshold: !ref <eos_threshold>
|
147 |
length_normalization: !ref <length_normalization>
|
|
|
121 |
|
122 |
transformerlm_scorer: !new:speechbrain.decoders.scorer.TransformerLMScorer
|
123 |
language_model: !ref <lm_model>
|
124 |
+
temperature: !ref <temperature_lm>
|
125 |
|
126 |
ctc_scorer: !new:speechbrain.decoders.scorer.CTCScorer
|
127 |
eos_index: !ref <eos_index>
|
|
|
142 |
max_decode_ratio: !ref <max_decode_ratio>
|
143 |
beam_size: !ref <test_beam_size>
|
144 |
temperature: !ref <temperature>
|
|
|
145 |
using_eos_threshold: !ref <using_eos_threshold>
|
146 |
eos_threshold: !ref <eos_threshold>
|
147 |
length_normalization: !ref <length_normalization>
|