Update config.json
Browse filesBinary class positive labels now changed to be Misc from Per.
- config.json +2 -2
config.json
CHANGED
@@ -11,8 +11,8 @@
|
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
"hidden_size": 768,
|
13 |
"id2label": {
|
14 |
-
"0": "B-
|
15 |
-
"1": "I-
|
16 |
"2": "O"
|
17 |
},
|
18 |
"initializer_range": 0.02,
|
|
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
"hidden_size": 768,
|
13 |
"id2label": {
|
14 |
+
"0": "B-MISC",
|
15 |
+
"1": "I-MISC",
|
16 |
"2": "O"
|
17 |
},
|
18 |
"initializer_range": 0.02,
|