New model without the person derivative class
Browse files- config.json +18 -22
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -9,32 +9,28 @@
|
|
9 |
"hidden_dropout_prob": 0.1,
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
-
"2": "
|
15 |
-
"3": "
|
16 |
-
"4": "
|
17 |
-
"5": "
|
18 |
-
"6": "
|
19 |
-
"7": "
|
20 |
-
"8": "
|
21 |
-
"9": "LABEL_9",
|
22 |
-
"10": "LABEL_10"
|
23 |
},
|
24 |
"initializer_range": 0.02,
|
25 |
"intermediate_size": 3072,
|
26 |
"label2id": {
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"LABEL_8": 8,
|
37 |
-
"LABEL_9": 9
|
38 |
},
|
39 |
"layer_norm_eps": 1e-12,
|
40 |
"max_position_embeddings": 512,
|
|
|
9 |
"hidden_dropout_prob": 0.1,
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
+
"0": "B-LOC",
|
13 |
+
"1": "B-MISC",
|
14 |
+
"2": "B-ORG",
|
15 |
+
"3": "B-PER",
|
16 |
+
"4": "I-LOC",
|
17 |
+
"5": "I-MISC",
|
18 |
+
"6": "I-ORG",
|
19 |
+
"7": "I-PER",
|
20 |
+
"8": "O"
|
|
|
|
|
21 |
},
|
22 |
"initializer_range": 0.02,
|
23 |
"intermediate_size": 3072,
|
24 |
"label2id": {
|
25 |
+
"B-LOC": 0,
|
26 |
+
"B-MISC": 1,
|
27 |
+
"B-ORG": 2,
|
28 |
+
"B-PER": 3,
|
29 |
+
"I-LOC": 4,
|
30 |
+
"I-MISC": 5,
|
31 |
+
"I-ORG": 6,
|
32 |
+
"I-PER": 7,
|
33 |
+
"O": 8
|
|
|
|
|
34 |
},
|
35 |
"layer_norm_eps": 1e-12,
|
36 |
"max_position_embeddings": 512,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4edf6824e572a9f6d81a771d8c9e817d2c38225ea965013b02f78fd299dfe20b
|
3 |
+
size 440224439
|