dangkhoadl
commited on
Commit
•
2dcf52c
1
Parent(s):
a3168e8
Upload ConformerForASR
Browse files- config.json +9 -0
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -2,9 +2,18 @@
|
|
2 |
"architectures": [
|
3 |
"ConformerForASR"
|
4 |
],
|
|
|
|
|
|
|
|
|
5 |
"encoder_dim": 32,
|
|
|
|
|
|
|
6 |
"input_dim": 80,
|
|
|
7 |
"model_type": "conformer",
|
|
|
8 |
"num_classes": 1024,
|
9 |
"num_encoder_layers": 4,
|
10 |
"torch_dtype": "float32",
|
|
|
2 |
"architectures": [
|
3 |
"ConformerForASR"
|
4 |
],
|
5 |
+
"attention_dropout_p": 0.1,
|
6 |
+
"conv_dropout_p": 0.1,
|
7 |
+
"conv_expansion_factor": 2,
|
8 |
+
"conv_kernel_size": 31,
|
9 |
"encoder_dim": 32,
|
10 |
+
"feed_forward_dropout_p": 0.1,
|
11 |
+
"feed_forward_expansion_factor": 4,
|
12 |
+
"half_step_residual": true,
|
13 |
"input_dim": 80,
|
14 |
+
"input_dropout_p": 0.1,
|
15 |
"model_type": "conformer",
|
16 |
+
"num_attention_heads": 8,
|
17 |
"num_classes": 1024,
|
18 |
"num_encoder_layers": 4,
|
19 |
"torch_dtype": "float32",
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5850665
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd8676b608f8c574897a57b45e6bae8b9e758c3b07e323f25c60148eaa15ec35
|
3 |
size 5850665
|