ColPali
Safetensors
English
idefics3
colsmolvlm
vidore-experimental
vidore
colSmol-500M-base / chat_template.json
QuentinJG's picture
Upload chat_template.json
a560b6c verified
raw
history blame contribute delete
425 Bytes
{
"chat_template": "<|im_start|>{% for message in messages %}{{message['role'].capitalize()}}{% if message['content'][0]['type'] == 'image' %}{{':'}}{% else %}{{': '}}{% endif %}{% for line in message['content'] %}{% if line['type'] == 'text' %}{{line['text']}}{% elif line['type'] == 'image' %}{{ '<image>' }}{% endif %}{% endfor %}<|endoftext|>\n{% endfor %}{% if add_generation_prompt %}{{ 'Assistant:' }}{% endif %}"
}