Merge pull request #1024 from StefanDanielSchwarz/ported-3-textgen-presets-to-kobold

Ported 3 textgen presets to kobold (and removed Storywriter-Llama2)
This commit is contained in:
Cohee 2023-08-26 16:23:39 +03:00 committed by GitHub
commit 19c9828a46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 48 additions and 9 deletions

View File

@ -2,7 +2,6 @@
"temp": 0,
"rep_pen": 1.18,
"rep_pen_range": 2048,
"streaming_kobold": true,
"top_p": 0,
"top_a": 0,
"top_k": 1,

View File

@ -1,14 +1,13 @@
{
"temp": 0.72,
"rep_pen": 1.1,
"rep_pen_range": 4096,
"streaming_kobold": true,
"top_p": 0.73,
"temp": 1.31,
"rep_pen": 1.09,
"rep_pen_range": 2048,
"top_p": 0.29,
"top_a": 0,
"top_k": 0,
"top_k": 72,
"typical": 1,
"tfs": 1,
"rep_pen_slope": 0.2,
"rep_pen_slope": 0,
"single_line": false,
"sampler_order": [
6,

View File

@ -0,0 +1,21 @@
{
"temp": 0.7,
"rep_pen": 1.15,
"rep_pen_range": 2048,
"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,21 @@
{
"temp": 1.01,
"rep_pen": 1.21,
"rep_pen_range": 2048,
"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
]
}

View File

@ -2,7 +2,6 @@
"temp": 0.65,
"rep_pen": 1.18,
"rep_pen_range": 2048,
"streaming_kobold": true,
"top_p": 0.47,
"top_a": 0,
"top_k": 42,