ScriptEdge
commited on
Commit
•
81b2ed9
1
Parent(s):
434007b
Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
@@ -12,9 +12,9 @@
|
|
12 |
"hidden_dropout": 0.0,
|
13 |
"hidden_size": 1024,
|
14 |
"id2label": {
|
15 |
-
"0": "
|
16 |
-
"1": "
|
17 |
-
"2": "
|
18 |
},
|
19 |
"initializer_range": 0.02,
|
20 |
"label2id": {
|
|
|
12 |
"hidden_dropout": 0.0,
|
13 |
"hidden_size": 1024,
|
14 |
"id2label": {
|
15 |
+
"0": "Negative",
|
16 |
+
"1": "Positive",
|
17 |
+
"2": "Neutral"
|
18 |
},
|
19 |
"initializer_range": 0.02,
|
20 |
"label2id": {
|