Commit
·
cde9d15
1
Parent(s):
1e8a6f6
Upload ConformerForASR
Browse files- config.json +12 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
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",
|
11 |
+
"transformers_version": "4.30.2"
|
12 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95afecf28811ed78c6cfa0bb8d64d2d5d5db437d2b8cb3f814c912212006d1f6
|
3 |
+
size 5850665
|