jacksontran commited on
Commit
b79814b
1 Parent(s): dbf7c3d

pre-training on additional dataset

Browse files
Files changed (3) hide show
  1. config.json +2 -4
  2. onnx/model.onnx +1 -1
  3. onnx/model_quantized.onnx +1 -1
config.json CHANGED
@@ -1,8 +1,6 @@
1
  {
2
- "_name_or_path": "huantd/bert-base-uncased-conll2003",
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:a6189bb75d22f90d655866b3be1839d93b2a4ce57fd00e03d1c22dd54d6ea783
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:121c8a47219bbf78e01e71550518895cd4d27f1bc34fe06310dae5d707a43c19
3
  size 110124223
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c22081a9ce2502ab96bf161f0c45ce2d7c74bfc634405f52803ab04f184326da
3
  size 110124223