Upload hyperparams.yaml with huggingface_hub
Browse files- hyperparams.yaml +1 -1
hyperparams.yaml
CHANGED
@@ -64,7 +64,7 @@ enc: !new:speechbrain.nnet.containers.Sequential
|
|
64 |
wav2vec2: !new:speechbrain.lobes.models.huggingface_transformers.wav2vec2.Wav2Vec2
|
65 |
source: !ref <wav2vec2_hub>
|
66 |
output_norm: True
|
67 |
-
freeze:
|
68 |
save_path: model_checkpoints
|
69 |
|
70 |
|
|
|
64 |
wav2vec2: !new:speechbrain.lobes.models.huggingface_transformers.wav2vec2.Wav2Vec2
|
65 |
source: !ref <wav2vec2_hub>
|
66 |
output_norm: True
|
67 |
+
freeze: True
|
68 |
save_path: model_checkpoints
|
69 |
|
70 |
|