{ "backend": "tokenizers", "bos_token": "", "clean_up_tokenization_spaces": false, "eos_token": "", "extra_special_tokens": [ "" ], "is_local": false, "local_files_only": false, "mask_token": "", "model_max_length": 1000000000000000019884624838656, "pad_token": "", "processor_class": "PaliGemmaProcessor", "sp_model_kwargs": {}, "spaces_between_special_tokens": false, "tokenizer_class": "GemmaTokenizer", "unk_token": "", "use_default_system_prompt": false, "chat_template": "{{ bos_token }}{% for message in messages %}{% if message['role'] == 'user' %}{% if message['content'] is string %}{{ message['content'] }}{% else %}{% for item in message['content'] %}{% if item['type'] == 'image' %}{% elif item['type'] == 'text' %}{{ item['text'] }}{% endif %}{% endfor %}{% endif %}{{ '\n' }}{% elif message['role'] == 'assistant' %}{{ message['content'] }}{{ eos_token }}{% endif %}{% endfor %}" }