ser-fast-cnn-bilstm / config.json
MathRaaj's picture
Upload config.json with huggingface_hub
3281259 verified
{
"model_type": "cnn-bilstm-attention",
"lstm_hidden": 256,
"num_classes": 7,
"sampling_rate": 16000,
"id2label": {
"0": "neutral",
"1": "calm",
"2": "happy",
"3": "sad",
"4": "angry",
"5": "fearful",
"6": "disgust"
}
}