Update hyperparams.yaml
Browse files- hyperparams.yaml +1 -1
hyperparams.yaml
CHANGED
@@ -34,7 +34,7 @@ whisper: !new:speechbrain.lobes.models.huggingface_whisper.HuggingFaceWhisper
|
|
34 |
source: !ref <whisper_hub>
|
35 |
freeze: !ref <freeze_whisper>
|
36 |
freeze_encoder: !ref <freeze_encoder>
|
37 |
-
save_path:
|
38 |
encoder_only: False
|
39 |
|
40 |
|
|
|
34 |
source: !ref <whisper_hub>
|
35 |
freeze: !ref <freeze_whisper>
|
36 |
freeze_encoder: !ref <freeze_encoder>
|
37 |
+
save_path: pretrained_models
|
38 |
encoder_only: False
|
39 |
|
40 |
|