Update hyperparams.yaml
Browse files- hyperparams.yaml +2 -2
hyperparams.yaml
CHANGED
@@ -49,14 +49,14 @@ whisper: !new:speechbrain.lobes.models.huggingface_transformers.whisper.Whisper
|
|
49 |
|
50 |
|
51 |
|
52 |
-
decoder: !new:speechbrain.decoders.seq2seq.
|
53 |
model: !ref <whisper>
|
54 |
bos_index: !ref <timestamp_index>
|
55 |
eos_index: !ref <eos_index>
|
56 |
min_decode_ratio: !ref <min_decode_ratio>
|
57 |
max_decode_ratio: !ref <max_decode_ratio>
|
58 |
|
59 |
-
# test_beam_searcher: !new:speechbrain.decoders.seq2seq.
|
60 |
# module: [!ref <whisper>]
|
61 |
# bos_index: !ref <timestamp_index>
|
62 |
# eos_index: !ref <eos_index>
|
|
|
49 |
|
50 |
|
51 |
|
52 |
+
decoder: !new:speechbrain.decoders.seq2seq.S2SWhisperGreedySearcher
|
53 |
model: !ref <whisper>
|
54 |
bos_index: !ref <timestamp_index>
|
55 |
eos_index: !ref <eos_index>
|
56 |
min_decode_ratio: !ref <min_decode_ratio>
|
57 |
max_decode_ratio: !ref <max_decode_ratio>
|
58 |
|
59 |
+
# test_beam_searcher: !new:speechbrain.decoders.seq2seq.S2SWhisperBeamSearcher
|
60 |
# module: [!ref <whisper>]
|
61 |
# bos_index: !ref <timestamp_index>
|
62 |
# eos_index: !ref <eos_index>
|