standardize TGwebui sampler toggle HTML nests

0795e397a6fb73721172aff1b29d86915e7f5080

RossAscends <rossascendshamma@gmail.com>

1 files changed, +10 -19Ignore whitespace
public/index.html+10 -19
@@ -1583,17 +1583,13 @@
1583 </label>1583 </label>
1584 <label data-tg-type="ooba, tabby" class="checkbox_label flexGrow flexShrink" for="add_bos_token_textgenerationwebui">1584 <label data-tg-type="ooba, tabby" class="checkbox_label flexGrow flexShrink" for="add_bos_token_textgenerationwebui">
1585 <input type="checkbox" id="add_bos_token_textgenerationwebui" />1585 <input type="checkbox" id="add_bos_token_textgenerationwebui" />
1586 <label>1586 <small data-i18n="Add BOS Token">Add BOS Token</small>
1587 <small data-i18n="Add BOS Token">Add BOS Token</small>1587 <div class="fa-solid fa-circle-info opacity50p " data-i18n="[title]Add the bos_token to the beginning of prompts. Disabling this can make the replies more creative" title="Add the bos_token to the beginning of prompts. Disabling this can make the replies more creative."></div>
1588 <div class="fa-solid fa-circle-info opacity50p " data-i18n="[title]Add the bos_token to the beginning of prompts. Disabling this can make the replies more creative" title="Add the bos_token to the beginning of prompts. Disabling this can make the replies more creative."></div>
1589 </label>
1590 </label>1588 </label>
1591 <label data-tg-type="ooba, llamacpp, tabby, koboldcpp, dreamgen" class="checkbox_label flexGrow flexShrink" for="ban_eos_token_textgenerationwebui">1589 <label data-tg-type="ooba, llamacpp, tabby, koboldcpp, dreamgen" class="checkbox_label flexGrow flexShrink" for="ban_eos_token_textgenerationwebui">
1592 <input type="checkbox" id="ban_eos_token_textgenerationwebui" />1590 <input type="checkbox" id="ban_eos_token_textgenerationwebui" />
1593 <label>1591 <small data-i18n="Ban EOS Token">Ban EOS Token</small>
1594 <small data-i18n="Ban EOS Token">Ban EOS Token</small>1592 <div class="fa-solid fa-circle-info opacity50p " data-i18n="[title]Ban the eos_token. This forces the model to never end the generation prematurely" title="Ban the eos_token. This forces the model to never end the generation prematurely."></div>
1595 <div class="fa-solid fa-circle-info opacity50p " data-i18n="[title]Ban the eos_token. This forces the model to never end the generation prematurely" title="Ban the eos_token. This forces the model to never end the generation prematurely."></div>
1596 </label>
1597 </label>1593 </label>
1598 <label data-tg-type="vllm, aphrodite, infermaticai" class="checkbox_label" for="ignore_eos_token_textgenerationwebui">1594 <label data-tg-type="vllm, aphrodite, infermaticai" class="checkbox_label" for="ignore_eos_token_textgenerationwebui">
1599 <input type="checkbox" id="ignore_eos_token_textgenerationwebui" />1595 <input type="checkbox" id="ignore_eos_token_textgenerationwebui" />
@@ -1610,19 +1606,14 @@
1610 </label>1606 </label>
1611 <label data-tg-type="ooba, aphrodite, tabby" class="checkbox_label flexGrow flexShrink" for="temperature_last_textgenerationwebui">1607 <label data-tg-type="ooba, aphrodite, tabby" class="checkbox_label flexGrow flexShrink" for="temperature_last_textgenerationwebui">
1612 <input type="checkbox" id="temperature_last_textgenerationwebui" />1608 <input type="checkbox" id="temperature_last_textgenerationwebui" />
1613 <label>1609 <small data-i18n="Temperature Last">Temperature Last</small>
1614 <small data-i18n="Temperature Last">Temperature Last</small>1610 <div class="fa-solid fa-circle-info opacity50p " data-i18n="[title]Temperature_Last_desc" title="Use the temperature sampler last. This is almost always the sensible thing to do.&#13;When enabled: sample the set of plausible tokens first, then apply temperature to adjust their relative probabilities (technically, logits).&#13;When disabled: apply temperature to adjust the relative probabilities of ALL tokens first, then sample plausible tokens from that.&#13;Disabling Temperature Last boosts the probabilities in the tail of the distribution, which tends to amplify the chances of getting an incoherent response."></div>
1615 <div class="fa-solid fa-circle-info opacity50p " data-i18n="[title]Temperature_Last_desc" title="Use the temperature sampler last. This is almost always the sensible thing to do.&#13;When enabled: sample the set of plausible tokens first, then apply temperature to adjust their relative probabilities (technically, logits).&#13;When disabled: apply temperature to adjust the relative probabilities of ALL tokens first, then sample plausible tokens from that.&#13;Disabling Temperature Last boosts the probabilities in the tail of the distribution, which tends to amplify the chances of getting an incoherent response."></div>
1616 </label>
1617 </label>1611 </label>
1618 <label data-tg-type="tabby" class="checkbox_label flexGrow flexShrink" for="speculative_ngram_textgenerationwebui">1612 <label data-tg-type="tabby" class="checkbox_label flexGrow flexShrink" for="speculative_ngram_textgenerationwebui">
1619 <input type="checkbox" id="speculative_ngram_textgenerationwebui" />1613 <input type="checkbox" id="speculative_ngram_textgenerationwebui" />
1620 <label>1614 <small data-i18n="Speculative Ngram">Speculative Ngram</small>
1621 <small data-i18n="Speculative Ngram">Speculative Ngram</small>1615 <div class="fa-solid fa-circle-info opacity50p " data-i18n="[title]Use a different speculative decoding method without a draft model" title="Use a different speculative decoding method without a draft model.&#13;Using a draft model is preferred. Speculative ngram is not as effective."></div>
1622 <div class="fa-solid fa-circle-info opacity50p " data-i18n="[title]Use a different speculative decoding method without a draft model" title="Use a different speculative decoding method without a draft model.&#13;Using a draft model is preferred. Speculative ngram is not as effective."></div>
1623 </label>
1624 </label>1616 </label>
1625
1626 <label data-tg-type="vllm, aphrodite, infermaticai" class="checkbox_label" for="spaces_between_special_tokens_textgenerationwebui">1617 <label data-tg-type="vllm, aphrodite, infermaticai" class="checkbox_label" for="spaces_between_special_tokens_textgenerationwebui">
1627 <input type="checkbox" id="spaces_between_special_tokens_textgenerationwebui" />1618 <input type="checkbox" id="spaces_between_special_tokens_textgenerationwebui" />
1628 <small data-i18n="Spaces Between Special Tokens">Spaces Between Special Tokens</small>1619 <small data-i18n="Spaces Between Special Tokens">Spaces Between Special Tokens</small>
@@ -5381,7 +5372,7 @@
5381 </div>5372 </div>
5382 </div>5373 </div>
5383 <form id="form_bg_upload" style="display: none;">5374 <form id="form_bg_upload" style="display: none;">
5384 <input type="file" id="add_bg_button" name="avatar" accept="image/jpeg,image/png,image/gif,image/bmp,image/svg+xml,video/*">5375 <input type="file" id="add_bg_button" name="avatar" accept="image/jpeg,image/png,image/gif,image/bmp,image/svg+xml,video/*">
5385 </form>5376 </form>
5386 </div>5377 </div>
5387 </div>5378 </div>
@@ -7770,4 +7761,4 @@
7770 </script>7761 </script>
7771</body>7762</body>
77727763
7773</html>7764</html>
\ No newline at end of file7764 \ No newline at end of file