CoolFace
Modelpublic

oke39/llama3-8b-secure-code

sourceHugging Faceapache-2.0updated 9mo agoView on Hugging Face
2likes72downloads
chat_template.jinja5 linesDownload Raw Back to root
1{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>2 3'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>4 5' }}{% endif %}