File size: 294 Bytes
c0aa577 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | {
"model_name": "han-speech-command",
"architecture": "conformer",
"framework": "pytorch",
"input_dim": 80,
"output_dim": 20,
"num_layers": 8,
"num_heads": 8,
"hidden_size": 512,
"dropout": 0.1,
"sample_rate": 16000,
"task_type": "speech_recognition",
"license": "MIT"
} |