eli4s commited on
Commit
b246048
1 Parent(s): 604c507

updated model from eli4s :))

Browse files
Files changed (2) hide show
  1. config.json +1 -0
  2. tokenizer_config.json +1 -1
config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "architectures": [
3
  "BertForMaskedLM"
4
  ],
 
1
  {
2
+ "_name_or_path": "eli4s/Bert-L12-h384-A6",
3
  "architectures": [
4
  "BertForMaskedLM"
5
  ],
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"do_lower_case": true, "do_basic_tokenize": true, "never_split": null, "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, "special_tokens_map_file": null, "name_or_path": "eli4s/Bert-L12-h384-A6", "tokenizer_class": "BertTokenizer"}
 
1
+ {"do_lower_case": true, "do_basic_tokenize": true, "never_split": null, "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, "special_tokens_map_file": null, "name_or_path": "eli4s/Bert-L12-h384-A6", "tokenizer_file": null, "tokenizer_class": "BertTokenizer"}