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 @@
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>
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>
15901588 </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>
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>
15971593 </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" />
@@ -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>
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>
16171611 </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>
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>
16241616 </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>
@@ -5381,7 +5372,7 @@
53815372 </div>
53825373 </div>
53835374 <form id="form_bg_upload" style="display: none;">
53845375 <input type="file" id="add_bg_button" name="avatar" accept="image/jpeg,image/png,image/gif,image/bmp,image/svg+xml,video/*">
53855376 </form>
53865377 </div>
53875378 </div>
@@ -7770,4 +7761,4 @@
77707761 </script>
77717762</body>
77727763
77737764</html>
7764 \ No newline at end of file