mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-05 13:36:47 +01:00
'Universal' presets v2
This commit is contained in:
parent
84f64049c2
commit
360ae088ed
28
public/KoboldAI Settings/Universal-Creative.settings
Normal file
28
public/KoboldAI Settings/Universal-Creative.settings
Normal 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
|
||||
}
|
28
public/KoboldAI Settings/Universal-Light.settings
Normal file
28
public/KoboldAI Settings/Universal-Light.settings
Normal 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
|
||||
}
|
28
public/KoboldAI Settings/Universal-Super-Creative.settings
Normal file
28
public/KoboldAI Settings/Universal-Super-Creative.settings
Normal 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
|
||||
}
|
Loading…
Reference in New Issue
Block a user