CoolFace
Modelpublic

docling-project/CodeFormulaV2

sourceHugging Facecdla-permissive-2.0updated 1y agoView on Hugging Face
4likes78kdownloads
chat_template.json4 linesDownload Raw Back to root
1{2  "chat_template": "<|start_of_role|>{% for message in messages %}{{message['role']}}{% 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