Merge pull request #932 from StefanDanielSchwarz/fixed-presets

This commit is contained in:
Cohee 2023-08-13 23:25:02 +03:00 committed by GitHub
commit d14d669838
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{ {
"temp": 0, "temp": 0,
"rep_pen": 1.1, "rep_pen": 1.18,
"rep_pen_range": 2048, "rep_pen_range": 2048,
"streaming_kobold": true, "streaming_kobold": true,
"top_p": 0, "top_p": 0,
@ -8,7 +8,7 @@
"top_k": 1, "top_k": 1,
"typical": 1, "typical": 1,
"tfs": 1, "tfs": 1,
"rep_pen_slope": 0.2, "rep_pen_slope": 0,
"single_line": false, "single_line": false,
"sampler_order": [ "sampler_order": [
6, 6,

View File

@ -1,13 +1,13 @@
{ {
"temp": 1, "temp": 0,
"top_p": 1, "top_p": 0,
"top_k": 50, "top_k": 1,
"typical_p": 1, "typical_p": 1,
"top_a": 0, "top_a": 0,
"tfs": 1, "tfs": 1,
"epsilon_cutoff": 0, "epsilon_cutoff": 0,
"eta_cutoff": 0, "eta_cutoff": 0,
"rep_pen": 1, "rep_pen": 1.18,
"rep_pen_range": 0, "rep_pen_range": 0,
"no_repeat_ngram_size": 0, "no_repeat_ngram_size": 0,
"penalty_alpha": 0, "penalty_alpha": 0,

View File

@ -434,7 +434,7 @@
</div> </div>
<div class="range-block-range-and-counter"> <div class="range-block-range-and-counter">
<div class="range-block-range"> <div class="range-block-range">
<input type="range" id="temp_textgenerationwebui" name="volume" min="0.1" max="2.0" step="0.01"> <input type="range" id="temp_textgenerationwebui" name="volume" min="0.0" max="2.0" step="0.01">
</div> </div>
<div class="range-block-counter"> <div class="range-block-counter">
<div contenteditable="true" data-for="temp_textgenerationwebui" id="temp_counter_textgenerationwebui"> <div contenteditable="true" data-for="temp_textgenerationwebui" id="temp_counter_textgenerationwebui">

View File

@ -2,7 +2,7 @@
"input_sequence": "### Instruction:", "input_sequence": "### Instruction:",
"macro": true, "macro": true,
"name": "Roleplay", "name": "Roleplay",
"names": false, "names": true,
"output_sequence": "### Response (2 paragraphs, engaging, natural, authentic, descriptive, creative):", "output_sequence": "### Response (2 paragraphs, engaging, natural, authentic, descriptive, creative):",
"separator_sequence": "", "separator_sequence": "",
"stop_sequence": "", "stop_sequence": "",