add model
Browse files- config.json +2 -6
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -15,18 +15,14 @@
|
|
15 |
"id2label": {
|
16 |
"0": "O",
|
17 |
"1": "B-location",
|
18 |
-
"2": "I-location"
|
19 |
-
"3": "L-location",
|
20 |
-
"4": "U-location"
|
21 |
},
|
22 |
"initializer_range": 0.02,
|
23 |
"intermediate_size": 3072,
|
24 |
"label2id": {
|
25 |
"B-location": 1,
|
26 |
"I-location": 2,
|
27 |
-
"
|
28 |
-
"O": 0,
|
29 |
-
"U-location": 4
|
30 |
},
|
31 |
"layer_norm_eps": 1e-05,
|
32 |
"max_position_embeddings": 514,
|
|
|
15 |
"id2label": {
|
16 |
"0": "O",
|
17 |
"1": "B-location",
|
18 |
+
"2": "I-location"
|
|
|
|
|
19 |
},
|
20 |
"initializer_range": 0.02,
|
21 |
"intermediate_size": 3072,
|
22 |
"label2id": {
|
23 |
"B-location": 1,
|
24 |
"I-location": 2,
|
25 |
+
"O": 0
|
|
|
|
|
26 |
},
|
27 |
"layer_norm_eps": 1e-05,
|
28 |
"max_position_embeddings": 514,
|
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:6cb566176424d978ed4c70ef69a3b118726ff4f0751553925fe59fceb3230953
|
3 |
+
size 496297713
|