asahi417 commited on
Commit
9d2adb1
1 Parent(s): fb42208

model update

Browse files
Files changed (3) hide show
  1. config.json +1 -1
  2. pytorch_model.bin +2 -2
  3. tokenizer_config.json +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "cner_output/model/baseline_2021/bert_base/best_model",
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "cner_output/model/baseline_2021/bert_base/model_pmzjpl/epoch_10",
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0d6ad5bf1e510ae8a6e009907c94afca039d66e1caff280b365c591d909ae1ab
3
- size 431006385
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65f509c89233c965f6b87cf5baeac7051c379876f8e2196d0ea30db5c3bb3959
3
+ size 431009137
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "name_or_path": "cner_output/model/baseline_2021/bert_base/best_model", "special_tokens_map_file": "cner_output/model/baseline_2021/bert_base/model_pmzjpl/epoch_10/special_tokens_map.json", "tokenizer_class": "BertTokenizer"}
 
1
+ {"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "name_or_path": "cner_output/model/baseline_2021/bert_base/model_pmzjpl/epoch_10", "special_tokens_map_file": "cner_output/model/baseline_2021/bert_base/model_pmzjpl/epoch_10/special_tokens_map.json", "tokenizer_class": "BertTokenizer"}