DracoHugging
commited on
Commit
•
cd86f97
1
Parent(s):
323ce15
Update config.json
Browse files- config.json +9 -9
config.json
CHANGED
@@ -9,18 +9,18 @@
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
19 |
-
"
|
20 |
},
|
21 |
"initializer_range": 0.02,
|
22 |
"label2id": {
|
23 |
-
"Angry":
|
24 |
"Curious to dive deeper": 1,
|
25 |
"Disgusted": 2,
|
26 |
"Fearful": 3,
|
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
+
"0": "Angry",
|
13 |
+
"1": "Curious to dive deeper",
|
14 |
+
"2": "Disgusted",
|
15 |
+
"3": "Fearful",
|
16 |
+
"4": "Happy",
|
17 |
+
"5": "Neutral",
|
18 |
+
"6": "Sad",
|
19 |
+
"7": "Surprised"
|
20 |
},
|
21 |
"initializer_range": 0.02,
|
22 |
"label2id": {
|
23 |
+
"Angry": "LABEL_0",
|
24 |
"Curious to dive deeper": 1,
|
25 |
"Disgusted": 2,
|
26 |
"Fearful": 3,
|