jeonseongju
commited on
Commit
•
2fc2c28
1
Parent(s):
15cf0de
Update config.json
Browse files- config.json +14 -14
config.json
CHANGED
@@ -10,24 +10,24 @@
|
|
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 |
},
|
21 |
"initializer_range": 0.02,
|
22 |
"intermediate_size": 3072,
|
23 |
"label2id": {
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
},
|
32 |
"layer_norm_eps": 1e-12,
|
33 |
"max_position_embeddings": 512,
|
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
+
"0": "Fragment",
|
14 |
+
"1": "statement",
|
15 |
+
"2": "question",
|
16 |
+
"3": "command",
|
17 |
+
"4": "rhetorical question",
|
18 |
+
"5": "rhetorical command",
|
19 |
+
"6": "intonation-depedent utterance"
|
20 |
},
|
21 |
"initializer_range": 0.02,
|
22 |
"intermediate_size": 3072,
|
23 |
"label2id": {
|
24 |
+
"fragment": 0,
|
25 |
+
"statement": 1,
|
26 |
+
"question": 2,
|
27 |
+
"command": 3,
|
28 |
+
"rhetorical question": 4,
|
29 |
+
"rhetorical command": 5,
|
30 |
+
"intonation-depedent utterance": 6
|
31 |
},
|
32 |
"layer_norm_eps": 1e-12,
|
33 |
"max_position_embeddings": 512,
|