included text labels in config file
Browse files- config.json +6 -6
config.json
CHANGED
@@ -8,16 +8,16 @@
|
|
8 |
"hidden_dropout_prob": 0.1,
|
9 |
"hidden_size": 1024,
|
10 |
"id2label": {
|
11 |
-
"0": "
|
12 |
-
"1": "
|
13 |
-
"2": "
|
14 |
},
|
15 |
"initializer_range": 0.02,
|
16 |
"intermediate_size": 4096,
|
17 |
"label2id": {
|
18 |
-
"
|
19 |
-
"
|
20 |
-
"
|
21 |
},
|
22 |
"layer_norm_eps": 1e-12,
|
23 |
"max_position_embeddings": 512,
|
|
|
8 |
"hidden_dropout_prob": 0.1,
|
9 |
"hidden_size": 1024,
|
10 |
"id2label": {
|
11 |
+
"0": "NEGATIVE",
|
12 |
+
"1": "NEUTRAL",
|
13 |
+
"2": "POSITIVE"
|
14 |
},
|
15 |
"initializer_range": 0.02,
|
16 |
"intermediate_size": 4096,
|
17 |
"label2id": {
|
18 |
+
"NEGATIVE": 0,
|
19 |
+
"NEUTRAL": 1,
|
20 |
+
"POSITIVE": 2
|
21 |
},
|
22 |
"layer_norm_eps": 1e-12,
|
23 |
"max_position_embeddings": 512,
|