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:
SDS 2023-08-13 19:25:56 +02:00 committed by GitHub
parent 23a4705d36
commit 73f9117bea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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