Caplin43 commited on
Commit
c0aa577
·
verified ·
1 Parent(s): ab01c50

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +14 -0
config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "han-speech-command",
3
+ "architecture": "conformer",
4
+ "framework": "pytorch",
5
+ "input_dim": 80,
6
+ "output_dim": 20,
7
+ "num_layers": 8,
8
+ "num_heads": 8,
9
+ "hidden_size": 512,
10
+ "dropout": 0.1,
11
+ "sample_rate": 16000,
12
+ "task_type": "speech_recognition",
13
+ "license": "MIT"
14
+ }