syabusyabu0141
commited on
Commit
•
ba2f2f4
1
Parent(s):
3cbfee1
Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -11,13 +11,13 @@
|
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
"0": "other_pos",
|
14 |
-
"1": "
|
15 |
"2": "true_prep"
|
16 |
},
|
17 |
"initializer_range": 0.02,
|
18 |
"intermediate_size": 3072,
|
19 |
"label2id": {
|
20 |
-
"
|
21 |
"other_pos": 0,
|
22 |
"true_prep": 2
|
23 |
},
|
|
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
"0": "other_pos",
|
14 |
+
"1": "ins_mis",
|
15 |
"2": "true_prep"
|
16 |
},
|
17 |
"initializer_range": 0.02,
|
18 |
"intermediate_size": 3072,
|
19 |
"label2id": {
|
20 |
+
"ins_mis": 1,
|
21 |
"other_pos": 0,
|
22 |
"true_prep": 2
|
23 |
},
|