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

627e44ba49022e11abcdbd7c1f4bcc1571875b10

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

1 files changed, +4 -4Ignore whitespace
public/index.html+4 -4
@@ -1471,11 +1471,11 @@
1471 <div id="banned_tokens_block_ooba" data-newbie-hidden class="wide100p">1471 <div id="banned_tokens_block_ooba" data-newbie-hidden class="wide100p">
1472 <hr data-newbie-hidden class="width100p">1472 <hr data-newbie-hidden class="width100p">
1473 <h4 class="range-block-title justifyCenter">1473 <h4 class="range-block-title justifyCenter">
1474 <span data-i18n="Banned Tokens">Banned Tokens</span>1474 <span data-i18n="Banned Tokens">Banned Tokens/Strings</span>
1475 <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 tokenizer first.&#13;Sequences you don't want to appear in the output.&#13;One per line. Text or [token ids].&#13;Most tokens have a leading space. Use token counter if unsure."></div>1475 <div class="margin5 fa-solid fa-circle-info opacity50p " data-i18n="[title]LLaMA / Mistral / Yi models only" title="Enter sequences you don't want to appear in the output.&#13;Unquoted text will be tokenized 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>
1476 </h4>1476 </h4>
1477 <div class="wide100p">1477 <div class="wide100p">
1478 <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&#10;[42, 69, 1337]"></textarea>1478 <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='some text as tokens&#10;[420, 69, 1337]&#10;"Some verbatim string"'></textarea>
1479 </div>1479 </div>
1480 </div>1480 </div>
1481 <div class="range-block wide100p">1481 <div class="range-block wide100p">
@@ -6586,4 +6586,4 @@
6586 </script>6586 </script>
6587</body>6587</body>
65886588
6589</html>6589</html>
\ No newline at end of file6589 \ No newline at end of file