Atlas-Chat-9B / defaults /MODEL_PROMPT_TEMPLATE
habdine's picture
Duplicate from huggingchat/chat-ui-template
bb7ffab verified
raw
history blame
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}}