ToastyPigeon
commited on
Commit
•
7906a18
1
Parent(s):
2c24059
Update README.md
Browse files
README.md
CHANGED
@@ -24,4 +24,6 @@ Author's Note: Write 2 paragraphs using vivid and natural prose.[/INST] {{char}}
|
|
24 |
|
25 |
This prevents issues from AN/WI insertions, and avoids problems with repeated turns depending on whether the first message in the chat is from the Character or the User.
|
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 by interrupting the chat history.
|
|
|
|
|
|
24 |
|
25 |
This prevents issues from AN/WI insertions, and avoids problems with repeated turns depending on whether the first message in the chat is from the Character or the User.
|
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 by interrupting 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.
|