m2-bert-80M-8k-retrieval / tokenizer_config.json
Tom Aarsen
Add bert-base-cased tokenizer with model_max_length: 8192
fdd629a
raw
history blame
316 Bytes
{
"clean_up_tokenization_spaces": true,
"cls_token": "[CLS]",
"do_lower_case": false,
"mask_token": "[MASK]",
"model_max_length": 8192,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]"
}