'Universal' presets v2

This commit is contained in:
kalomaze 2023-11-30 14:59:30 -06:00 committed by GitHub
parent 84f64049c2
commit 360ae088ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 84 additions and 0 deletions

View File

@ -0,0 +1,28 @@
{
"temp": 1.5,
"rep_pen": 1,
"rep_pen_range": 600,
"top_p": 1,
"min_p": 0.1,
"top_a": 0,
"top_k": 0,
"typical": 1,
"tfs": 1,
"rep_pen_slope": 0,
"sampler_order": [
5,
6,
0,
1,
2,
3,
4
],
"mirostat": 0,
"mirostat_tau": 5,
"mirostat_eta": 0.1,
"use_default_badwordsids": false,
"grammar": "",
"genamt": 512,
"max_length": 4096
}

View File

@ -0,0 +1,28 @@
{
"temp": 1.25,
"rep_pen": 1,
"rep_pen_range": 600,
"top_p": 1,
"min_p": 0.1,
"top_a": 0,
"top_k": 0,
"typical": 1,
"tfs": 1,
"rep_pen_slope": 0,
"sampler_order": [
5,
6,
0,
1,
2,
3,
4
],
"mirostat": 0,
"mirostat_tau": 5,
"mirostat_eta": 0.1,
"use_default_badwordsids": false,
"grammar": "",
"genamt": 512,
"max_length": 4096
}

View File

@ -0,0 +1,28 @@
{
"temp": 2,
"rep_pen": 1,
"rep_pen_range": 600,
"top_p": 1,
"min_p": 0.1,
"top_a": 0,
"top_k": 0,
"typical": 1,
"tfs": 1,
"rep_pen_slope": 0,
"sampler_order": [
5,
6,
0,
1,
2,
3,
4
],
"mirostat": 0,
"mirostat_tau": 5,
"mirostat_eta": 0.1,
"use_default_badwordsids": false,
"grammar": "",
"genamt": 512,
"max_length": 4096
}