aimv2-large-patch14-224-lit-HF / tokenizer_config.json
yaswanthgali's picture
Upload 11 files
d20f0c6 verified
raw
history blame
739 Bytes
{
"added_tokens_decoder": {
"49406": {
"content": "<start_of_text>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
},
"49407": {
"content": "<end_of_text>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
}
},
"bos_token": "<start_of_text>",
"clean_up_tokenization_spaces": false,
"eos_token": "<end_of_text>",
"errors": "replace",
"extra_special_tokens": {},
"model_max_length": 77,
"pad_token": "<end_of_text>",
"processor_class": "CLIPProcessor",
"tokenizer_class": "CLIPTokenizer",
"unk_token": "<end_of_text>",
"use_fast": true
}