zephyr-chat / defaults /MODEL_PROMPT_TEMPLATE
lewtun's picture
lewtun HF staff
Duplicate from huggingchat/chat-ui-template
64ef239
<s>{{#each messages}}{{#ifUser}}[INST] {{#if @first}}{{#if @root.preprompt}}{{@root.preprompt}}\n{{/if}}{{/if}} {{content}} [/INST]{{/ifUser}}{{#ifAssistant}}{{content}}</s> {{/ifAssistant}}{{/each}}