Add more Kobold presets

This commit is contained in:
SillyLossy
2023-04-06 12:05:32 +03:00
parent 7328ae56bc
commit 7b10aa63a8
16 changed files with 352 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"max_length": 2048,
"temp": 0.8,
"genamt": 100,
"top_k": 100,
"top_p": 0.9,
"top_a": 0,
"typical": 1,
"tfs": 1,
"rep_pen": 1.15,
"rep_pen_range": 2048,
"rep_pen_slope": 3.4,
"sampler_order": [
5,
0,
2,
3,
1,
4,
6
]
}