DeepSeek-OCR-8bit / chat_template.json
prince-canuma's picture
Upload folder using huggingface_hub
305315b verified
raw
history blame contribute delete
217 Bytes
{
"chat_template": "{% for message in messages %}{% if message['role'] == 'user' %}{% elif message['role'] == 'assistant' %}{% endif %}{{message['content']}} {% endfor %}{% if add_generation_prompt %}{% endif %}"
}