sam3-CoreAI-official-md / tokenizer /tokenizer_config.json
iosafat's picture
Duplicate from mlboydaisuke/sam3-CoreAI-official
11e113d
Raw
History Blame Contribute Delete
454 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|startoftext|>",
"clean_up_tokenization_spaces": false,
"do_lower_case": true,
"eos_token": "<|endoftext|>",
"errors": "replace",
"is_local": false,
"local_files_only": true,
"max_length": 32,
"model_max_length": 32,
"pad_token": "<|endoftext|>",
"processor_class": "Sam3VideoProcessor",
"tokenizer_class": "CLIPTokenizer",
"unk_token": "<|endoftext|>"
}