meta-llama-Llama-2-7b-chat-hf / defaults /MODEL_PROMPT_TEMPLATE
GamerC0der's picture
Duplicate from huggingchat/chat-ui-template
c726bf0 verified
raw
history blame contribute delete
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}}