Update config.json
Browse files- config.json +10 -10
config.json
CHANGED
@@ -9,21 +9,21 @@
|
|
9 |
"hidden_dropout_prob": 0.1,
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
-
"0": "1",
|
13 |
-
"1": "2",
|
14 |
-
"2": "3",
|
15 |
-
"3": "4",
|
16 |
-
"4": "5"
|
17 |
},
|
18 |
"initializer_range": 0.02,
|
19 |
"intermediate_size": 3072,
|
20 |
"is_decoder": false,
|
21 |
"label2id": {
|
22 |
-
"1": 0,
|
23 |
-
"2": 1,
|
24 |
-
"3": 2,
|
25 |
-
"4": 3,
|
26 |
-
"5": 4
|
27 |
},
|
28 |
"layer_norm_eps": 1e-12,
|
29 |
"max_position_embeddings": 512,
|
|
|
9 |
"hidden_dropout_prob": 0.1,
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
+
"0": "1 star",
|
13 |
+
"1": "2 stars",
|
14 |
+
"2": "3 stars",
|
15 |
+
"3": "4 stars",
|
16 |
+
"4": "5 stars"
|
17 |
},
|
18 |
"initializer_range": 0.02,
|
19 |
"intermediate_size": 3072,
|
20 |
"is_decoder": false,
|
21 |
"label2id": {
|
22 |
+
"1 star": 0,
|
23 |
+
"2 stars": 1,
|
24 |
+
"3 stars": 2,
|
25 |
+
"4 stars": 3,
|
26 |
+
"5 stars": 4
|
27 |
},
|
28 |
"layer_norm_eps": 1e-12,
|
29 |
"max_position_embeddings": 512,
|