Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -7,13 +7,13 @@
|
|
7 |
"hidden_dropout_prob": 0.1,
|
8 |
"hidden_size": 768,
|
9 |
"id2label": {
|
10 |
-
"0": "negative (stars 1, 2 and 3
|
11 |
"1": "positive (stars 4 and 5)"
|
12 |
},
|
13 |
"initializer_range": 0.02,
|
14 |
"intermediate_size": 3072,
|
15 |
"label2id": {
|
16 |
-
"negative (stars 1, 2 and 3
|
17 |
"positive (stars 4 and 5)": 1
|
18 |
},
|
19 |
"layer_norm_eps": 1e-12,
|
|
|
7 |
"hidden_dropout_prob": 0.1,
|
8 |
"hidden_size": 768,
|
9 |
"id2label": {
|
10 |
+
"0": "negative (stars 1, 2 and 3)",
|
11 |
"1": "positive (stars 4 and 5)"
|
12 |
},
|
13 |
"initializer_range": 0.02,
|
14 |
"intermediate_size": 3072,
|
15 |
"label2id": {
|
16 |
+
"negative (stars 1, 2 and 3)": 0,
|
17 |
"positive (stars 4 and 5)": 1
|
18 |
},
|
19 |
"layer_norm_eps": 1e-12,
|