model update
Browse files- config.json +1 -1
- pytorch_model.bin +2 -2
- tokenizer_config.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "cner_output/model/baseline_2021/bert_base/
|
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:
|
3 |
-
size
|
|
|
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/
|
|
|
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"}
|