Prompting Style?
#3
by
xriminact
- opened
What is the prompting style?
Looks like it's chatml
"chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
xriminact
changed discussion status to
closed