asahi417 commited on
Commit
f92ec91
1 Parent(s): c623bc1

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_concat/best_model",
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "bert-base-cased",
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:6988e5108f30f2610754c3b5c1d9c52d127cae9e11f7a324bf0d46026ac50d65
3
- size 431006385
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b142b70f0682eb7d488f412faaaf8342a1719c4ea74bfe17cc225f10ab189035
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_concat/best_model", "special_tokens_map_file": "cner_output/model/baseline_2021/bert_base_concat/best_model/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": "bert-base-cased", "tokenizer_class": "BertTokenizer"}