mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-13 10:00:36 +01:00
1f56f0d64a
Go back down to 2048 tokens instead of 4096 to be in line with the other non-Llama 2-specific presets
25 lines
382 B
Plaintext
25 lines
382 B
Plaintext
{
|
|
"genamt": 250,
|
|
"max_length": 2048,
|
|
"temp": 0.65,
|
|
"rep_pen": 1.18,
|
|
"rep_pen_range": 2048,
|
|
"streaming_kobold": true,
|
|
"top_p": 0.47,
|
|
"top_a": 0,
|
|
"top_k": 42,
|
|
"typical": 1,
|
|
"tfs": 1,
|
|
"rep_pen_slope": 0,
|
|
"single_line": false,
|
|
"sampler_order": [
|
|
6,
|
|
0,
|
|
1,
|
|
3,
|
|
4,
|
|
2,
|
|
5
|
|
]
|
|
}
|