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