Update config.json
Browse files- config.json +10 -10
config.json
CHANGED
@@ -21,11 +21,11 @@
|
|
21 |
"gelu_activation": true,
|
22 |
"group_by_size": true,
|
23 |
"id2label": {
|
24 |
-
"0": "
|
25 |
-
"1": "
|
26 |
-
"2": "
|
27 |
-
"3": "
|
28 |
-
"4": "
|
29 |
},
|
30 |
"id2lang": {
|
31 |
"0": "fr"
|
@@ -33,11 +33,11 @@
|
|
33 |
"init_std": 0.02,
|
34 |
"is_encoder": true,
|
35 |
"label2id": {
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"
|
40 |
-
"
|
41 |
},
|
42 |
"lang2id": {
|
43 |
"fr": 0
|
|
|
21 |
"gelu_activation": true,
|
22 |
"group_by_size": true,
|
23 |
"id2label": {
|
24 |
+
"0": "very_negative",
|
25 |
+
"1": "negative",
|
26 |
+
"2": "mixed",
|
27 |
+
"3": "positive",
|
28 |
+
"4": "very_positive"
|
29 |
},
|
30 |
"id2lang": {
|
31 |
"0": "fr"
|
|
|
33 |
"init_std": 0.02,
|
34 |
"is_encoder": true,
|
35 |
"label2id": {
|
36 |
+
"very_negative": 0,
|
37 |
+
"negative": 1,
|
38 |
+
"mixed": 2,
|
39 |
+
"positive": 3,
|
40 |
+
"very_positive": 4
|
41 |
},
|
42 |
"lang2id": {
|
43 |
"fr": 0
|