ported 3 textgen presets to kobold

This commit is contained in:
Stefan Daniel Schwarz 2023-08-26 14:01:35 +02:00
parent bca44ba682
commit 7fcdd4563f
3 changed files with 66 additions and 0 deletions

View File

@ -0,0 +1,22 @@
{
"temp": 1.31,
"rep_pen": 1.09,
"rep_pen_range": 2048,
"streaming_kobold": true,
"top_p": 0.29,
"top_a": 0,
"top_k": 72,
"typical": 1,
"tfs": 1,
"rep_pen_slope": 0,
"single_line": false,
"sampler_order": [
6,
0,
1,
3,
4,
2,
5
]
}

View File

@ -0,0 +1,22 @@
{
"temp": 0.7,
"rep_pen": 1.15,
"rep_pen_range": 2048,
"streaming_kobold": true,
"top_p": 1,
"top_a": 0.2,
"top_k": 0,
"typical": 1,
"tfs": 0.95,
"rep_pen_slope": 0,
"single_line": false,
"sampler_order": [
6,
0,
1,
3,
4,
2,
5
]
}

View File

@ -0,0 +1,22 @@
{
"temp": 1.01,
"rep_pen": 1.21,
"rep_pen_range": 0,
"streaming_kobold": true,
"top_p": 0.21,
"top_a": 0.75,
"top_k": 91,
"typical": 1,
"tfs": 1,
"rep_pen_slope": 0,
"single_line": false,
"sampler_order": [
6,
0,
1,
3,
4,
2,
5
]
}