sam3-litetext-l / tokenizer_config.json
yonigozlan's picture
Super-squash branch 'main' using huggingface_hub
963aaae
raw
history blame contribute delete
380 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|startoftext|>",
"do_lower_case": true,
"eos_token": "<|endoftext|>",
"errors": "replace",
"is_local": false,
"max_length": 77,
"model_max_length": 77,
"pad_token": "<|endoftext|>",
"processor_class": "Sam3Processor",
"tokenizer_class": "CLIPTokenizer",
"unk_token": "<|endoftext|>"
}