LeonardPuettmann
commited on
Commit
•
cf21a2e
1
Parent(s):
31f667c
Upload config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -9,8 +9,8 @@
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
"2": "positive"
|
15 |
},
|
16 |
"initializer_range": 0.02,
|
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
+
"0": "neutral",
|
13 |
+
"1": "negative",
|
14 |
"2": "positive"
|
15 |
},
|
16 |
"initializer_range": 0.02,
|