clipnorm-dinov2-small-e5-small-v2 / tokenizer_config.json
marcusinthesky's picture
Upload processor
8003a5d
raw
history blame contribute delete
No virus
369 Bytes
{
"clean_up_tokenization_spaces": true,
"cls_token": "[CLS]",
"do_lower_case": true,
"mask_token": "[MASK]",
"model_max_length": 512,
"pad_token": "[PAD]",
"processor_class": "VisionTextDualEncoderProcessor",
"sep_token": "[SEP]",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]"
}