Adel-Moumen commited on
Commit
24dc70a
·
verified ·
1 Parent(s): e21a0e5

Update hyperparams.yaml

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