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 @@
15831583 </label>
15841584 <label data-tg-type="ooba, tabby" class="checkbox_label flexGrow flexShrink" for="add_bos_token_textgenerationwebui">
15851585 <input type="checkbox" id="add_bos_token_textgenerationwebui" />
1586- <label>
15871586 <small data-i18n="Add BOS Token">Add BOS Token</small>
15881587 <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>
15891588 </label>
1590- </label>
15911589 <label data-tg-type="ooba, llamacpp, tabby, koboldcpp, dreamgen" class="checkbox_label flexGrow flexShrink" for="ban_eos_token_textgenerationwebui">
15921590 <input type="checkbox" id="ban_eos_token_textgenerationwebui" />
1593- <label>
15941591 <small data-i18n="Ban EOS Token">Ban EOS Token</small>
15951592 <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>
15961593 </label>
1597- </label>
15981594 <label data-tg-type="vllm, aphrodite, infermaticai" class="checkbox_label" for="ignore_eos_token_textgenerationwebui">
15991595 <input type="checkbox" id="ignore_eos_token_textgenerationwebui" />
16001596 <small data-i18n="Ignore EOS Token">Ignore EOS Token</small>
@@ -1610,19 +1606,14 @@
16101606 </label>
16111607 <label data-tg-type="ooba, aphrodite, tabby" class="checkbox_label flexGrow flexShrink" for="temperature_last_textgenerationwebui">
16121608 <input type="checkbox" id="temperature_last_textgenerationwebui" />
1613- <label>
16141609 <small data-i18n="Temperature Last">Temperature Last</small>
16151610 <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>
16161611 </label>
1617- </label>
16181612 <label data-tg-type="tabby" class="checkbox_label flexGrow flexShrink" for="speculative_ngram_textgenerationwebui">
16191613 <input type="checkbox" id="speculative_ngram_textgenerationwebui" />
1620- <label>
16211614 <small data-i18n="Speculative Ngram">Speculative Ngram</small>
16221615 <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>
16231616 </label>
1624- </label>
1625-
16261617 <label data-tg-type="vllm, aphrodite, infermaticai" class="checkbox_label" for="spaces_between_special_tokens_textgenerationwebui">
16271618 <input type="checkbox" id="spaces_between_special_tokens_textgenerationwebui" />
16281619 <small data-i18n="Spaces Between Special Tokens">Spaces Between Special Tokens</small>