ToastyPigeon commited on
Commit
b8a5048
1 Parent(s): 23e212f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -26,4 +26,4 @@ This prevents instruct formatting issues from AN/WI insertions, and avoids probl
26
 
27
  When using AN with this template, it should work correctly with Before/After Story String insertion. For more immediate insertion, Depth 1 (as shown in the example above) is least likely to confuse the model as it doesn't interrupt the chat history.
28
 
29
- Note: `</s>` is added after each Character message in the chat history to prevent problems with the AI not ending its turn properly when writing the newest response.
 
26
 
27
  When using AN with this template, it should work correctly with Before/After Story String insertion. For more immediate insertion, Depth 1 (as shown in the example above) is least likely to confuse the model as it doesn't interrupt the chat history.
28
 
29
+ Note: `<s>` is added automatically by the tokenizer and not included in the template. `</s>` is added after each Character message in the chat history to prevent problems with the AI not ending its turn properly when writing the newest response.