Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
@@ -11,10 +11,10 @@
|
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
"0": "1 stars",
|
14 |
-
"1": "
|
15 |
"2": "3 stars",
|
16 |
-
"3": "
|
17 |
-
"4": "
|
18 |
},
|
19 |
"initializer_range": 0.02,
|
20 |
"intermediate_size": 3072,
|
|
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
"0": "1 stars",
|
14 |
+
"1": "2 stars",
|
15 |
"2": "3 stars",
|
16 |
+
"3": "4 stars",
|
17 |
+
"4": "5 stars"
|
18 |
},
|
19 |
"initializer_range": 0.02,
|
20 |
"intermediate_size": 3072,
|