chaanks commited on
Commit
a811d34
1 Parent(s): fcafdb9

Update hyperparams.yaml

Browse files
Files changed (1) hide show
  1. hyperparams.yaml +2 -2
hyperparams.yaml CHANGED
@@ -35,6 +35,7 @@ whisper: !new:speechbrain.lobes.models.huggingface_whisper.HuggingFaceWhisper
35
  freeze: !ref <freeze_whisper>
36
  freeze_encoder: !ref <freeze_encoder>
37
  save_path: whisper_checkpoints
 
38
  encoder_only: False
39
 
40
 
@@ -61,5 +62,4 @@ modules:
61
 
62
  pretrainer: !new:speechbrain.utils.parameter_transfer.Pretrainer
63
  loadables:
64
- whisper: !ref <whisper>
65
- file: model.safetensors
 
35
  freeze: !ref <freeze_whisper>
36
  freeze_encoder: !ref <freeze_encoder>
37
  save_path: whisper_checkpoints
38
+ file: model.safetensors
39
  encoder_only: False
40
 
41
 
 
62
 
63
  pretrainer: !new:speechbrain.utils.parameter_transfer.Pretrainer
64
  loadables:
65
+ whisper: !ref <whisper>