raffaelsiregar
commited on
Commit
•
f271309
1
Parent(s):
08d572e
Upload config.json
Browse files- config.json +16 -16
config.json
CHANGED
@@ -9,27 +9,27 @@
|
|
9 |
"hidden_dropout_prob": 0.0,
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
-
"2": "
|
15 |
-
"3": "
|
16 |
-
"4": "
|
17 |
-
"5": "
|
18 |
-
"6": "
|
19 |
-
"7": "
|
20 |
},
|
21 |
"image_size": 224,
|
22 |
"initializer_range": 0.02,
|
23 |
"intermediate_size": 3072,
|
24 |
"label2id": {
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
},
|
34 |
"layer_norm_eps": 1e-12,
|
35 |
"model_type": "vit",
|
|
|
9 |
"hidden_dropout_prob": 0.0,
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
+
"0": "anger",
|
13 |
+
"1": "contempt",
|
14 |
+
"2": "disgust",
|
15 |
+
"3": "fear",
|
16 |
+
"4": "happy",
|
17 |
+
"5": "neutral",
|
18 |
+
"6": "sad",
|
19 |
+
"7": "surprise"
|
20 |
},
|
21 |
"image_size": 224,
|
22 |
"initializer_range": 0.02,
|
23 |
"intermediate_size": 3072,
|
24 |
"label2id": {
|
25 |
+
"anger": 0,
|
26 |
+
"contempt": 1,
|
27 |
+
"disgust": 2,
|
28 |
+
"fear": 3,
|
29 |
+
"happy": 4,
|
30 |
+
"neutral": 5,
|
31 |
+
"sad": 6,
|
32 |
+
"surprise": 7
|
33 |
},
|
34 |
"layer_norm_eps": 1e-12,
|
35 |
"model_type": "vit",
|