turing-usp
commited on
Commit
•
3f4e2cb
1
Parent(s):
4a3994c
add model
Browse files- config.json +3 -3
config.json
CHANGED
@@ -11,9 +11,9 @@
|
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
"hidden_size": 768,
|
13 |
"id2label": {
|
14 |
-
"0": "
|
15 |
-
"1": "
|
16 |
-
"2": "
|
17 |
},
|
18 |
"initializer_range": 0.02,
|
19 |
"intermediate_size": 3072,
|
|
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
"hidden_size": 768,
|
13 |
"id2label": {
|
14 |
+
"0": "NEGATIVE",
|
15 |
+
"1": "POSITIVE",
|
16 |
+
"2": "NEUTRAL"
|
17 |
},
|
18 |
"initializer_range": 0.02,
|
19 |
"intermediate_size": 3072,
|