File size: 395 Bytes
baa0dbb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"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": 25,
"pad_token": "<end_of_text>",
"processor_class": "CLIPProcessor",
"tokenizer_class": "CLIPTokenizer",
"unk_token": "<end_of_text>",
"use_fast": true
}
|