| 1278 | 1278 | </div> |
| 1279 | 1279 | </div> |
| 1280 | 1280 | </div> |
| 1281 | + |
| 1282 | + <div data-newbie-hidden data-tg-type="koboldcpp" id="xtc_block" class="wide100p"> |
| 1283 | + <h4 class="wide100p textAlignCenter"> |
| 1284 | + <label data-i18n="Exclude Top Choices (XTC)">Exclude Top Choices (XTC)</label> |
| 1285 | + <a href="https://github.com/oobabooga/text-generation-webui/pull/6335" target="_blank"> |
| 1286 | + <div class=" fa-solid fa-circle-info opacity50p"></div> |
| 1287 | + </a> |
| 1288 | + </h4> |
| 1289 | + <div class="flex-container flexFlowRow gap10px flexShrink"> |
| 1290 | + <div class="alignitemscenter flex-container flexFlowColumn flexBasis48p flexGrow flexShrink gap0"> |
| 1291 | + <small data-i18n="Threshold">Threshold</small> |
| 1292 | + <input class="neo-range-slider" type="range" id="xtc_threshold_textgenerationwebui" name="volume" min="0" max="0.5" step="0.01" /> |
| 1293 | + <input class="neo-range-input" type="number" min="0" max="0.5" step="0.01" data-for="xtc_threshold_textgenerationwebui" id="xtc_threshold_counter_textgenerationwebui"> |
| 1294 | + </div> |
| 1295 | + <div class="alignitemscenter flex-container flexFlowColumn flexBasis48p flexGrow flexShrink gap0"> |
| 1296 | + <small data-i18n="Probability">Probability</small> |
| 1297 | + <input class="neo-range-slider" type="range" id="xtc_probability_textgenerationwebui" name="volume" min="0" max="1" step="0.01" /> |
| 1298 | + <input class="neo-range-input" type="number" min="0" max="1" step="0.01" data-for="xtc_probability_textgenerationwebui" id="xtc_probability_counter_textgenerationwebui"> |
| 1299 | + </div> |
| 1300 | + </div> |
| 1301 | + </div> |
| 1302 | + |
| 1281 | 1303 | <!-- Enable for llama.cpp when the PR is merged: https://github.com/ggerganov/llama.cpp/pull/6839 --> |
| 1282 | 1304 | <div data-newbie-hidden data-tg-type="ooba, koboldcpp" id="dryBlock" class="wide100p"> |
| 1283 | 1305 | <h4 class="wide100p textAlignCenter" title="DRY penalizes tokens that would extend the end of the input into a sequence that has previously occurred in the input. Set multiplier to 0 to disable." data-i18n="[title]DRY_Repetition_Penalty_desc"> |