| { | |
| "backend": "tokenizers", | |
| "bos_token": "<|begin_of_text|>", | |
| "clean_up_tokenization_spaces": true, | |
| "eos_token": "<|eot_id|>", | |
| "image_token": "<|image|>", | |
| "is_local": true, | |
| "local_files_only": false, | |
| "model_input_names": [ | |
| "input_ids", | |
| "attention_mask" | |
| ], | |
| "model_max_length": 11520, | |
| "model_specific_special_tokens": { | |
| "image_token": "<|image|>", | |
| "video_token": "<|video|>" | |
| }, | |
| "pad_token": "<|end_of_text|>", | |
| "processor_class": "PerceptionLMProcessor", | |
| "tokenizer_class": "TokenizersBackend", | |
| "video_token": "<|video|>" | |
| } | |