Port Erato presets

This commit is contained in:
Cohee 2024-09-24 12:55:25 +03:00
parent d8f268a807
commit e730acbbe1
8 changed files with 157 additions and 29 deletions

View File

@ -320,7 +320,23 @@
"type": "novel_preset"
},
{
"filename": "presets/novel/Universal-Erato.json",
"filename": "presets/novel/Erato-Dragonfruit.json",
"type": "novel_preset"
},
{
"filename": "presets/novel/Erato-Golden Arrow.json",
"type": "novel_preset"
},
{
"filename": "presets/novel/Erato-Shosetsu.json",
"type": "novel_preset"
},
{
"filename": "presets/novel/Erato-Wilder.json",
"type": "novel_preset"
},
{
"filename": "presets/novel/Erato-Zany Scribe.json",
"type": "novel_preset"
},
{

View File

@ -0,0 +1,31 @@
{
"max_context": 8000,
"temperature": 1.37,
"max_length": 150,
"min_length": 1,
"top_k": 0,
"top_p": 1,
"top_a": 0.1,
"typical_p": 0.875,
"tail_free_sampling": 0.87,
"repetition_penalty": 3.25,
"repetition_penalty_range": 6000,
"repetition_penalty_slope": 3.25,
"repetition_penalty_frequency": 0,
"repetition_penalty_presence": 0,
"phrase_rep_pen": "off",
"mirostat_lr": 0.2,
"mirostat_tau": 4,
"math1_temp": 0.9,
"math1_quad": 0.07,
"math1_quad_entropy_scale": -0.05,
"min_p": 0.035,
"order": [
0,
5,
9,
10,
8,
4
]
}

View File

@ -0,0 +1,27 @@
{
"max_context": 8000,
"temperature": 1,
"max_length": 150,
"min_length": 1,
"top_k": 0,
"top_p": 0.995,
"top_a": 1,
"typical_p": 1,
"tail_free_sampling": 0.87,
"repetition_penalty": 1.5,
"repetition_penalty_range": 2240,
"repetition_penalty_slope": 1,
"repetition_penalty_frequency": 0,
"repetition_penalty_presence": 0,
"phrase_rep_pen": "light",
"mirostat_lr": 1,
"mirostat_tau": 0,
"math1_temp": 0.3,
"math1_quad": 0.19,
"math1_quad_entropy_scale": 0,
"min_p": 0,
"order": [
9,
2
]
}

View File

@ -0,0 +1,27 @@
{
"max_context": 8000,
"temperature": 1,
"max_length": 150,
"min_length": 1,
"top_k": 50,
"top_p": 0.85,
"top_a": 1,
"typical_p": 1,
"tail_free_sampling": 0.895,
"repetition_penalty": 1.63,
"repetition_penalty_range": 1024,
"repetition_penalty_slope": 3.33,
"repetition_penalty_frequency": 0.0035,
"repetition_penalty_presence": 0,
"phrase_rep_pen": "medium",
"mirostat_lr": 1,
"mirostat_tau": 0,
"math1_temp": 0.3,
"math1_quad": 0.0645,
"math1_quad_entropy_scale": 0.05,
"min_p": 0.05,
"order": [
9,
10
]
}

View File

@ -0,0 +1,27 @@
{
"max_context": 8000,
"temperature": 1,
"max_length": 150,
"min_length": 1,
"top_k": 300,
"top_p": 0.98,
"top_a": 0.004,
"typical_p": 0.96,
"tail_free_sampling": 0.96,
"repetition_penalty": 1.48,
"repetition_penalty_range": 2240,
"repetition_penalty_slope": 0.64,
"repetition_penalty_frequency": 0,
"repetition_penalty_presence": 0,
"phrase_rep_pen": "medium",
"mirostat_lr": 1,
"mirostat_tau": 0,
"math1_temp": -0.0485,
"math1_quad": 0.145,
"math1_quad_entropy_scale": 0,
"min_p": 0.02,
"order": [
9,
10
]
}

View File

@ -0,0 +1,27 @@
{
"max_context": 8000,
"temperature": 1,
"max_length": 150,
"min_length": 1,
"top_k": 0,
"top_p": 0.99,
"top_a": 1,
"typical_p": 1,
"tail_free_sampling": 0.99,
"repetition_penalty": 1,
"repetition_penalty_range": 64,
"repetition_penalty_slope": 1,
"repetition_penalty_frequency": 0.75,
"repetition_penalty_presence": 1.5,
"phrase_rep_pen": "medium",
"mirostat_lr": 1,
"mirostat_tau": 1,
"math1_temp": -0.4,
"math1_quad": 0.6,
"math1_quad_entropy_scale": -0.1,
"min_p": 0.08,
"order": [
9,
2
]
}

View File

@ -1,27 +0,0 @@
{
"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",
"banned_tokens": "",
"order": [
0,
10
],
"phrase_rep_pen": "off",
"mirostat_lr": 0,
"mirostat_tau": 0
}

View File

@ -22,7 +22,7 @@ const maximum_output_length = 150;
const default_presets = {
'clio-v1': 'Talker-Chat-Clio',
'kayra-v1': 'Carefree-Kayra',
'llama-3-erato-v1': 'Universal-Erato',
'llama-3-erato-v1': 'Erato-Dragonfruit',
};
export const nai_settings = {