Update config.json
Browse files- config.json +34 -34
config.json
CHANGED
@@ -10,44 +10,44 @@
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
-
"0": "
|
14 |
-
"1": "
|
15 |
-
"2": "
|
16 |
-
"3": "
|
17 |
-
"4": "
|
18 |
-
"5": "
|
19 |
-
"6": "
|
20 |
-
"7": "
|
21 |
-
"8": "
|
22 |
-
"9": "
|
23 |
-
"10": "
|
24 |
-
"11": "
|
25 |
-
"12": "
|
26 |
-
"13": "
|
27 |
-
"14": "
|
28 |
-
"15": "
|
29 |
-
"16": "
|
30 |
},
|
31 |
"initializer_range": 0.02,
|
32 |
"intermediate_size": 3072,
|
33 |
"label2id": {
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"
|
40 |
-
"
|
41 |
-
"
|
42 |
-
"
|
43 |
-
"
|
44 |
-
"
|
45 |
-
"
|
46 |
-
"
|
47 |
-
"
|
48 |
-
"
|
49 |
-
"
|
50 |
-
"
|
51 |
},
|
52 |
"layer_norm_eps": 1e-12,
|
53 |
"max_position_embeddings": 512,
|
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
+
"0": "appreciate",
|
14 |
+
"1": "askhelp",
|
15 |
+
"2": "bye",
|
16 |
+
"3": "change-topic",
|
17 |
+
"4": "confirm",
|
18 |
+
"5": "confusion",
|
19 |
+
"6": "doubt",
|
20 |
+
"7": "empathy",
|
21 |
+
"8": "greeting",
|
22 |
+
"9": "inform",
|
23 |
+
"10": "insulted",
|
24 |
+
"11": "problem",
|
25 |
+
"12": "question",
|
26 |
+
"13": "refuse",
|
27 |
+
"14": "success",
|
28 |
+
"15": "thanks",
|
29 |
+
"16": "wish"
|
30 |
},
|
31 |
"initializer_range": 0.02,
|
32 |
"intermediate_size": 3072,
|
33 |
"label2id": {
|
34 |
+
"appreciate": 0,
|
35 |
+
"askhelp": 1,
|
36 |
+
"insulted": 10,
|
37 |
+
"problem": 11,
|
38 |
+
"question": 12,
|
39 |
+
"refuse": 13,
|
40 |
+
"success": 14,
|
41 |
+
"thanks": 15,
|
42 |
+
"wish": 16,
|
43 |
+
"bye": 2,
|
44 |
+
"change-topic": 3,
|
45 |
+
"confirm": 4,
|
46 |
+
"confusion": 5,
|
47 |
+
"doubt": 6,
|
48 |
+
"empathy": 7,
|
49 |
+
"greeting": 8,
|
50 |
+
"inform": 9
|
51 |
},
|
52 |
"layer_norm_eps": 1e-12,
|
53 |
"max_position_embeddings": 512,
|