standardize TGwebui sampler toggle HTML nests

0795e397a6fb73721172aff1b29d86915e7f5080

RossAscends <rossascendshamma@gmail.com>

1 files changed, +0 -9Showing whitespace changes
public/index.html+0 -9
@@ -1583,18 +1583,14 @@
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>
1587 <small data-i18n="Add BOS Token">Add BOS Token</small>1586 <small data-i18n="Add BOS Token">Add BOS Token</small>
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>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>
1589 </label>1588 </label>
1590 </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>
1594 <small data-i18n="Ban EOS Token">Ban EOS Token</small>1591 <small data-i18n="Ban EOS Token">Ban EOS Token</small>
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>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>
1596 </label>1593 </label>
1597 </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" />
1600 <small data-i18n="Ignore EOS Token">Ignore EOS Token</small>1596 <small data-i18n="Ignore EOS Token">Ignore EOS Token</small>
@@ -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>
1614 <small data-i18n="Temperature Last">Temperature Last</small>1609 <small data-i18n="Temperature Last">Temperature Last</small>
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>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>
1616 </label>1611 </label>
1617 </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>
1621 <small data-i18n="Speculative Ngram">Speculative Ngram</small>1614 <small data-i18n="Speculative Ngram">Speculative Ngram</small>
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>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>
1623 </label>1616 </label>
1624 </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>