Upload config.json with huggingface_hub
Browse files- config.json +15 -0
config.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "cnn-bilstm-attention",
|
| 3 |
+
"lstm_hidden": 256,
|
| 4 |
+
"num_classes": 7,
|
| 5 |
+
"sampling_rate": 16000,
|
| 6 |
+
"id2label": {
|
| 7 |
+
"0": "neutral",
|
| 8 |
+
"1": "calm",
|
| 9 |
+
"2": "happy",
|
| 10 |
+
"3": "sad",
|
| 11 |
+
"4": "angry",
|
| 12 |
+
"5": "fearful",
|
| 13 |
+
"6": "disgust"
|
| 14 |
+
}
|
| 15 |
+
}
|