jacksontran
commited on
Commit
·
b79814b
1
Parent(s):
dbf7c3d
pre-training on additional dataset
Browse files- config.json +2 -4
- onnx/model.onnx +1 -1
- onnx/model_quantized.onnx +1 -1
config.json
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
-
"architectures": [
|
4 |
-
"BertForTokenClassification"
|
5 |
-
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"classifier_dropout": null,
|
8 |
"gradient_checkpointing": false,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "HELLOMRKINOBI/bert-base-uncased-ner",
|
3 |
+
"architectures": ["BertForTokenClassification"],
|
|
|
|
|
4 |
"attention_probs_dropout_prob": 0.1,
|
5 |
"classifier_dropout": null,
|
6 |
"gradient_checkpointing": false,
|
onnx/model.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 435860478
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c03ee5b6454713d8a1b72f76da6a5a38c0b05e92c828f9e1531c3b2309b7f507
|
3 |
size 435860478
|
onnx/model_quantized.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 110124223
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c22081a9ce2502ab96bf161f0c45ce2d7c74bfc634405f52803ab04f184326da
|
3 |
size 110124223
|