ddh0 commited on
Commit
c2eb1d1
1 Parent(s): 1fc0b89
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -22,7 +22,7 @@ This is a linear merge with the following composition:
22
  The model responds well to general-purpose prompt formats such as Alpaca. Alternatively, I suggest trying the following format, replacing `{the placeholder text}` with your actual messages, without curly brackets.
23
 
24
  ```
25
- <message from='system'>{your system prompt here}</message><message from='user'>{user prompt here}</message><message from='bot'>{bot response here}</message><message from='user'>{user prompt here}</message><message from='bot'>{bot response here}</message> [... and so on ...]
26
  ```
27
 
28
  This format is readily understood by the model, and leads to the expected high-quality responses. Note the lack of newlines `\n` - they are not necessary and might actually make it harder for the model to follow along.
 
22
  The model responds well to general-purpose prompt formats such as Alpaca. Alternatively, I suggest trying the following format, replacing `{the placeholder text}` with your actual messages, without curly brackets.
23
 
24
  ```
25
+ <message from="system">{your system prompt here}</message><message from="user">{user prompt here}</message><message from="bot">{bot response here}</message><message from="user">{user prompt here}</message><message from="bot">{bot response here}</message> [... and so on ...]
26
  ```
27
 
28
  This format is readily understood by the model, and leads to the expected high-quality responses. Note the lack of newlines `\n` - they are not necessary and might actually make it harder for the model to follow along.