Instructions to use ddwkim/asr-branchformer-transformerlm-ksponspeech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- speechbrain
How to use ddwkim/asr-branchformer-transformerlm-ksponspeech with speechbrain:
# interface not specified in config.json
- Notebooks
- Google Colab
- Kaggle
Update hyperparams.yaml
Browse files- hyperparams.yaml +0 -1
hyperparams.yaml
CHANGED
|
@@ -58,7 +58,6 @@ Transformer: !new:speechbrain.lobes.models.transformer.TransformerASR.Transforme
|
|
| 58 |
nhead: !ref <nhead>
|
| 59 |
num_encoder_layers: !ref <num_encoder_layers>
|
| 60 |
num_decoder_layers: !ref <num_decoder_layers>
|
| 61 |
-
dropout: !ref <transformer_dropout>
|
| 62 |
activation: !ref <activation>
|
| 63 |
branchformer_activation: !ref <activation>
|
| 64 |
encoder_module: branchformer
|
|
|
|
| 58 |
nhead: !ref <nhead>
|
| 59 |
num_encoder_layers: !ref <num_encoder_layers>
|
| 60 |
num_decoder_layers: !ref <num_decoder_layers>
|
|
|
|
| 61 |
activation: !ref <activation>
|
| 62 |
branchformer_activation: !ref <activation>
|
| 63 |
encoder_module: branchformer
|