tiny-random-Owlv2ForObjectDetection / tokenizer_config.json
hf-transformers-bot's picture
Update tiny models for Owlv2ForObjectDetection
3a4554b verified
Raw
History Blame
447 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|startoftext|>",
"clean_up_tokenization_spaces": true,
"do_lower_case": true,
"eos_token": "<|endoftext|>",
"errors": "replace",
"extra_special_tokens": [],
"is_local": true,
"local_files_only": false,
"model_max_length": 16,
"pad_token": "!",
"processor_class": "Owlv2Processor",
"tokenizer_class": "CLIPTokenizer",
"unk_token": "<|endoftext|>"
}