barthfab
commited on
Commit
•
25f9807
1
Parent(s):
c3313a6
Update tokenizer_config.json (#7)
Browse files- Update tokenizer_config.json (95e3ed2ea5e8c5056c44bd9e6f8a055d761d3a38)
- tokenizer_config.json +1 -1
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, "special_tokens_map_file": null, "name_or_path": "michiyasunaga/BioLinkBERT-base", "
|
|
|
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, "special_tokens_map_file": null, "name_or_path": "michiyasunaga/BioLinkBERT-base", "tokenizer_class": "BertTokenizer"}
|