ravi86 commited on
Commit
5c887e6
·
verified ·
1 Parent(s): 4dce140

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -25
config.json CHANGED
@@ -1,28 +1,7 @@
1
  {
2
- "architectures": ["ViTForImageClassification"],
3
- "hidden_size": 768,
4
- "num_attention_heads": 12,
5
- "num_hidden_layers": 12,
6
- "image_size": 224,
7
- "patch_size": 16,
8
  "num_labels": 7,
9
- "id2label": {
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
  }