chaanks commited on
Commit
69c972f
1 Parent(s): a9f8644

Update hyperparams.yaml

Browse files
Files changed (1) hide show
  1. hyperparams.yaml +2 -7
hyperparams.yaml CHANGED
@@ -6,7 +6,7 @@ whisper_hub: openai/whisper-tiny
6
  normalized_transcripts: True
7
 
8
 
9
- language: arabic
10
 
11
  auto_mix_prec: False
12
  sample_rate: 16000
@@ -58,9 +58,4 @@ decoder: !new:speechbrain.decoders.seq2seq.S2SWhisperGreedySearch
58
 
59
  modules:
60
  whisper: !ref <whisper>
61
- decoder: !ref <decoder>
62
-
63
-
64
- pretrainer: !new:speechbrain.utils.parameter_transfer.Pretrainer
65
- loadables:
66
- whisper: !ref <whisper>
 
6
  normalized_transcripts: True
7
 
8
 
9
+ language: english
10
 
11
  auto_mix_prec: False
12
  sample_rate: 16000
 
58
 
59
  modules:
60
  whisper: !ref <whisper>
61
+ decoder: !ref <decoder>