* Erato
erato
This commit is contained in:
Cohee
2024-09-24 03:10:31 +03:00
committed by GitHub
parent 1878602647
commit 182756fcb2
7 changed files with 59 additions and 3 deletions

View File

@@ -319,6 +319,10 @@
"filename": "presets/novel/Writers-Daemon-Kayra.json",
"type": "novel_preset"
},
{
"filename": "presets/novel/Universal-Erato.json",
"type": "novel_preset"
},
{
"filename": "presets/textgen/Asterism.json",
"type": "textgen_preset"

View File

@@ -0,0 +1,29 @@
{
"temperature": 1.25,
"repetition_penalty": 1.00,
"repetition_penalty_range": 0,
"repetition_penalty_slope": 0,
"repetition_penalty_frequency": 0,
"repetition_penalty_presence": 0,
"tail_free_sampling": 1,
"top_k": 0,
"top_p": 1,
"top_a": 0,
"typical_p": 1,
"min_p": 0.1,
"math1_temp": 1,
"math1_quad": 0,
"math1_quad_entropy_scale": 0,
"min_length": 1,
"prefix": "vanilla",
"cfg_uc": "",
"banned_tokens": "",
"order": [
0,
10
],
"phrase_rep_pen": "off",
"cfg_scale": 1,
"mirostat_lr": 0,
"mirostat_tau": 0
}