Upload label_map.json with huggingface_hub
Browse files- label_map.json +9 -0
label_map.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"0": "anger",
|
| 3 |
+
"1": "fear",
|
| 4 |
+
"2": "joy",
|
| 5 |
+
"3": "neutral",
|
| 6 |
+
"4": "sadness",
|
| 7 |
+
"5": "shame",
|
| 8 |
+
"6": "surprise"
|
| 9 |
+
}
|