nithinraok
commited on
Commit
·
48d79e3
1
Parent(s):
c32c0c5
update config
Browse filesSigned-off-by: nithinraok <[email protected]>
- config.json +1 -2
config.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
"activation_dropout": 0.1,
|
| 12 |
"activation_function": "silu",
|
| 13 |
"architectures": [
|
| 14 |
-
"
|
| 15 |
],
|
| 16 |
"attention_bias": false,
|
| 17 |
"attention_dropout": 0.1,
|
|
@@ -34,7 +34,6 @@
|
|
| 34 |
"model_type": "fastconformer",
|
| 35 |
"nemo_decoder_type": "nemo.collections.asr.modules.ConvASRDecoder",
|
| 36 |
"nemo_encoder_type": "nemo.collections.asr.modules.ConformerEncoder",
|
| 37 |
-
"nemo_model_name": "nvidia/parakeet-ctc-1.1b",
|
| 38 |
"nemo_model_type": "parakeet_ctc",
|
| 39 |
"num_attention_heads": 8,
|
| 40 |
"num_hidden_layers": 42,
|
|
|
|
| 11 |
"activation_dropout": 0.1,
|
| 12 |
"activation_function": "silu",
|
| 13 |
"architectures": [
|
| 14 |
+
"FastConformerModel"
|
| 15 |
],
|
| 16 |
"attention_bias": false,
|
| 17 |
"attention_dropout": 0.1,
|
|
|
|
| 34 |
"model_type": "fastconformer",
|
| 35 |
"nemo_decoder_type": "nemo.collections.asr.modules.ConvASRDecoder",
|
| 36 |
"nemo_encoder_type": "nemo.collections.asr.modules.ConformerEncoder",
|
|
|
|
| 37 |
"nemo_model_type": "parakeet_ctc",
|
| 38 |
"num_attention_heads": 8,
|
| 39 |
"num_hidden_layers": 42,
|