Update config.json
Browse files- config.json +9 -9
config.json
CHANGED
@@ -9,15 +9,15 @@
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
-
"2": "
|
15 |
-
"3": "
|
16 |
-
"4": "
|
17 |
-
"5": "
|
18 |
-
"6": "
|
19 |
-
"7": "
|
20 |
-
"8": "
|
21 |
},
|
22 |
"initializer_range": 0.02,
|
23 |
"label2id": {
|
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
+
"0": "Improvement Suggestion",
|
13 |
+
"1": "Question",
|
14 |
+
"2": "Confusion",
|
15 |
+
"3": "Support Request",
|
16 |
+
"4": "Discussion",
|
17 |
+
"5": "Course Comparison",
|
18 |
+
"6": "Related Course Suggestions",
|
19 |
+
"7": "Negative",
|
20 |
+
"8": "Positive"
|
21 |
},
|
22 |
"initializer_range": 0.02,
|
23 |
"label2id": {
|