Adel-Moumen commited on
Commit
265d84c
·
verified ·
1 Parent(s): de81ae5

Update hyperparams.yaml

Browse files
Files changed (1) hide show
  1. 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.S2SWhisperGreedySearch
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.S2SWhisperBeamSearch
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>