jina-embeddings-v2-small-en / tokenizer_config.json
bwang0911's picture
Rename tokenizer_config (1).json to tokenizer_config.json
e462ab6
raw history blame
No virus
367 Bytes
{
"clean_up_tokenization_spaces": true,
"cls_token": "[CLS]",
"do_basic_tokenize": true,
"do_lower_case": true,
"mask_token": "[MASK]",
"model_max_length": 8192,
"never_split": null,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]"
}