Remove newbie attribute part 1

9a8a958165878a324c57716920bc72a8501d384f

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +47 -47Ignore whitespace
public/index.html+47 -47
@@ -98,12 +98,12 @@
98 </select>98 </select>
99 <div class="flex-container marginLeft5 ">99 <div class="flex-container marginLeft5 ">
100 <input type="file" hidden data-preset-manager-file="kobold" accept=".json, .settings">100 <input type="file" hidden data-preset-manager-file="kobold" accept=".json, .settings">
101 <i data-newbie-hidden data-preset-manager-update="kobold" class="menu_button fa-solid fa-save" title="Update current preset" data-i18n="[title]Update current preset"></i>101 <i data-preset-manager-update="kobold" class="menu_button fa-solid fa-save" title="Update current preset" data-i18n="[title]Update current preset"></i>
102 <i data-newbie-hidden data-preset-manager-new="kobold" class="menu_button fa-solid fa-file-circle-plus" title="Save preset as" data-i18n="[title]Save preset as"></i>102 <i data-preset-manager-new="kobold" class="menu_button fa-solid fa-file-circle-plus" title="Save preset as" data-i18n="[title]Save preset as"></i>
103 <i data-newbie-hidden data-preset-manager-import="kobold" class="menu_button fa-solid fa-file-import" title="Import preset" data-i18n="[title]Import preset"></i>103 <i data-preset-manager-import="kobold" class="menu_button fa-solid fa-file-import" title="Import preset" data-i18n="[title]Import preset"></i>
104 <i data-newbie-hidden data-preset-manager-export="kobold" class="menu_button fa-solid fa-file-export" title="Export preset" data-i18n="[title]Export preset"></i>104 <i data-preset-manager-export="kobold" class="menu_button fa-solid fa-file-export" title="Export preset" data-i18n="[title]Export preset"></i>
105 <i data-newbie-hidden data-preset-manager-restore="kobold" class="menu_button fa-solid fa-recycle" title="Restore current preset" data-i18n="[title]Restore current preset"></i>105 <i data-preset-manager-restore="kobold" class="menu_button fa-solid fa-recycle" title="Restore current preset" data-i18n="[title]Restore current preset"></i>
106 <i data-newbie-hidden data-preset-manager-delete="kobold" class="menu_button fa-solid fa-trash-can" title="Delete the preset" data-i18n="[title]Delete the preset"></i>106 <i data-preset-manager-delete="kobold" class="menu_button fa-solid fa-trash-can" title="Delete the preset" data-i18n="[title]Delete the preset"></i>
107 </div>107 </div>
108 </div>108 </div>
109 </div>109 </div>
@@ -120,12 +120,12 @@
120 </select>120 </select>
121 <div class="flex-container marginLeft5 ">121 <div class="flex-container marginLeft5 ">
122 <input type="file" hidden data-preset-manager-file="novel" accept=".json, .settings">122 <input type="file" hidden data-preset-manager-file="novel" accept=".json, .settings">
123 <i data-newbie-hidden data-preset-manager-update="novel" class="menu_button fa-solid fa-save" title="Update current preset" data-i18n="[title]Update current preset"></i>123 <i data-preset-manager-update="novel" class="menu_button fa-solid fa-save" title="Update current preset" data-i18n="[title]Update current preset"></i>
124 <i data-newbie-hidden data-preset-manager-new="novel" class="menu_button fa-solid fa-file-circle-plus" title="Save preset as" data-i18n="[title]Save preset as"></i>124 <i data-preset-manager-new="novel" class="menu_button fa-solid fa-file-circle-plus" title="Save preset as" data-i18n="[title]Save preset as"></i>
125 <i data-newbie-hidden data-preset-manager-import="novel" class="menu_button fa-solid fa-file-import" title="Import preset" data-i18n="[title]Import preset"></i>125 <i data-preset-manager-import="novel" class="menu_button fa-solid fa-file-import" title="Import preset" data-i18n="[title]Import preset"></i>
126 <i data-newbie-hidden data-preset-manager-export="novel" class="menu_button fa-solid fa-file-export" title="Export preset" data-i18n="[title]Export preset"></i>126 <i data-preset-manager-export="novel" class="menu_button fa-solid fa-file-export" title="Export preset" data-i18n="[title]Export preset"></i>
127 <i data-newbie-hidden data-preset-manager-restore="novel" class="menu_button fa-solid fa-recycle" title="Restore current preset" data-i18n="[title]Restore current preset"></i>127 <i data-preset-manager-restore="novel" class="menu_button fa-solid fa-recycle" title="Restore current preset" data-i18n="[title]Restore current preset"></i>
128 <i data-newbie-hidden data-preset-manager-delete="novel" class="menu_button fa-solid fa-trash-can" title="Delete the preset" data-i18n="[title]Delete the preset"></i>128 <i data-preset-manager-delete="novel" class="menu_button fa-solid fa-trash-can" title="Delete the preset" data-i18n="[title]Delete the preset"></i>
129 </div>129 </div>
130 </div>130 </div>
131 </div>131 </div>
@@ -140,9 +140,9 @@
140 <input id="openai_preset_import_file" type="file" accept=".json,.settings" hidden />140 <input id="openai_preset_import_file" type="file" accept=".json,.settings" hidden />
141 <i id="update_oai_preset" class="menu_button fa-solid fa-save" title="Update current preset" data-i18n="[title]Update current preset"></i>141 <i id="update_oai_preset" class="menu_button fa-solid fa-save" title="Update current preset" data-i18n="[title]Update current preset"></i>
142 <i id="new_oai_preset" class="menu_button fa-solid fa-file-circle-plus" title="Save preset as" data-i18n="[title]Save preset as"></i>142 <i id="new_oai_preset" class="menu_button fa-solid fa-file-circle-plus" title="Save preset as" data-i18n="[title]Save preset as"></i>
143 <i data-newbie-hidden id="import_oai_preset" class="menu_button fa-solid fa-file-import" title="Import preset" data-i18n="[title]Import preset"></i>143 <i id="import_oai_preset" class="menu_button fa-solid fa-file-import" title="Import preset" data-i18n="[title]Import preset"></i>
144 <i data-newbie-hidden id="export_oai_preset" class="menu_button fa-solid fa-file-export" title="Export preset" data-i18n="[title]Export preset"></i>144 <i id="export_oai_preset" class="menu_button fa-solid fa-file-export" title="Export preset" data-i18n="[title]Export preset"></i>
145 <i data-newbie-hidden id="delete_oai_preset" class="menu_button fa-solid fa-trash-can" title="Delete the preset" data-i18n="[title]Delete the preset"></i>145 <i id="delete_oai_preset" class="menu_button fa-solid fa-trash-can" title="Delete the preset" data-i18n="[title]Delete the preset"></i>
146 </div>146 </div>
147 </div>147 </div>
148 </div>148 </div>
@@ -154,17 +154,17 @@
154 </select>154 </select>
155 <div class="flex-container marginLeft5 ">155 <div class="flex-container marginLeft5 ">
156 <input type="file" hidden data-preset-manager-file="textgenerationwebui" accept=".json, .settings">156 <input type="file" hidden data-preset-manager-file="textgenerationwebui" accept=".json, .settings">
157 <i data-newbie-hidden data-preset-manager-update="textgenerationwebui" class="menu_button fa-solid fa-save" title="Update current preset" data-i18n="[title]Update current preset"></i>157 <i data-preset-manager-update="textgenerationwebui" class="menu_button fa-solid fa-save" title="Update current preset" data-i18n="[title]Update current preset"></i>
158 <i data-newbie-hidden data-preset-manager-new="textgenerationwebui" class="menu_button fa-solid fa-file-circle-plus" title="Save preset as" data-i18n="[title]Save preset as"></i>158 <i data-preset-manager-new="textgenerationwebui" class="menu_button fa-solid fa-file-circle-plus" title="Save preset as" data-i18n="[title]Save preset as"></i>
159 <i data-newbie-hidden data-preset-manager-import="textgenerationwebui" class="menu_button fa-solid fa-file-import" title="Import preset" data-i18n="[title]Import preset"></i>159 <i data-preset-manager-import="textgenerationwebui" class="menu_button fa-solid fa-file-import" title="Import preset" data-i18n="[title]Import preset"></i>
160 <i data-newbie-hidden data-preset-manager-export="textgenerationwebui" class="menu_button fa-solid fa-file-export" title="Export preset" data-i18n="[title]Export preset"></i>160 <i data-preset-manager-export="textgenerationwebui" class="menu_button fa-solid fa-file-export" title="Export preset" data-i18n="[title]Export preset"></i>
161 <i data-newbie-hidden data-preset-manager-restore="textgenerationwebui" class="menu_button fa-solid fa-recycle" title="Restore current preset" data-i18n="[title]Restore current preset"></i>161 <i data-preset-manager-restore="textgenerationwebui" class="menu_button fa-solid fa-recycle" title="Restore current preset" data-i18n="[title]Restore current preset"></i>
162 <i data-newbie-hidden data-preset-manager-delete="textgenerationwebui" class="menu_button fa-solid fa-trash-can" title="Delete the preset" data-i18n="[title]Delete the preset"></i>162 <i data-preset-manager-delete="textgenerationwebui" class="menu_button fa-solid fa-trash-can" title="Delete the preset" data-i18n="[title]Delete the preset"></i>
163 </div>163 </div>
164 </div>164 </div>
165 </div>165 </div>
166 </div>166 </div>
167 <div data-newbie-hidden id="ai_module_block_novel" class="width100p">167 <div id="ai_module_block_novel" class="width100p">
168 <div class="range-block">168 <div class="range-block">
169 <div class="range-block-title justifyLeft" data-i18n="AI Module">169 <div class="range-block-title justifyLeft" data-i18n="AI Module">
170 AI Module170 AI Module
@@ -271,7 +271,7 @@
271 </div>271 </div>
272 </div>272 </div>
273 </div>273 </div>
274 <div data-newbie-hidden class="range-block">274 <div class="range-block">
275 <div class="range-block-title" data-i18n="Rep. Pen. Range.">275 <div class="range-block-title" data-i18n="Rep. Pen. Range.">
276 Rep Pen Range276 Rep Pen Range
277 </div>277 </div>
@@ -284,7 +284,7 @@
284 </div>284 </div>
285 </div>285 </div>
286 </div>286 </div>
287 <div data-newbie-hidden class="range-block">287 <div class="range-block">
288 <div class="range-block-title" data-i18n="Rep. Pen. Slope">288 <div class="range-block-title" data-i18n="Rep. Pen. Slope">
289 Repetition Penalty Slope289 Repetition Penalty Slope
290 </div>290 </div>
@@ -297,7 +297,7 @@
297 </div>297 </div>
298 </div>298 </div>
299 </div>299 </div>
300 <div data-newbie-hidden class="range-block">300 <div class="range-block">
301 <div class="range-block-title" data-i18n="Rep. Pen. Freq.">301 <div class="range-block-title" data-i18n="Rep. Pen. Freq.">
302 Repetition Penalty Frequency302 Repetition Penalty Frequency
303 </div>303 </div>
@@ -310,7 +310,7 @@
310 </div>310 </div>
311 </div>311 </div>
312 </div>312 </div>
313 <div data-newbie-hidden class="range-block">313 <div class="range-block">
314 <div class="range-block-title" data-i18n="Rep. Pen. Presence">314 <div class="range-block-title" data-i18n="Rep. Pen. Presence">
315 Repetition Penalty Presence315 Repetition Penalty Presence
316 </div>316 </div>
@@ -323,7 +323,7 @@
323 </div>323 </div>
324 </div>324 </div>
325 </div>325 </div>
326 <div data-newbie-hidden class="range-block">326 <div class="range-block">
327 <div class="range-block-title" data-i18n="TFS">327 <div class="range-block-title" data-i18n="TFS">
328 TFS328 TFS
329 </div>329 </div>
@@ -336,7 +336,7 @@
336 </div>336 </div>
337 </div>337 </div>
338 </div>338 </div>
339 <div data-newbie-hidden class="range-block">339 <div class="range-block">
340 <div class="range-block-title" data-i18n="Phrase Repetition Penalty">340 <div class="range-block-title" data-i18n="Phrase Repetition Penalty">
341 Phrase Repetition Penalty341 Phrase Repetition Penalty
342 </div>342 </div>
@@ -351,7 +351,7 @@
351 </div>351 </div>
352 </div>352 </div>
353 <div id="range_block_openai">353 <div id="range_block_openai">
354 <div data-newbie-hidden class="range-block">354 <div class="range-block">
355 <label class="checkbox_label">355 <label class="checkbox_label">
356 <input id="oai_max_context_unlocked" type="checkbox" />356 <input id="oai_max_context_unlocked" type="checkbox" />
357 <span data-i18n="Unlocked Context Size">357 <span data-i18n="Unlocked Context Size">
@@ -436,7 +436,7 @@
436 </div>436 </div>
437 </div>437 </div>
438 </div>438 </div>
439 <div data-newbie-hidden class="range-block" data-source="openai,openrouter,custom,cohere,perplexity,groq">439 <div class="range-block" data-source="openai,openrouter,custom,cohere,perplexity,groq">
440 <div class="range-block-title" data-i18n="Frequency Penalty">440 <div class="range-block-title" data-i18n="Frequency Penalty">
441 Frequency Penalty441 Frequency Penalty
442 </div>442 </div>
@@ -449,7 +449,7 @@
449 </div>449 </div>
450 </div>450 </div>
451 </div>451 </div>
452 <div data-newbie-hidden class="range-block" data-source="openai,openrouter,custom,cohere,perplexity,groq">452 <div class="range-block" data-source="openai,openrouter,custom,cohere,perplexity,groq">
453 <div class="range-block-title" data-i18n="Presence Penalty">453 <div class="range-block-title" data-i18n="Presence Penalty">
454 Presence Penalty454 Presence Penalty
455 </div>455 </div>
@@ -462,7 +462,7 @@
462 </div>462 </div>
463 </div>463 </div>
464 </div>464 </div>
465 <div data-newbie-hidden class="range-block" data-source="claude,openrouter,makersuite,cohere,perplexity">465 <div class="range-block" data-source="claude,openrouter,makersuite,cohere,perplexity">
466 <div class="range-block-title" data-i18n="Top K">466 <div class="range-block-title" data-i18n="Top K">
467 Top K467 Top K
468 </div>468 </div>
@@ -475,7 +475,7 @@
475 </div>475 </div>
476 </div>476 </div>
477 </div>477 </div>
478 <div data-newbie-hidden class="range-block" data-source="openai,claude,openrouter,ai21,scale,makersuite,mistralai,custom,cohere,perplexity,groq,01ai">478 <div class="range-block" data-source="openai,claude,openrouter,ai21,scale,makersuite,mistralai,custom,cohere,perplexity,groq,01ai">
479 <div class="range-block-title" data-i18n="Top P">479 <div class="range-block-title" data-i18n="Top P">
480 Top P480 Top P
481 </div>481 </div>
@@ -488,7 +488,7 @@
488 </div>488 </div>
489 </div>489 </div>
490 </div>490 </div>
491 <div data-newbie-hidden class="range-block" data-source="openrouter">491 <div class="range-block" data-source="openrouter">
492 <div class="range-block-title" data-i18n="Repetition Penalty">492 <div class="range-block-title" data-i18n="Repetition Penalty">
493 Repetition Penalty493 Repetition Penalty
494 </div>494 </div>
@@ -501,7 +501,7 @@
501 </div>501 </div>
502 </div>502 </div>
503 </div>503 </div>
504 <div data-newbie-hidden class="range-block" data-source="openrouter">504 <div class="range-block" data-source="openrouter">
505 <div class="range-block-title" data-i18n="Min P">505 <div class="range-block-title" data-i18n="Min P">
506 Min P506 Min P
507 </div>507 </div>
@@ -514,7 +514,7 @@
514 </div>514 </div>
515 </div>515 </div>
516 </div>516 </div>
517 <div data-newbie-hidden class="range-block" data-source="openrouter">517 <div class="range-block" data-source="openrouter">
518 <div class="range-block-title" data-i18n="Top A">518 <div class="range-block-title" data-i18n="Top A">
519 Top A519 Top A
520 </div>520 </div>
@@ -553,7 +553,7 @@
553 </div>553 </div>
554 </div>554 </div>
555 </div>555 </div>
556 <div data-newbie-hidden class="inline-drawer wide100p">556 <div class="inline-drawer wide100p">
557 <div class="inline-drawer-toggle inline-drawer-header">557 <div class="inline-drawer-toggle inline-drawer-header">
558 <b data-i18n="Utility Prompts">Utility Prompts</b>558 <b data-i18n="Utility Prompts">Utility Prompts</b>
559 <div class="fa-solid fa-circle-chevron-down inline-drawer-icon down"></div>559 <div class="fa-solid fa-circle-chevron-down inline-drawer-icon down"></div>
@@ -712,7 +712,7 @@
712 </div>712 </div>
713 </div>713 </div>
714 </div>714 </div>
715 <div data-newbie-hidden class="range-block" data-source="openai,openrouter,mistralai,custom,cohere,groq">715 <div class="range-block" data-source="openai,openrouter,mistralai,custom,cohere,groq">
716 <div class="range-block-title justifyLeft" data-i18n="Seed">716 <div class="range-block-title justifyLeft" data-i18n="Seed">
717 Seed717 Seed
718 </div>718 </div>
@@ -736,7 +736,7 @@
736 <input class="neo-range-slider" type="range" id="temp" name="volume" min="0.0" max="4.0" step="0.01">736 <input class="neo-range-slider" type="range" id="temp" name="volume" min="0.0" max="4.0" step="0.01">
737 <input class="neo-range-input" type="number" min="0.0" max="4.0" step="0.01" data-for="temp" id="temp_counter">737 <input class="neo-range-input" type="number" min="0.0" max="4.0" step="0.01" data-for="temp" id="temp_counter">
738 </div>738 </div>
739 <div data-newbie-hidden class="alignitemscenter flex-container flexFlowColumn flexBasis30p flexGrow flexShrink gap0">739 <div class="alignitemscenter flex-container flexFlowColumn flexBasis30p flexGrow flexShrink gap0">
740 <small>740 <small>
741 <span data-i18n="Top K">Top K</span>741 <span data-i18n="Top K">Top K</span>
742 <div class="fa-solid fa-circle-info opacity50p" title="Top K sets a maximum amount of top tokens that can be chosen from.&#13;E.g Top K is 20, this means only the 20 highest ranking tokens will be kept (regardless of their probabilities being diverse or limited).&#13;Set to 0 to disable." data-i18n="[title]Top_K_desc"></div>742 <div class="fa-solid fa-circle-info opacity50p" title="Top K sets a maximum amount of top tokens that can be chosen from.&#13;E.g Top K is 20, this means only the 20 highest ranking tokens will be kept (regardless of their probabilities being diverse or limited).&#13;Set to 0 to disable." data-i18n="[title]Top_K_desc"></div>
@@ -744,7 +744,7 @@
744 <input class="neo-range-slider" type="range" id="top_k" name="volume" min="0" max="100" step="1">744 <input class="neo-range-slider" type="range" id="top_k" name="volume" min="0" max="100" step="1">
745 <input class="neo-range-input" type="number" min="0" max="100" step="1" data-for="top_k" id="top_k_counter">745 <input class="neo-range-input" type="number" min="0" max="100" step="1" data-for="top_k" id="top_k_counter">
746 </div>746 </div>
747 <div data-newbie-hidden class="alignitemscenter flex-container flexFlowColumn flexBasis30p flexGrow flexShrink gap0">747 <div class="alignitemscenter flex-container flexFlowColumn flexBasis30p flexGrow flexShrink gap0">
748 <small>748 <small>
749 Top P749 Top P
750 <div class="fa-solid fa-circle-info opacity50p" title="Top P (a.k.a. nucleus sampling) adds up all the top tokens required to add up to the target percentage.&#13;E.g If the Top 2 tokens are both 25%, and Top P is 0.50, only the Top 2 tokens are considered.&#13;Set to 1.0 to disable." data-i18n="[title]Top_P_desc"></div>750 <div class="fa-solid fa-circle-info opacity50p" title="Top P (a.k.a. nucleus sampling) adds up all the top tokens required to add up to the target percentage.&#13;E.g If the Top 2 tokens are both 25%, and Top P is 0.50, only the Top 2 tokens are considered.&#13;Set to 1.0 to disable." data-i18n="[title]Top_P_desc"></div>
@@ -752,7 +752,7 @@
752 <input class="neo-range-slider" type="range" id="top_p" name="volume" min="0" max="1" step="0.01">752 <input class="neo-range-slider" type="range" id="top_p" name="volume" min="0" max="1" step="0.01">
753 <input class="neo-range-input" type="number" min="0" max="1" step="0.01" data-for="top_p" id="top_p_counter">753 <input class="neo-range-input" type="number" min="0" max="1" step="0.01" data-for="top_p" id="top_p_counter">
754 </div>754 </div>
755 <div data-newbie-hidden class="alignitemscenter flex-container flexFlowColumn flexBasis30p flexGrow flexShrink gap0">755 <div class="alignitemscenter flex-container flexFlowColumn flexBasis30p flexGrow flexShrink gap0">
756 <small>756 <small>
757 <span data-i18n="Typical P">Typical P</span>757 <span data-i18n="Typical P">Typical P</span>
758 <div class="fa-solid fa-circle-info opacity50p" title="Typical P Sampling prioritizes tokens based on their deviation from the average entropy of the set.&#13;It maintains tokens whose cumulative probability is close to a predefined threshold (e.g., 0.5), emphasizing those with average information content.&#13;Set to 1.0 to disable." data-i18n="[title]Typical_P_desc"></div>758 <div class="fa-solid fa-circle-info opacity50p" title="Typical P Sampling prioritizes tokens based on their deviation from the average entropy of the set.&#13;It maintains tokens whose cumulative probability is close to a predefined threshold (e.g., 0.5), emphasizing those with average information content.&#13;Set to 1.0 to disable." data-i18n="[title]Typical_P_desc"></div>
@@ -768,7 +768,7 @@
768 <input class="neo-range-slider" type="range" id="min_p" name="volume" min="0" max="1" step="0.001">768 <input class="neo-range-slider" type="range" id="min_p" name="volume" min="0" max="1" step="0.001">
769 <input class="neo-range-input" type="number" min="0" max="1" step="0.001" data-for="min_p" id="min_p_counter">769 <input class="neo-range-input" type="number" min="0" max="1" step="0.001" data-for="min_p" id="min_p_counter">
770 </div>770 </div>
771 <div data-newbie-hidden class="alignitemscenter flex-container flexFlowColumn flexBasis30p flexGrow flexShrink gap0">771 <div class="alignitemscenter flex-container flexFlowColumn flexBasis30p flexGrow flexShrink gap0">
772 <small>772 <small>
773 <span data-i18n="Top A">Top A</span>773 <span data-i18n="Top A">Top A</span>
774 <div class="fa-solid fa-circle-info opacity50p" title="Top A sets a threshold for token selection based on the square of the highest token probability.&#13;E.g if the Top-A value is 0.2 and the top token's probability is 50%, tokens with probabilities below 5% (0.2 * 0.5^2) are excluded.&#13;Set to 0 to disable." data-i18n="[title]Top_A_desc"></div>774 <div class="fa-solid fa-circle-info opacity50p" title="Top A sets a threshold for token selection based on the square of the highest token probability.&#13;E.g if the Top-A value is 0.2 and the top token's probability is 50%, tokens with probabilities below 5% (0.2 * 0.5^2) are excluded.&#13;Set to 0 to disable." data-i18n="[title]Top_A_desc"></div>
@@ -776,7 +776,7 @@
776 <input class="neo-range-slider" type="range" id="top_a" name="volume" min="0" max="1" step="0.001">776 <input class="neo-range-slider" type="range" id="top_a" name="volume" min="0" max="1" step="0.001">
777 <input class="neo-range-input" type="number" min="0" max="1" step="0.001" data-for="top_a" id="top_a_counter">777 <input class="neo-range-input" type="number" min="0" max="1" step="0.001" data-for="top_a" id="top_a_counter">
778 </div>778 </div>
779 <div data-newbie-hidden class="alignitemscenter flex-container flexFlowColumn flexBasis30p flexGrow flexShrink gap0">779 <div class="alignitemscenter flex-container flexFlowColumn flexBasis30p flexGrow flexShrink gap0">
780 <small>780 <small>
781 <span data-i18n="TFS">TFS</span>781 <span data-i18n="TFS">TFS</span>
782 <div class="fa-solid fa-circle-info opacity50p" title="Tail-Free Sampling (TFS) searches for a tail of low-probability tokens in the distribution,&#13;by analyzing the rate of change in token probabilities using derivatives. It retains tokens up to a threshold (e.g., 0.3) based on the normalized second derivative.&#13;The closer to 0, the more discarded tokens. Set to 1.0 to disable." data-i18n="[title]Tail_Free_Sampling_desc"></div>782 <div class="fa-solid fa-circle-info opacity50p" title="Tail-Free Sampling (TFS) searches for a tail of low-probability tokens in the distribution,&#13;by analyzing the rate of change in token probabilities using derivatives. It retains tokens up to a threshold (e.g., 0.3) based on the normalized second derivative.&#13;The closer to 0, the more discarded tokens. Set to 1.0 to disable." data-i18n="[title]Tail_Free_Sampling_desc"></div>
@@ -798,14 +798,14 @@
798 <input class="neo-range-slider" type="range" id="rep_pen_range" name="volume" min="0" max="4096" step="1">798 <input class="neo-range-slider" type="range" id="rep_pen_range" name="volume" min="0" max="4096" step="1">
799 <input class="neo-range-input" type="number" min="0" max="4096" step="1" data-for="rep_pen_range" id="rep_pen_range_counter">799 <input class="neo-range-input" type="number" min="0" max="4096" step="1" data-for="rep_pen_range" id="rep_pen_range_counter">
800 </div>800 </div>
801 <div data-newbie-hidden class="alignitemscenter flex-container flexFlowColumn flexBasis30p flexGrow flexShrink gap0">801 <div class="alignitemscenter flex-container flexFlowColumn flexBasis30p flexGrow flexShrink gap0">
802 <small>802 <small>
803 <span data-i18n="Rep. Pen. Slope">Repetition Penalty Slope</span>803 <span data-i18n="Rep. Pen. Slope">Repetition Penalty Slope</span>
804 </small>804 </small>
805 <input class="neo-range-slider" type="range" id="rep_pen_slope" name="volume" min="0" max="10" step="0.01">805 <input class="neo-range-slider" type="range" id="rep_pen_slope" name="volume" min="0" max="10" step="0.01">
806 <input class="neo-range-input" type="number" min="0" max="10" step="0.01" data-for="rep_pen_slope" id="rep_pen_slope_counter">806 <input class="neo-range-input" type="number" min="0" max="10" step="0.01" data-for="rep_pen_slope" id="rep_pen_slope_counter">
807 </div>807 </div>
808 <div data-newbie-hidden name="miroStatBlock-kobold" class="wide100p">808 <div name="miroStatBlock-kobold" class="wide100p">
809 <h4 class="wide100p textAlignCenter" data-i18n="Mirostat">Mirostat</h4>809 <h4 class="wide100p textAlignCenter" data-i18n="Mirostat">Mirostat</h4>
810 <div class="flex-container flexFlowRow gap10px flexShrink">810 <div class="flex-container flexFlowRow gap10px flexShrink">
811 <div class="alignitemscenter flex-container flexFlowColumn flexGrow flexShrink gap0">811 <div class="alignitemscenter flex-container flexFlowColumn flexGrow flexShrink gap0">
@@ -835,7 +835,7 @@
835 </div>835 </div>
836 <hr class="wide100p">836 <hr class="wide100p">
837 </div>837 </div>
838 <div data-newbie-hidden class="alignitemscenter justifyCenter flex-container flexFlowColumn flexBasis30p flexGrow flexShrink gap0">838 <div class="alignitemscenter justifyCenter flex-container flexFlowColumn flexBasis30p flexGrow flexShrink gap0">
839 <label class="checkbox_label alignItemsBaseline" for="use_default_badwordsids">839 <label class="checkbox_label alignItemsBaseline" for="use_default_badwordsids">
840 <input id="use_default_badwordsids" type="checkbox" />840 <input id="use_default_badwordsids" type="checkbox" />
841 <span>841 <span>
@@ -844,7 +844,7 @@
844 </span>844 </span>
845 </label>845 </label>
846 </div>846 </div>
847 <div data-newbie-hidden class="alignitemscenter textAlignCenter flexBasis30p flexGrow flexShrink gap0">847 <div class="alignitemscenter textAlignCenter flexBasis30p flexGrow flexShrink gap0">
848 <!-- <hr class="wide100p"> -->848 <!-- <hr class="wide100p"> -->
849 <small data-i18n="Seed">Seed</small>849 <small data-i18n="Seed">Seed</small>
850 <!-- Max value is 2**64 - 1 -->850 <!-- Max value is 2**64 - 1 -->