Jorge Lopez Grisman
commited on
Commit
·
e4c51f6
1
Parent(s):
8fefe6d
Updating conf file with proper labels mapping
Browse files- config.json +10 -10
config.json
CHANGED
@@ -13,16 +13,16 @@
|
|
13 |
"hidden_act": "gelu_new",
|
14 |
"hidden_dropout_prob": 0,
|
15 |
"hidden_size": 768,
|
16 |
-
|
17 |
-
"0": "
|
18 |
-
"1": "
|
19 |
-
"2": "
|
20 |
-
"3": "
|
21 |
-
"4": "
|
22 |
-
"5": "
|
23 |
-
"6": "
|
24 |
-
"7": "
|
25 |
-
"8": "
|
26 |
},
|
27 |
"initializer_range": 0.02,
|
28 |
"inner_group_num": 1,
|
|
|
13 |
"hidden_act": "gelu_new",
|
14 |
"hidden_dropout_prob": 0,
|
15 |
"hidden_size": 768,
|
16 |
+
"id2label": {
|
17 |
+
"0": "O",
|
18 |
+
"1": "B-MISC",
|
19 |
+
"2": "I-MISC",
|
20 |
+
"3": "B-PER",
|
21 |
+
"4": "I-PER",
|
22 |
+
"5": "B-ORG",
|
23 |
+
"6": "I-ORG",
|
24 |
+
"7": "B-LOC",
|
25 |
+
"8": "I-LOC"
|
26 |
},
|
27 |
"initializer_range": 0.02,
|
28 |
"inner_group_num": 1,
|