ColPali
Safetensors
English
idefics3
colsmolvlm
vidore-experimental
vidore
QuentinJG commited on
Commit
a560b6c
·
verified ·
1 Parent(s): a8cfbff

Upload chat_template.json

Browse files
Files changed (1) hide show
  1. chat_template.json +3 -0
chat_template.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "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 %}"
3
+ }