Adel-Moumen commited on
Commit
303855c
1 Parent(s): 6e8ffd9

Update hyperparams.yaml

Browse files
Files changed (1) hide show
  1. hyperparams.yaml +0 -4
hyperparams.yaml CHANGED
@@ -49,15 +49,11 @@ 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>
 
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>