Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -10,8 +10,8 @@
|
|
| 10 |
"hidden_size": 1024,
|
| 11 |
"id2label": {
|
| 12 |
"0": "positive",
|
| 13 |
-
"1": "
|
| 14 |
-
"2": "
|
| 15 |
},
|
| 16 |
"initializer_range": 0.02,
|
| 17 |
"intermediate_size": 4096,
|
|
|
|
| 10 |
"hidden_size": 1024,
|
| 11 |
"id2label": {
|
| 12 |
"0": "positive",
|
| 13 |
+
"1": "neutral",
|
| 14 |
+
"2": "negative"
|
| 15 |
},
|
| 16 |
"initializer_range": 0.02,
|
| 17 |
"intermediate_size": 4096,
|