Adel-Moumen
commited on
Update hyperparams.yaml
Browse files- hyperparams.yaml +0 -8
hyperparams.yaml
CHANGED
@@ -49,23 +49,15 @@ whisper: !new:speechbrain.lobes.models.huggingface_transformers.whisper.Whisper
|
|
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>
|
61 |
# min_decode_ratio: !ref <min_decode_ratio>
|
62 |
# max_decode_ratio: !ref <max_decode_ratio>
|
63 |
# beam_size: !ref <test_beam_size>
|
64 |
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
modules:
|
70 |
whisper: !ref <whisper>
|
71 |
decoder: !ref <decoder>
|
|
|
49 |
|
50 |
decoder: !new:speechbrain.decoders.seq2seq.S2SWhisperGreedySearcher
|
51 |
model: !ref <whisper>
|
|
|
|
|
52 |
min_decode_ratio: !ref <min_decode_ratio>
|
53 |
max_decode_ratio: !ref <max_decode_ratio>
|
54 |
|
55 |
# test_beam_searcher: !new:speechbrain.decoders.seq2seq.S2SWhisperBeamSearcher
|
56 |
# module: [!ref <whisper>]
|
|
|
|
|
57 |
# min_decode_ratio: !ref <min_decode_ratio>
|
58 |
# max_decode_ratio: !ref <max_decode_ratio>
|
59 |
# beam_size: !ref <test_beam_size>
|
60 |
|
|
|
|
|
|
|
|
|
61 |
modules:
|
62 |
whisper: !ref <whisper>
|
63 |
decoder: !ref <decoder>
|