File size: 299 Bytes
3281259
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "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"
    }
}