Update simple-proxy-for-tavern.settings
Go back down to 2048 tokens instead of 4096 to be in line with the other non-Llama 2-specific presets
This commit is contained in:
parent
905131c764
commit
1f56f0d64a
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"genamt": 250,
|
||||
"max_length": 4096,
|
||||
"max_length": 2048,
|
||||
"temp": 0.65,
|
||||
"rep_pen": 1.18,
|
||||
"rep_pen_range": 4096,
|
||||
"rep_pen_range": 2048,
|
||||
"streaming_kobold": true,
|
||||
"top_p": 0.47,
|
||||
"top_a": 0,
|
||||
|
|
Loading…
Reference in New Issue