bio-tinybert / tokenizer_config.json
Mojtaba aka Omid Rohanian
First version of the Bio-TinyBERT model and tokenizer.
f4a445a
raw
history blame contribute delete
363 Bytes
{"do_lower_case": true, "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": "huawei-noah/TinyBERT_General_4L_312D", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "BertTokenizer"}