First commit
Browse files- config.json +14 -14
config.json
CHANGED
|
@@ -21,25 +21,25 @@
|
|
| 21 |
"hidden_activation": "gelu",
|
| 22 |
"hidden_size": 768,
|
| 23 |
"id2label": {
|
| 24 |
-
"0": "
|
| 25 |
-
"1": "
|
| 26 |
-
"2": "
|
| 27 |
-
"3": "
|
| 28 |
-
"4": "
|
| 29 |
-
"5": "
|
| 30 |
-
"6": "
|
| 31 |
},
|
| 32 |
"initializer_cutoff_factor": 2.0,
|
| 33 |
"initializer_range": 0.02,
|
| 34 |
"intermediate_size": 1152,
|
| 35 |
"label2id": {
|
| 36 |
-
"
|
| 37 |
-
"
|
| 38 |
-
"
|
| 39 |
-
"
|
| 40 |
-
"
|
| 41 |
-
"
|
| 42 |
-
"
|
| 43 |
},
|
| 44 |
"layer_norm_eps": 1e-05,
|
| 45 |
"local_attention": 128,
|
|
|
|
| 21 |
"hidden_activation": "gelu",
|
| 22 |
"hidden_size": 768,
|
| 23 |
"id2label": {
|
| 24 |
+
"0": "NEUTRAL",
|
| 25 |
+
"1": "SURPRISE",
|
| 26 |
+
"2": "FEAR",
|
| 27 |
+
"3": "SADNESS",
|
| 28 |
+
"4": "JOY",
|
| 29 |
+
"5": "ANGER",
|
| 30 |
+
"6": "LOVE"
|
| 31 |
},
|
| 32 |
"initializer_cutoff_factor": 2.0,
|
| 33 |
"initializer_range": 0.02,
|
| 34 |
"intermediate_size": 1152,
|
| 35 |
"label2id": {
|
| 36 |
+
"ANGER": 5,
|
| 37 |
+
"FEAR": 2,
|
| 38 |
+
"JOY": 4,
|
| 39 |
+
"LOVE": 6,
|
| 40 |
+
"NEUTRAL": 0,
|
| 41 |
+
"SADNESS": 3,
|
| 42 |
+
"SURPRISE": 1
|
| 43 |
},
|
| 44 |
"layer_norm_eps": 1e-05,
|
| 45 |
"local_attention": 128,
|