SmolLM2-FT-MyDataset-Lora / chat_template.jinja
carlyou's picture
Training in progress, epoch 1
c57a03f verified
raw
history blame contribute delete
196 Bytes
{% for message in messages %}{{'<|im_start|>' + message['role'] + '
' + message['content'] + '<|im_end|>' + '
'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
' }}{% endif %}