more TGWebUI sampler HTML nest cleanup

5c0e2e7c961630ca3ddd2fe6a1f5019aaabd6a67

RossAscends <rossascendshamma@gmail.com>

1 files changed, +6 -18Showing whitespace changes
public/index.html+6 -18
@@ -1463,14 +1463,12 @@
14631463 </div>
14641464 </div>
14651465 <div class="range-block marginTop5" title="Tokens across which sequence matching is not continued. Specified as a comma-separated list of quoted strings." data-i18n="[title]DRY_Sequence_Breakers_desc">
14661466 <div class="range-block-title textAlignCenter flex-container justifyCenter alignitemscenter">
14671467 <small data-i18n="Sequence Breakers">Sequence Breakers</small>
14681468 </div>
1469- <div class="wide100p">
14701469 <textarea id="dry_sequence_breakers_textgenerationwebui" class="text_pole textarea_compact" name="sequence_breakers" rows="3" data-i18n="[placeholder]JSON-serialized array of strings." placeholder="JSON-serialized array of strings."></textarea>
14711470 </div>
14721471 </div>
1473- </div>
14741472 <div data-tg-type="ooba, mancer, koboldcpp, tabby, llamacpp, aphrodite" id="dynatemp_block_ooba" class="wide100p">
14751473 <h4 class="wide100p textAlignCenter">
14761474 <div class="flex-container alignitemscenter justifyCenter">
@@ -1502,7 +1500,7 @@
15021500 <div data-tg-type="ooba,infermaticai,koboldcpp,llamacpp,tabby" id="mirostat_block_ooba" class="wide100p">
15031501 <h4 class="wide100p textAlignCenter">
15041502 <label data-i18n="Mirostat (mode=1 is only for llama.cpp)">Mirostat</label>
15051503 <div class=" fa-solid fa-circle-info opacity50p " data-i18n="[title]Mirostat_desc" title="Mirostat is a thermostat for output perplexity.&#13;Mirostat matches the output perplexity to that of the input, thus avoiding the repetition trap&#13;(where, as the autoregressive inference produces text, the perplexity of the output tends toward zero)&#13;and the confusion trap (where the perplexity diverges).&#13;For details, see the paper Mirostat: A Neural Text Decoding Algorithm that Directly Controls Perplexity by Basu et al. (2020).&#13;Mode chooses the Mirostat version. 0=disable, 1=Mirostat 1.0 (llama.cpp only), 2=Mirostat 2.0.&#13;Tau = Variability parameter for Mirostat outputs.&#13;Eta = Learning rate of Mirostat."></div>
15061504 </h4>
15071505 <div class="flex-container flexFlowRow gap10px flexShrink">
15081506 <div class="alignitemscenter flex-container marginBot5 flexFlowColumn flexGrow flexShrink gap0">
@@ -1511,18 +1509,12 @@
15111509 <input class="neo-range-input" type="number" min="0" max="2" step="1" data-for="mirostat_mode_textgenerationwebui" id="mirostat_mode_counter_textgenerationwebui">
15121510 </div>
15131511 <div class="alignitemscenter flex-container marginBot5 flexFlowColumn flexGrow flexShrink gap0">
1514- <label>
15151512 <small data-i18n="Mirostat Tau">Tau</small>
1516- <div class="fa-solid fa-circle-info opacity50p" data-i18n="[title]Variability parameter for Mirostat outputs" title="Variability parameter for Mirostat outputs."></div>
1517- </label>
15181513 <input class="neo-range-slider" type="range" id="mirostat_tau_textgenerationwebui" name="volume" min="0" max="20" step="0.01" />
15191514 <input class="neo-range-input" type="number" min="0" max="20" step="0.01" data-for="mirostat_tau_textgenerationwebui" id="mirostat_tau_counter_textgenerationwebui">
15201515 </div>
15211516 <div class="alignitemscenter flex-container marginBot5 flexFlowColumn flexGrow flexShrink gap0">
1522- <label>
15231517 <small data-i18n="Mirostat Eta">Eta</small>
1524- <div class="fa-solid fa-circle-info opacity50p" data-i18n="[title]Learning rate of Mirostat" title="Learning rate of Mirostat."></div>
1525- </label>
15261518 <input class="neo-range-slider" type="range" id="mirostat_eta_textgenerationwebui" name="volume" min="0" max="1" step="0.01" />
15271519 <input class="neo-range-input" type="number" min="0" max="1" step="0.01" data-for="mirostat_eta_textgenerationwebui" id="mirostat_eta_counter_textgenerationwebui">
15281520 </div>
@@ -1669,7 +1661,7 @@
16691661 <div class="logit_bias_list"></div>
16701662 </div>
16711663 </div>
16721664 <div id="cfg_block_ooba" data-tg-type="ooba, tabby" class="flex-container flexFlowColumn wide100p">
16731665 <hr class="width100p">
16741666 <h4 class="textAlignCenter">
16751667 <span data-i18n="CFG">CFG</span>
@@ -1681,15 +1673,11 @@
16811673 <input class="neo-range-input" type="number" min="0.1" max="4" step="0.05" data-for="guidance_scale_textgenerationwebui" id="guidance_scale_counter_textgenerationwebui">
16821674 </div>
16831675 <div class="range-block">
16841676 <div class="range-blockalignitemscenter justifyCenter flex-titlecontainer justifyLeftflexShrink">
16851677 <spansmall data-i18n="Negative Prompt">Negative Prompt</spansmall>
1686- <small>
16871678 <div class="fa-solid fa-circle-info opacity50p" data-i18n="[title]Used if CFG Scale is unset globally, per chat or character" title="Used if CFG Scale is unset globally, per chat or character"></div>
1688- </small>
1689- </div>
1690- <div class="wide100p">
1691- <textarea id="negative_prompt_textgenerationwebui" class="text_pole textarea_compact" name="negative_prompt" rows="3" data-i18n="[placeholder]Add text here that would make the AI generate things you don't want in your outputs." placeholder="Add text here that would make the AI generate things you don't want in your outputs."></textarea>
16921679 </div>
1680+ <textarea id="negative_prompt_textgenerationwebui" class="wide100p text_pole textarea_compact" name="negative_prompt" rows="3" data-i18n="[placeholder]Add text here that would make the AI generate things you don't want in your outputs." placeholder="Add text here that would make the AI generate things you don't want in your outputs."></textarea>
16931681 </div>
16941682 </div>
16951683 <div id="grammar_block_ooba" data-tg-type="ooba,aphrodite" class="wide100p">