Update README.md
Browse files
README.md
CHANGED
@@ -65,7 +65,7 @@ base_model:
|
|
65 |
<li><b>DIALOGUES</b> - quotation marks if you do not use my REGEX/plain text, no quotation marks, if you add my REGEX</li>
|
66 |
<li><b>NARRATION</b> - italics</li>
|
67 |
<li><b>INNER THOUGHTS</b> - code block aka ```Thoughts```</li>
|
68 |
-
<li><b>Trim Incomplete Sentences
|
69 |
</div><br>
|
70 |
<h5><b>PRESETS:</b></h5>
|
71 |
<div style="background-color: #ffefb8; padding: 16px 32px; outline: 2px solid; border-radius: 10px;">
|
|
|
65 |
<li><b>DIALOGUES</b> - quotation marks if you do not use my REGEX/plain text, no quotation marks, if you add my REGEX</li>
|
66 |
<li><b>NARRATION</b> - italics</li>
|
67 |
<li><b>INNER THOUGHTS</b> - code block aka ```Thoughts```</li>
|
68 |
+
<li><b>Trim Incomplete Sentences</b>: ON (it prevents messeges from being cut in half with short maximum tokens setting in "conversation" mode preset, you need to turn it on manually in the newest presets version or...); OFF - you can use my REGEX files, which are better in trimming the unfinished sentences than a basic SillyTavern tool. Additionally, doing it through REGEX allows trimming even extremely short messages. You can set the output toxens even to 20-50 and it will trim everything perfectly, which is not doable otherwise - only through proper regex and good news - I wrote it for you... It is a separate folder to download now - you import regex files under SillyTavern Extensions Tab -> REGEX, in order provided in the files readme. You can also turn quotations ON/OFF this way - since LLM will generate with quotations now.</li>
|
69 |
</div><br>
|
70 |
<h5><b>PRESETS:</b></h5>
|
71 |
<div style="background-color: #ffefb8; padding: 16px 32px; outline: 2px solid; border-radius: 10px;">
|