Adel-Moumen
commited on
Update hyperparams.yaml
Browse files- hyperparams.yaml +2 -3
hyperparams.yaml
CHANGED
@@ -80,11 +80,10 @@ encoder: !new:speechbrain.nnet.containers.LengthsCapableSequential
|
|
80 |
wav2vec2: !ref <wav2vec2>
|
81 |
length_regulator: !ref <length_regulator>
|
82 |
|
83 |
-
decoder_beamsearch: !new:speechbrain.decoders.seq2seq.
|
84 |
-
modules: [!ref <transformer_decoder>, !ref <seq_lin
|
85 |
bos_index: !ref <bos_index>
|
86 |
eos_index: !ref <eos_index>
|
87 |
-
blank_index: !ref <blank_index>
|
88 |
min_decode_ratio: !ref <min_decode_ratio>
|
89 |
max_decode_ratio: !ref <max_decode_ratio>
|
90 |
beam_size: 10
|
|
|
80 |
wav2vec2: !ref <wav2vec2>
|
81 |
length_regulator: !ref <length_regulator>
|
82 |
|
83 |
+
decoder_beamsearch: !new:speechbrain.decoders.seq2seq.S2STransformerBeamSearcher
|
84 |
+
modules: [!ref <transformer_decoder>, !ref <seq_lin>]
|
85 |
bos_index: !ref <bos_index>
|
86 |
eos_index: !ref <eos_index>
|
|
|
87 |
min_decode_ratio: !ref <min_decode_ratio>
|
88 |
max_decode_ratio: !ref <max_decode_ratio>
|
89 |
beam_size: 10
|