| 1269 | 1269 | <span data-i18n="Top K">Top K</span> |
| 1270 | 1270 | <div class="fa-solid fa-circle-info opacity50p" title="Top K sets a maximum amount of top tokens that can be chosen from. 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). Set to 0 (or -1, depending on your backend) to disable." data-i18n="[title]Top_K_desc"></div> |
| 1271 | 1271 | </small> |
| 1272 | 1272 | <input class="neo-range-slider" type="range" id="top_k_textgenerationwebui" name="volume" min="-1" max="200500" step="1"> |
| 1273 | 1273 | <input class="neo-range-input" type="number" min="-1" max="200500" step="1" data-for="top_k_textgenerationwebui" id="top_k_counter_textgenerationwebui"> |
| 1274 | 1274 | </div> |
| 1275 | 1275 | <div data-tg-samplers="top_p" class="alignitemscenter flex-container flexFlowColumn flexBasis30p flexGrow flexShrink gap0"> |
| 1276 | 1276 | <small> |