Upload config.json
Browse files- config.json +33 -0
config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"activation_dropout": 0.1,
|
3 |
+
"activation_function": "silu",
|
4 |
+
"architectures": [
|
5 |
+
"FastConformerModel"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"bos_token_id": 1,
|
9 |
+
"conv_kernel_size": 9,
|
10 |
+
"d_model": 1024,
|
11 |
+
"dropout": 0.1,
|
12 |
+
"dropout_emb": 0.0,
|
13 |
+
"encoder_attention_heads": 8,
|
14 |
+
"encoder_ffn_dim": 4096,
|
15 |
+
"encoder_layerdrop": 0.1,
|
16 |
+
"encoder_layers": 24,
|
17 |
+
"eos_token_id": 2,
|
18 |
+
"initializer_range": 0.02,
|
19 |
+
"model_type": "fastconformer",
|
20 |
+
"nemo_decoder_type": "nemo.collections.asr.modules.RNNTDecoder",
|
21 |
+
"nemo_encoder_type": "nemo.collections.asr.modules.ConformerEncoder",
|
22 |
+
"nemo_model_name": "nvidia/parakeet-tdt-0.6b-v2",
|
23 |
+
"nemo_model_type": "parakeet",
|
24 |
+
"num_mel_bins": 128,
|
25 |
+
"pad_token_id": 0,
|
26 |
+
"subsampling_conv_channels": 256,
|
27 |
+
"subsampling_factor": 8,
|
28 |
+
"torch_dtype": "float32",
|
29 |
+
"transformers_version": "4.53.0.dev0",
|
30 |
+
"use_bias": false,
|
31 |
+
"vocab_size": 1024,
|
32 |
+
"xscaling": false
|
33 |
+
}
|