CoolFace
Modelpublic

dmusingu/idefics2-open-i-dataset

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
chat_template.json4 linesDownload Raw Back to root
1{2  "chat_template": "{% 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 %}<end_of_utterance>\n{% endfor %}{% if add_generation_prompt %}{{ 'Assistant:' }}{% endif %}"3}4