tiny-processor-cosmos3-edge / chat_template.jinja
AntonV's picture
AntonV HF Staff
Copy of atharvajoshi10/tiny-processor-cosmos3-edge@main
8edc3a4 verified
Raw
History Blame Contribute Delete
406 Bytes
{% for message in messages %}{{ message['role'] + ': ' }}{% for content in message['content'] %}{% if content['type'] == 'image' %}<|vision_start|><|image_pad|><|vision_end|>{% elif content['type'] == 'video' %}<|vision_start|><|video_pad|><|vision_end|>{% elif content['type'] == 'text' %}{{ content['text'] }}{% endif %}{% endfor %}{% endfor %}{% if add_generation_prompt %}{{ 'assistant: ' }}{% endif %}