mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Update KoboldAI Deterministic.settings
After extensive testing, I've adjusted repetition penalty slightly to be the same as simple-proxy-for-tavern's default preset and ooba's LLaMA-Precise settings preset. This fixed some models talking/acting as User.
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user