ReasonCLIP-L14-336-S0-Rea / tokenizer_config.json
fesvhtr's picture
Upload processor
b58df6f verified
Raw
History Blame Contribute Delete
374 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|startoftext|>",
"do_lower_case": true,
"eos_token": "<|endoftext|>",
"errors": "replace",
"is_local": false,
"model_max_length": 77,
"pad_token": "<|endoftext|>",
"processor_class": "CLIPProcessor",
"tokenizer_class": "CLIPTokenizer",
"unk_token": "<|endoftext|>"
}