Port Erato presets

e730acbbe17371911aea8d9801d320dcb446ccaa

Cohee <18619528+Cohee1207@users.noreply.github.com>

8 files changed, +157 -29Ignore whitespace
default/content/index.json+17 -1
@@ -320,7 +320,23 @@
320 "type": "novel_preset"320 "type": "novel_preset"
321 },321 },
322 {322 {
323 "filename": "presets/novel/Universal-Erato.json",323 "filename": "presets/novel/Erato-Dragonfruit.json",
324 "type": "novel_preset"
325 },
326 {
327 "filename": "presets/novel/Erato-Golden Arrow.json",
328 "type": "novel_preset"
329 },
330 {
331 "filename": "presets/novel/Erato-Shosetsu.json",
332 "type": "novel_preset"
333 },
334 {
335 "filename": "presets/novel/Erato-Wilder.json",
336 "type": "novel_preset"
337 },
338 {
339 "filename": "presets/novel/Erato-Zany Scribe.json",
324 "type": "novel_preset"340 "type": "novel_preset"
325 },341 },
326 {342 {
default/content/presets/novel/Erato-Dragonfruit.json+31 -0
@@ -0,0 +1,31 @@
1{
2 "max_context": 8000,
3 "temperature": 1.37,
4 "max_length": 150,
5 "min_length": 1,
6 "top_k": 0,
7 "top_p": 1,
8 "top_a": 0.1,
9 "typical_p": 0.875,
10 "tail_free_sampling": 0.87,
11 "repetition_penalty": 3.25,
12 "repetition_penalty_range": 6000,
13 "repetition_penalty_slope": 3.25,
14 "repetition_penalty_frequency": 0,
15 "repetition_penalty_presence": 0,
16 "phrase_rep_pen": "off",
17 "mirostat_lr": 0.2,
18 "mirostat_tau": 4,
19 "math1_temp": 0.9,
20 "math1_quad": 0.07,
21 "math1_quad_entropy_scale": -0.05,
22 "min_p": 0.035,
23 "order": [
24 0,
25 5,
26 9,
27 10,
28 8,
29 4
30 ]
31}
\ No newline at end of file31 \ No newline at end of file
default/content/presets/novel/Erato-Golden Arrow.json+27 -0
@@ -0,0 +1,27 @@
1{
2 "max_context": 8000,
3 "temperature": 1,
4 "max_length": 150,
5 "min_length": 1,
6 "top_k": 0,
7 "top_p": 0.995,
8 "top_a": 1,
9 "typical_p": 1,
10 "tail_free_sampling": 0.87,
11 "repetition_penalty": 1.5,
12 "repetition_penalty_range": 2240,
13 "repetition_penalty_slope": 1,
14 "repetition_penalty_frequency": 0,
15 "repetition_penalty_presence": 0,
16 "phrase_rep_pen": "light",
17 "mirostat_lr": 1,
18 "mirostat_tau": 0,
19 "math1_temp": 0.3,
20 "math1_quad": 0.19,
21 "math1_quad_entropy_scale": 0,
22 "min_p": 0,
23 "order": [
24 9,
25 2
26 ]
27}
\ No newline at end of file27 \ No newline at end of file
default/content/presets/novel/Erato-Shosetsu.json+27 -0
@@ -0,0 +1,27 @@
1{
2 "max_context": 8000,
3 "temperature": 1,
4 "max_length": 150,
5 "min_length": 1,
6 "top_k": 50,
7 "top_p": 0.85,
8 "top_a": 1,
9 "typical_p": 1,
10 "tail_free_sampling": 0.895,
11 "repetition_penalty": 1.63,
12 "repetition_penalty_range": 1024,
13 "repetition_penalty_slope": 3.33,
14 "repetition_penalty_frequency": 0.0035,
15 "repetition_penalty_presence": 0,
16 "phrase_rep_pen": "medium",
17 "mirostat_lr": 1,
18 "mirostat_tau": 0,
19 "math1_temp": 0.3,
20 "math1_quad": 0.0645,
21 "math1_quad_entropy_scale": 0.05,
22 "min_p": 0.05,
23 "order": [
24 9,
25 10
26 ]
27}
\ No newline at end of file27 \ No newline at end of file
default/content/presets/novel/Erato-Wilder.json+27 -0
@@ -0,0 +1,27 @@
1{
2 "max_context": 8000,
3 "temperature": 1,
4 "max_length": 150,
5 "min_length": 1,
6 "top_k": 300,
7 "top_p": 0.98,
8 "top_a": 0.004,
9 "typical_p": 0.96,
10 "tail_free_sampling": 0.96,
11 "repetition_penalty": 1.48,
12 "repetition_penalty_range": 2240,
13 "repetition_penalty_slope": 0.64,
14 "repetition_penalty_frequency": 0,
15 "repetition_penalty_presence": 0,
16 "phrase_rep_pen": "medium",
17 "mirostat_lr": 1,
18 "mirostat_tau": 0,
19 "math1_temp": -0.0485,
20 "math1_quad": 0.145,
21 "math1_quad_entropy_scale": 0,
22 "min_p": 0.02,
23 "order": [
24 9,
25 10
26 ]
27}
\ No newline at end of file27 \ No newline at end of file
default/content/presets/novel/Erato-Zany Scribe.json+27 -0
@@ -0,0 +1,27 @@
1{
2 "max_context": 8000,
3 "temperature": 1,
4 "max_length": 150,
5 "min_length": 1,
6 "top_k": 0,
7 "top_p": 0.99,
8 "top_a": 1,
9 "typical_p": 1,
10 "tail_free_sampling": 0.99,
11 "repetition_penalty": 1,
12 "repetition_penalty_range": 64,
13 "repetition_penalty_slope": 1,
14 "repetition_penalty_frequency": 0.75,
15 "repetition_penalty_presence": 1.5,
16 "phrase_rep_pen": "medium",
17 "mirostat_lr": 1,
18 "mirostat_tau": 1,
19 "math1_temp": -0.4,
20 "math1_quad": 0.6,
21 "math1_quad_entropy_scale": -0.1,
22 "min_p": 0.08,
23 "order": [
24 9,
25 2
26 ]
27}
\ No newline at end of file27 \ No newline at end of file
default/content/presets/novel/Universal-Erato.json+0 -27
@@ -1,27 +0,0 @@
1{
2 "temperature": 1.25,
3 "repetition_penalty": 1.00,
4 "repetition_penalty_range": 0,
5 "repetition_penalty_slope": 0,
6 "repetition_penalty_frequency": 0,
7 "repetition_penalty_presence": 0,
8 "tail_free_sampling": 1,
9 "top_k": 0,
10 "top_p": 1,
11 "top_a": 0,
12 "typical_p": 1,
13 "min_p": 0.1,
14 "math1_temp": 1,
15 "math1_quad": 0,
16 "math1_quad_entropy_scale": 0,
17 "min_length": 1,
18 "prefix": "vanilla",
19 "banned_tokens": "",
20 "order": [
21 0,
22 10
23 ],
24 "phrase_rep_pen": "off",
25 "mirostat_lr": 0,
26 "mirostat_tau": 0
27}
public/scripts/nai-settings.js+1 -1
@@ -22,7 +22,7 @@ const maximum_output_length = 150;
22const default_presets = {22const default_presets = {
23 'clio-v1': 'Talker-Chat-Clio',23 'clio-v1': 'Talker-Chat-Clio',
24 'kayra-v1': 'Carefree-Kayra',24 'kayra-v1': 'Carefree-Kayra',
25 'llama-3-erato-v1': 'Universal-Erato',25 'llama-3-erato-v1': 'Erato-Dragonfruit',
26};26};
2727
28export const nai_settings = {28export const nai_settings = {