aimv2-large-patch14-224-lit / tokenizer_config.json
michalk8's picture
PyTorch code (#3)
b3a6e2f verified
raw
history blame contribute delete
689 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",
"model_max_length": 77,
"pad_token": "<end_of_text>",
"processor_class": "CLIPProcessor",
"tokenizer_class": "CLIPTokenizer",
"unk_token": "<end_of_text>"
}