span-marker-bert-base-orgs / tokenizer_config.json
tomaarsen's picture
tomaarsen HF staff
Upload model
f00c051
{
"add_prefix_space": true,
"clean_up_tokenization_spaces": true,
"cls_token": "[CLS]",
"do_lower_case": false,
"entity_max_length": 8,
"marker_max_length": 128,
"mask_token": "[MASK]",
"model_max_length": 256,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]"
}