End of training
Browse files- config.json +9 -9
config.json
CHANGED
@@ -21,15 +21,15 @@
|
|
21 |
},
|
22 |
"initializer_range": 0.02,
|
23 |
"label2id": {
|
24 |
-
"B-LOC": 5,
|
25 |
-
"B-MISC": 7,
|
26 |
-
"B-ORG": 3,
|
27 |
-
"B-PER": 1,
|
28 |
-
"I-LOC": 6,
|
29 |
-
"I-MISC": 8,
|
30 |
-
"I-ORG": 4,
|
31 |
-
"I-PER": 2,
|
32 |
-
"O": 0
|
33 |
},
|
34 |
"max_position_embeddings": 512,
|
35 |
"model_type": "distilbert",
|
|
|
21 |
},
|
22 |
"initializer_range": 0.02,
|
23 |
"label2id": {
|
24 |
+
"B-LOC": "5",
|
25 |
+
"B-MISC": "7",
|
26 |
+
"B-ORG": "3",
|
27 |
+
"B-PER": "1",
|
28 |
+
"I-LOC": "6",
|
29 |
+
"I-MISC": "8",
|
30 |
+
"I-ORG": "4",
|
31 |
+
"I-PER": "2",
|
32 |
+
"O": "0"
|
33 |
},
|
34 |
"max_position_embeddings": 512,
|
35 |
"model_type": "distilbert",
|