| { | |
| "backend": "tokenizers", | |
| "bos_token": "<start_of_text>", | |
| "clean_up_tokenization_spaces": false, | |
| "eos_token": "<end_of_text>", | |
| "errors": "replace", | |
| "is_local": true, | |
| "local_files_only": false, | |
| "model_max_length": 77, | |
| "pad_token": "<end_of_text>", | |
| "processor_class": "CLIPProcessor", | |
| "tokenizer_class": "CLIPTokenizer", | |
| "unk_token": "<end_of_text>", | |
| "use_fast": true | |
| } | |