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