CoolFace
Modelpublic

trl-internal-testing/tiny-Idefics3ForConditionalGeneration

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes72kdownloads
chat_template.jinja2 linesDownload Raw Back to root
1<|begin_of_text|>{% 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>2{% endfor %}{% if add_generation_prompt %}{{ 'Assistant:' }}{% endif %}