DracoHugging
commited on
Commit
•
757783e
1
Parent(s):
df7ddcf
Update config.json
Browse files- config.json +7 -7
config.json
CHANGED
@@ -21,13 +21,13 @@
|
|
21 |
"initializer_range": 0.02,
|
22 |
"label2id": {
|
23 |
"Angry": 0,
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
},
|
32 |
"max_position_embeddings": 512,
|
33 |
"model_type": "distilbert",
|
|
|
21 |
"initializer_range": 0.02,
|
22 |
"label2id": {
|
23 |
"Angry": 0,
|
24 |
+
"Curious to dive deeper": 1,
|
25 |
+
"Disgusted": 2,
|
26 |
+
"Fearful": 3,
|
27 |
+
"Happy": 4,
|
28 |
+
"Neutral": 5,
|
29 |
+
"Sad": 6,
|
30 |
+
"Surprised": 7
|
31 |
},
|
32 |
"max_position_embeddings": 512,
|
33 |
"model_type": "distilbert",
|