Spaces:
Build error
Build error
Add zephyr to prompts template
Browse files- PROMPTS.md +6 -0
PROMPTS.md
CHANGED
@@ -25,3 +25,9 @@ System: {{preprompt}}\nUser:{{#each messages}}{{#ifUser}}{{content}}\nFalcon:{{/
|
|
25 |
```env
|
26 |
<s>{{#each messages}}{{#ifUser}}[INST] {{#if @first}}{{#if @root.preprompt}}{{@root.preprompt}}\n{{/if}}{{/if}} {{content}} [/INST]{{/ifUser}}{{#ifAssistant}}{{content}}</s> {{/ifAssistant}}{{/each}}
|
27 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
```env
|
26 |
<s>{{#each messages}}{{#ifUser}}[INST] {{#if @first}}{{#if @root.preprompt}}{{@root.preprompt}}\n{{/if}}{{/if}} {{content}} [/INST]{{/ifUser}}{{#ifAssistant}}{{content}}</s> {{/ifAssistant}}{{/each}}
|
27 |
```
|
28 |
+
|
29 |
+
## Zephyr
|
30 |
+
|
31 |
+
```env
|
32 |
+
<|system|>\n{{preprompt}}</s>\n{{#each messages}}{{#ifUser}}<|user|>\n{{content}}</s>\n<|assistant|>\n{{/ifUser}}{{#ifAssistant}}{{content}}</s>\n{{/ifAssistant}}{{/each}}
|
33 |
+
```
|