sweatSmile's picture
Upload SmolLM-360M-Instruct fine-tuned on customer support dataset with LoRA
0c6179f 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 %}