Preset Cleanup - Sampling Order Update / Preset Name Update

Removed the parameter size from many of the presets, as these can work well with many parameter sizes. Removed "Prompt Arena" from the ooba presets, as these are new defaults. Changed sampling order back to the originals. Rep Pen should should listed first, as this was how it was done originally, as well. Also cleaned up and removed the unused parameters.
This commit is contained in:
cass02
2023-07-03 16:30:17 -06:00
parent f3c9f57cb9
commit 2130338c1d
36 changed files with 321 additions and 533 deletions

View File

@@ -1,7 +1,7 @@
{
"max_length": 2048,
"temp": 0.7,
"genamt": 100,
"temp": 0.7,
"top_k": 0,
"top_p": 1,
"top_a": 0,
@@ -11,12 +11,12 @@
"rep_pen_range": 1024,
"rep_pen_slope": 0.7,
"sampler_order": [
6,
0,
1,
2,
3,
4,
5,
6
5
]
}