improve tooltip for Tabby Banned tokens sampler (incl. banned strings help text)

627e44ba49022e11abcdbd7c1f4bcc1571875b10

RossAscends <124905043+RossAscends@users.noreply.github.com>

1 files changed, +3 -3Showing whitespace changes
public/index.html+3 -3
@@ -1471,11 +1471,11 @@
14711471 <div id="banned_tokens_block_ooba" data-newbie-hidden class="wide100p">
14721472 <hr data-newbie-hidden class="width100p">
14731473 <h4 class="range-block-title justifyCenter">
14741474 <span data-i18n="Banned Tokens">Banned Tokens/Strings</span>
14751475 <div class="margin5 fa-solid fa-circle-info opacity50p " data-i18n="[title]LLaMA / Mistral / Yi models only" title="LLaMA / Mistral / Yi models only. Make sure to select an appropriate tokenizerEnter first.&#13;Sequencessequences you don't want to appear in the output.&#13;OneUnquoted pertext line.will Textbe ortokenized in the back end and banned as tokens.&#13;[token ids] will be banned as-is.&#13;Most tokens have a leading space. Use token counter (with the correct tokenizer selected first!) if you are unsure.&#13;Enclose text in double quotes to ban the entire string as a set.&#13;Quoted Strings and [Token ids] must be on their own line."></div>
14761476 </h4>
14771477 <div class="wide100p">
14781478 <textarea id="banned_tokens_textgenerationwebui" class="text_pole textarea_compact" name="banned_tokens_textgenerationwebui" rows="3" data-i18n="[placeholder]Example: some text [42, 69, 1337]" placeholder="Example:&#10;'some text as tokens&#10;[42420, 69, 1337]&#10;"Some verbatim string"'></textarea>
14791479 </div>
14801480 </div>
14811481 <div class="range-block wide100p">