Update config.json
Browse files- config.json +4 -25
config.json
CHANGED
|
@@ -1,28 +1,7 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
"
|
| 4 |
-
"
|
| 5 |
-
"num_hidden_layers": 12,
|
| 6 |
-
"image_size": 224,
|
| 7 |
-
"patch_size": 16,
|
| 8 |
"num_labels": 7,
|
| 9 |
-
"
|
| 10 |
-
"0": "angry",
|
| 11 |
-
"1": "disgust",
|
| 12 |
-
"2": "fear",
|
| 13 |
-
"3": "happy",
|
| 14 |
-
"4": "neutral",
|
| 15 |
-
"5": "sad",
|
| 16 |
-
"6": "surprise"
|
| 17 |
-
},
|
| 18 |
-
"label2id": {
|
| 19 |
-
"angry": 0,
|
| 20 |
-
"disgust": 1,
|
| 21 |
-
"fear": 2,
|
| 22 |
-
"happy": 3,
|
| 23 |
-
"neutral": 4,
|
| 24 |
-
"sad": 5,
|
| 25 |
-
"surprise": 6
|
| 26 |
-
},
|
| 27 |
-
"model_type": "vit"
|
| 28 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"framework": "tensorflow",
|
| 3 |
+
"model_name": "mood_detector_cnn",
|
| 4 |
+
"image_size": 48,
|
|
|
|
|
|
|
|
|
|
| 5 |
"num_labels": 7,
|
| 6 |
+
"labels": ["Angry", "Disgust", "Fear", "Happy", "Sad", "Surprise", "Neutral"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
}
|