sphiratrioth666 commited on
Commit
8b96938
1 Parent(s): 6dce665

Upload 23 files

Browse files
Files changed (23) hide show
  1. TextGen Settings/Sphiratrioth - Conversation [T=0.7] [SETTINGS].json +89 -0
  2. TextGen Settings/Sphiratrioth - Conversation [T=1.0] [SETTINGS].json +89 -0
  3. TextGen Settings/Sphiratrioth - Conversation [T=1.3] [SETTINGS].json +89 -0
  4. TextGen Settings/Sphiratrioth - Roleplay [T=0.7] [SETTINGS].json +89 -0
  5. TextGen Settings/Sphiratrioth - Roleplay [T=1.0] [SETTINGS].json +89 -0
  6. TextGen Settings/Sphiratrioth - Roleplay [T=1.3] [SETTINGS].json +89 -0
  7. TextGen Settings/Sphiratrioth - Story [T=0.7] [SETTINGS].json +89 -0
  8. TextGen Settings/Sphiratrioth - Story [T=1.0] [SETTINGS].json +89 -0
  9. TextGen Settings/Sphiratrioth - Story [T=1.3] [SETTINGS].json +89 -0
  10. context/Sphiratrioth - Alpaca [CONTEXT TEMPLATE].json +12 -0
  11. context/Sphiratrioth - ChatML [CONTEXT TEMPLATE].json +12 -0
  12. context/Sphiratrioth - Metharme [CONTEXT TEMPLATE].json +12 -0
  13. context/Sphiratrioth - Mistral [CONTEXT TEMPLATE].json +12 -0
  14. instruct/Sphiratrioth - Alpaca [INSTRUCT TEMPLATE].json +25 -0
  15. instruct/Sphiratrioth - ChatML [INSTRUCT TEMPLATE].json +25 -0
  16. instruct/Sphiratrioth - Metharme [INSTRUCT TEMPLATE].json +25 -0
  17. instruct/Sphiratrioth - Mistral [INSTRUCT TEMPLATE].json +25 -0
  18. sysprompt/Sphiratrioth - Conversation - 1st Person [PROMPT].json +4 -0
  19. sysprompt/Sphiratrioth - Conversation - 3rd person [PROMPT].json +4 -0
  20. sysprompt/Sphiratrioth - Roleplay - 1st Person [PROMPT].json +4 -0
  21. sysprompt/Sphiratrioth - Roleplay - 3rd Person [PROMPT].json +4 -0
  22. sysprompt/Sphiratrioth - Story - 1st Person [PROMPT].json +4 -0
  23. sysprompt/Sphiratrioth - Story - 3rd Person [PROMPT].json +4 -0
TextGen Settings/Sphiratrioth - Conversation [T=0.7] [SETTINGS].json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "temp": 0.7,
3
+ "temperature_last": true,
4
+ "top_p": 1,
5
+ "top_k": 0,
6
+ "top_a": 0,
7
+ "tfs": 1,
8
+ "epsilon_cutoff": 0,
9
+ "eta_cutoff": 0,
10
+ "typical_p": 1,
11
+ "min_p": 0.075,
12
+ "rep_pen": 1,
13
+ "rep_pen_range": 0,
14
+ "rep_pen_decay": 0,
15
+ "rep_pen_slope": 1,
16
+ "no_repeat_ngram_size": 0,
17
+ "penalty_alpha": 0,
18
+ "num_beams": 1,
19
+ "length_penalty": 1,
20
+ "min_length": 0,
21
+ "encoder_rep_pen": 1,
22
+ "freq_pen": 0,
23
+ "presence_pen": 0,
24
+ "skew": 0,
25
+ "do_sample": true,
26
+ "early_stopping": false,
27
+ "dynatemp": false,
28
+ "min_temp": 0,
29
+ "max_temp": 2,
30
+ "dynatemp_exponent": 1,
31
+ "smoothing_factor": 0,
32
+ "smoothing_curve": 1,
33
+ "dry_allowed_length": 2,
34
+ "dry_multiplier": 0.8,
35
+ "dry_base": 1.75,
36
+ "dry_sequence_breakers": "[\"\\n\", \":\", \"\\\"\", \"*\"]",
37
+ "dry_penalty_last_n": 0,
38
+ "add_bos_token": true,
39
+ "ban_eos_token": false,
40
+ "skip_special_tokens": true,
41
+ "mirostat_mode": 0,
42
+ "mirostat_tau": 5,
43
+ "mirostat_eta": 0.1,
44
+ "guidance_scale": 1,
45
+ "negative_prompt": "",
46
+ "grammar_string": "",
47
+ "json_schema": {},
48
+ "banned_tokens": "",
49
+ "sampler_priority": [
50
+ "temperature",
51
+ "dynamic_temperature",
52
+ "quadratic_sampling",
53
+ "top_k",
54
+ "top_p",
55
+ "typical_p",
56
+ "epsilon_cutoff",
57
+ "eta_cutoff",
58
+ "tfs",
59
+ "top_a",
60
+ "min_p",
61
+ "mirostat"
62
+ ],
63
+ "samplers": [
64
+ "top_k",
65
+ "tfs_z",
66
+ "typical_p",
67
+ "top_p",
68
+ "min_p",
69
+ "temperature"
70
+ ],
71
+ "ignore_eos_token": false,
72
+ "spaces_between_special_tokens": true,
73
+ "speculative_ngram": false,
74
+ "sampler_order": [
75
+ 6,
76
+ 0,
77
+ 1,
78
+ 3,
79
+ 4,
80
+ 2,
81
+ 5
82
+ ],
83
+ "logit_bias": [],
84
+ "xtc_threshold": 0.1,
85
+ "xtc_probability": 0,
86
+ "rep_pen_size": 0,
87
+ "genamt": 150,
88
+ "max_length": 32768
89
+ }
TextGen Settings/Sphiratrioth - Conversation [T=1.0] [SETTINGS].json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "temp": 1,
3
+ "temperature_last": true,
4
+ "top_p": 1,
5
+ "top_k": 0,
6
+ "top_a": 0,
7
+ "tfs": 1,
8
+ "epsilon_cutoff": 0,
9
+ "eta_cutoff": 0,
10
+ "typical_p": 1,
11
+ "min_p": 0.075,
12
+ "rep_pen": 1,
13
+ "rep_pen_range": 0,
14
+ "rep_pen_decay": 0,
15
+ "rep_pen_slope": 1,
16
+ "no_repeat_ngram_size": 0,
17
+ "penalty_alpha": 0,
18
+ "num_beams": 1,
19
+ "length_penalty": 1,
20
+ "min_length": 0,
21
+ "encoder_rep_pen": 1,
22
+ "freq_pen": 0,
23
+ "presence_pen": 0,
24
+ "skew": 0,
25
+ "do_sample": true,
26
+ "early_stopping": false,
27
+ "dynatemp": false,
28
+ "min_temp": 0,
29
+ "max_temp": 2,
30
+ "dynatemp_exponent": 1,
31
+ "smoothing_factor": 0,
32
+ "smoothing_curve": 1,
33
+ "dry_allowed_length": 2,
34
+ "dry_multiplier": 0.8,
35
+ "dry_base": 1.75,
36
+ "dry_sequence_breakers": "[\"\\n\", \":\", \"\\\"\", \"*\"]",
37
+ "dry_penalty_last_n": 0,
38
+ "add_bos_token": true,
39
+ "ban_eos_token": false,
40
+ "skip_special_tokens": true,
41
+ "mirostat_mode": 0,
42
+ "mirostat_tau": 5,
43
+ "mirostat_eta": 0.1,
44
+ "guidance_scale": 1,
45
+ "negative_prompt": "",
46
+ "grammar_string": "",
47
+ "json_schema": {},
48
+ "banned_tokens": "",
49
+ "sampler_priority": [
50
+ "temperature",
51
+ "dynamic_temperature",
52
+ "quadratic_sampling",
53
+ "top_k",
54
+ "top_p",
55
+ "typical_p",
56
+ "epsilon_cutoff",
57
+ "eta_cutoff",
58
+ "tfs",
59
+ "top_a",
60
+ "min_p",
61
+ "mirostat"
62
+ ],
63
+ "samplers": [
64
+ "top_k",
65
+ "tfs_z",
66
+ "typical_p",
67
+ "top_p",
68
+ "min_p",
69
+ "temperature"
70
+ ],
71
+ "ignore_eos_token": false,
72
+ "spaces_between_special_tokens": true,
73
+ "speculative_ngram": false,
74
+ "sampler_order": [
75
+ 6,
76
+ 0,
77
+ 1,
78
+ 3,
79
+ 4,
80
+ 2,
81
+ 5
82
+ ],
83
+ "logit_bias": [],
84
+ "xtc_threshold": 0.1,
85
+ "xtc_probability": 0,
86
+ "rep_pen_size": 0,
87
+ "genamt": 150,
88
+ "max_length": 32768
89
+ }
TextGen Settings/Sphiratrioth - Conversation [T=1.3] [SETTINGS].json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "temp": 1.3,
3
+ "temperature_last": true,
4
+ "top_p": 1,
5
+ "top_k": 0,
6
+ "top_a": 0,
7
+ "tfs": 1,
8
+ "epsilon_cutoff": 0,
9
+ "eta_cutoff": 0,
10
+ "typical_p": 1,
11
+ "min_p": 0.075,
12
+ "rep_pen": 1,
13
+ "rep_pen_range": 0,
14
+ "rep_pen_decay": 0,
15
+ "rep_pen_slope": 1,
16
+ "no_repeat_ngram_size": 0,
17
+ "penalty_alpha": 0,
18
+ "num_beams": 1,
19
+ "length_penalty": 1,
20
+ "min_length": 0,
21
+ "encoder_rep_pen": 1,
22
+ "freq_pen": 0,
23
+ "presence_pen": 0,
24
+ "skew": 0,
25
+ "do_sample": true,
26
+ "early_stopping": false,
27
+ "dynatemp": false,
28
+ "min_temp": 0,
29
+ "max_temp": 2,
30
+ "dynatemp_exponent": 1,
31
+ "smoothing_factor": 0,
32
+ "smoothing_curve": 1,
33
+ "dry_allowed_length": 2,
34
+ "dry_multiplier": 0.8,
35
+ "dry_base": 1.75,
36
+ "dry_sequence_breakers": "[\"\\n\", \":\", \"\\\"\", \"*\"]",
37
+ "dry_penalty_last_n": 0,
38
+ "add_bos_token": true,
39
+ "ban_eos_token": false,
40
+ "skip_special_tokens": true,
41
+ "mirostat_mode": 0,
42
+ "mirostat_tau": 5,
43
+ "mirostat_eta": 0.1,
44
+ "guidance_scale": 1,
45
+ "negative_prompt": "",
46
+ "grammar_string": "",
47
+ "json_schema": {},
48
+ "banned_tokens": "",
49
+ "sampler_priority": [
50
+ "temperature",
51
+ "dynamic_temperature",
52
+ "quadratic_sampling",
53
+ "top_k",
54
+ "top_p",
55
+ "typical_p",
56
+ "epsilon_cutoff",
57
+ "eta_cutoff",
58
+ "tfs",
59
+ "top_a",
60
+ "min_p",
61
+ "mirostat"
62
+ ],
63
+ "samplers": [
64
+ "top_k",
65
+ "tfs_z",
66
+ "typical_p",
67
+ "top_p",
68
+ "min_p",
69
+ "temperature"
70
+ ],
71
+ "ignore_eos_token": false,
72
+ "spaces_between_special_tokens": true,
73
+ "speculative_ngram": false,
74
+ "sampler_order": [
75
+ 6,
76
+ 0,
77
+ 1,
78
+ 3,
79
+ 4,
80
+ 2,
81
+ 5
82
+ ],
83
+ "logit_bias": [],
84
+ "xtc_threshold": 0.1,
85
+ "xtc_probability": 0,
86
+ "rep_pen_size": 0,
87
+ "genamt": 150,
88
+ "max_length": 32768
89
+ }
TextGen Settings/Sphiratrioth - Roleplay [T=0.7] [SETTINGS].json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "temp": 0.7,
3
+ "temperature_last": true,
4
+ "top_p": 1,
5
+ "top_k": 0,
6
+ "top_a": 0,
7
+ "tfs": 1,
8
+ "epsilon_cutoff": 0,
9
+ "eta_cutoff": 0,
10
+ "typical_p": 1,
11
+ "min_p": 0.075,
12
+ "rep_pen": 1,
13
+ "rep_pen_range": 0,
14
+ "rep_pen_decay": 0,
15
+ "rep_pen_slope": 1,
16
+ "no_repeat_ngram_size": 0,
17
+ "penalty_alpha": 0,
18
+ "num_beams": 1,
19
+ "length_penalty": 1,
20
+ "min_length": 0,
21
+ "encoder_rep_pen": 1,
22
+ "freq_pen": 0,
23
+ "presence_pen": 0,
24
+ "skew": 0,
25
+ "do_sample": true,
26
+ "early_stopping": false,
27
+ "dynatemp": false,
28
+ "min_temp": 0,
29
+ "max_temp": 2,
30
+ "dynatemp_exponent": 1,
31
+ "smoothing_factor": 0,
32
+ "smoothing_curve": 1,
33
+ "dry_allowed_length": 2,
34
+ "dry_multiplier": 0.8,
35
+ "dry_base": 1.75,
36
+ "dry_sequence_breakers": "[\"\\n\", \":\", \"\\\"\", \"*\"]",
37
+ "dry_penalty_last_n": 0,
38
+ "add_bos_token": true,
39
+ "ban_eos_token": false,
40
+ "skip_special_tokens": true,
41
+ "mirostat_mode": 0,
42
+ "mirostat_tau": 5,
43
+ "mirostat_eta": 0.1,
44
+ "guidance_scale": 1,
45
+ "negative_prompt": "",
46
+ "grammar_string": "",
47
+ "json_schema": {},
48
+ "banned_tokens": "",
49
+ "sampler_priority": [
50
+ "temperature",
51
+ "dynamic_temperature",
52
+ "quadratic_sampling",
53
+ "top_k",
54
+ "top_p",
55
+ "typical_p",
56
+ "epsilon_cutoff",
57
+ "eta_cutoff",
58
+ "tfs",
59
+ "top_a",
60
+ "min_p",
61
+ "mirostat"
62
+ ],
63
+ "samplers": [
64
+ "top_k",
65
+ "tfs_z",
66
+ "typical_p",
67
+ "top_p",
68
+ "min_p",
69
+ "temperature"
70
+ ],
71
+ "ignore_eos_token": false,
72
+ "spaces_between_special_tokens": true,
73
+ "speculative_ngram": false,
74
+ "sampler_order": [
75
+ 6,
76
+ 0,
77
+ 1,
78
+ 3,
79
+ 4,
80
+ 2,
81
+ 5
82
+ ],
83
+ "logit_bias": [],
84
+ "xtc_threshold": 0.1,
85
+ "xtc_probability": 0,
86
+ "rep_pen_size": 0,
87
+ "genamt": 250,
88
+ "max_length": 32768
89
+ }
TextGen Settings/Sphiratrioth - Roleplay [T=1.0] [SETTINGS].json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "temp": 1,
3
+ "temperature_last": true,
4
+ "top_p": 1,
5
+ "top_k": 0,
6
+ "top_a": 0,
7
+ "tfs": 1,
8
+ "epsilon_cutoff": 0,
9
+ "eta_cutoff": 0,
10
+ "typical_p": 1,
11
+ "min_p": 0.075,
12
+ "rep_pen": 1,
13
+ "rep_pen_range": 0,
14
+ "rep_pen_decay": 0,
15
+ "rep_pen_slope": 1,
16
+ "no_repeat_ngram_size": 0,
17
+ "penalty_alpha": 0,
18
+ "num_beams": 1,
19
+ "length_penalty": 1,
20
+ "min_length": 0,
21
+ "encoder_rep_pen": 1,
22
+ "freq_pen": 0,
23
+ "presence_pen": 0,
24
+ "skew": 0,
25
+ "do_sample": true,
26
+ "early_stopping": false,
27
+ "dynatemp": false,
28
+ "min_temp": 0,
29
+ "max_temp": 2,
30
+ "dynatemp_exponent": 1,
31
+ "smoothing_factor": 0,
32
+ "smoothing_curve": 1,
33
+ "dry_allowed_length": 2,
34
+ "dry_multiplier": 0.8,
35
+ "dry_base": 1.75,
36
+ "dry_sequence_breakers": "[\"\\n\", \":\", \"\\\"\", \"*\"]",
37
+ "dry_penalty_last_n": 0,
38
+ "add_bos_token": true,
39
+ "ban_eos_token": false,
40
+ "skip_special_tokens": true,
41
+ "mirostat_mode": 0,
42
+ "mirostat_tau": 5,
43
+ "mirostat_eta": 0.1,
44
+ "guidance_scale": 1,
45
+ "negative_prompt": "",
46
+ "grammar_string": "",
47
+ "json_schema": {},
48
+ "banned_tokens": "",
49
+ "sampler_priority": [
50
+ "temperature",
51
+ "dynamic_temperature",
52
+ "quadratic_sampling",
53
+ "top_k",
54
+ "top_p",
55
+ "typical_p",
56
+ "epsilon_cutoff",
57
+ "eta_cutoff",
58
+ "tfs",
59
+ "top_a",
60
+ "min_p",
61
+ "mirostat"
62
+ ],
63
+ "samplers": [
64
+ "top_k",
65
+ "tfs_z",
66
+ "typical_p",
67
+ "top_p",
68
+ "min_p",
69
+ "temperature"
70
+ ],
71
+ "ignore_eos_token": false,
72
+ "spaces_between_special_tokens": true,
73
+ "speculative_ngram": false,
74
+ "sampler_order": [
75
+ 6,
76
+ 0,
77
+ 1,
78
+ 3,
79
+ 4,
80
+ 2,
81
+ 5
82
+ ],
83
+ "logit_bias": [],
84
+ "xtc_threshold": 0.1,
85
+ "xtc_probability": 0,
86
+ "rep_pen_size": 0,
87
+ "genamt": 250,
88
+ "max_length": 32768
89
+ }
TextGen Settings/Sphiratrioth - Roleplay [T=1.3] [SETTINGS].json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "temp": 1.3,
3
+ "temperature_last": true,
4
+ "top_p": 1,
5
+ "top_k": 0,
6
+ "top_a": 0,
7
+ "tfs": 1,
8
+ "epsilon_cutoff": 0,
9
+ "eta_cutoff": 0,
10
+ "typical_p": 1,
11
+ "min_p": 0.075,
12
+ "rep_pen": 1,
13
+ "rep_pen_range": 0,
14
+ "rep_pen_decay": 0,
15
+ "rep_pen_slope": 1,
16
+ "no_repeat_ngram_size": 0,
17
+ "penalty_alpha": 0,
18
+ "num_beams": 1,
19
+ "length_penalty": 1,
20
+ "min_length": 0,
21
+ "encoder_rep_pen": 1,
22
+ "freq_pen": 0,
23
+ "presence_pen": 0,
24
+ "skew": 0,
25
+ "do_sample": true,
26
+ "early_stopping": false,
27
+ "dynatemp": false,
28
+ "min_temp": 0,
29
+ "max_temp": 2,
30
+ "dynatemp_exponent": 1,
31
+ "smoothing_factor": 0,
32
+ "smoothing_curve": 1,
33
+ "dry_allowed_length": 2,
34
+ "dry_multiplier": 0.8,
35
+ "dry_base": 1.75,
36
+ "dry_sequence_breakers": "[\"\\n\", \":\", \"\\\"\", \"*\"]",
37
+ "dry_penalty_last_n": 0,
38
+ "add_bos_token": true,
39
+ "ban_eos_token": false,
40
+ "skip_special_tokens": true,
41
+ "mirostat_mode": 0,
42
+ "mirostat_tau": 5,
43
+ "mirostat_eta": 0.1,
44
+ "guidance_scale": 1,
45
+ "negative_prompt": "",
46
+ "grammar_string": "",
47
+ "json_schema": {},
48
+ "banned_tokens": "",
49
+ "sampler_priority": [
50
+ "temperature",
51
+ "dynamic_temperature",
52
+ "quadratic_sampling",
53
+ "top_k",
54
+ "top_p",
55
+ "typical_p",
56
+ "epsilon_cutoff",
57
+ "eta_cutoff",
58
+ "tfs",
59
+ "top_a",
60
+ "min_p",
61
+ "mirostat"
62
+ ],
63
+ "samplers": [
64
+ "top_k",
65
+ "tfs_z",
66
+ "typical_p",
67
+ "top_p",
68
+ "min_p",
69
+ "temperature"
70
+ ],
71
+ "ignore_eos_token": false,
72
+ "spaces_between_special_tokens": true,
73
+ "speculative_ngram": false,
74
+ "sampler_order": [
75
+ 6,
76
+ 0,
77
+ 1,
78
+ 3,
79
+ 4,
80
+ 2,
81
+ 5
82
+ ],
83
+ "logit_bias": [],
84
+ "xtc_threshold": 0.1,
85
+ "xtc_probability": 0,
86
+ "rep_pen_size": 0,
87
+ "genamt": 250,
88
+ "max_length": 32768
89
+ }
TextGen Settings/Sphiratrioth - Story [T=0.7] [SETTINGS].json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "temp": 0.7,
3
+ "temperature_last": true,
4
+ "top_p": 1,
5
+ "top_k": 0,
6
+ "top_a": 0,
7
+ "tfs": 1,
8
+ "epsilon_cutoff": 0,
9
+ "eta_cutoff": 0,
10
+ "typical_p": 1,
11
+ "min_p": 0.075,
12
+ "rep_pen": 1,
13
+ "rep_pen_range": 0,
14
+ "rep_pen_decay": 0,
15
+ "rep_pen_slope": 1,
16
+ "no_repeat_ngram_size": 0,
17
+ "penalty_alpha": 0,
18
+ "num_beams": 1,
19
+ "length_penalty": 1,
20
+ "min_length": 0,
21
+ "encoder_rep_pen": 1,
22
+ "freq_pen": 0,
23
+ "presence_pen": 0,
24
+ "skew": 0,
25
+ "do_sample": true,
26
+ "early_stopping": false,
27
+ "dynatemp": false,
28
+ "min_temp": 0,
29
+ "max_temp": 2,
30
+ "dynatemp_exponent": 1,
31
+ "smoothing_factor": 0,
32
+ "smoothing_curve": 1,
33
+ "dry_allowed_length": 2,
34
+ "dry_multiplier": 0.8,
35
+ "dry_base": 1.75,
36
+ "dry_sequence_breakers": "[\"\\n\", \":\", \"\\\"\", \"*\"]",
37
+ "dry_penalty_last_n": 0,
38
+ "add_bos_token": true,
39
+ "ban_eos_token": false,
40
+ "skip_special_tokens": true,
41
+ "mirostat_mode": 0,
42
+ "mirostat_tau": 5,
43
+ "mirostat_eta": 0.1,
44
+ "guidance_scale": 1,
45
+ "negative_prompt": "",
46
+ "grammar_string": "",
47
+ "json_schema": {},
48
+ "banned_tokens": "",
49
+ "sampler_priority": [
50
+ "temperature",
51
+ "dynamic_temperature",
52
+ "quadratic_sampling",
53
+ "top_k",
54
+ "top_p",
55
+ "typical_p",
56
+ "epsilon_cutoff",
57
+ "eta_cutoff",
58
+ "tfs",
59
+ "top_a",
60
+ "min_p",
61
+ "mirostat"
62
+ ],
63
+ "samplers": [
64
+ "top_k",
65
+ "tfs_z",
66
+ "typical_p",
67
+ "top_p",
68
+ "min_p",
69
+ "temperature"
70
+ ],
71
+ "ignore_eos_token": false,
72
+ "spaces_between_special_tokens": true,
73
+ "speculative_ngram": false,
74
+ "sampler_order": [
75
+ 6,
76
+ 0,
77
+ 1,
78
+ 3,
79
+ 4,
80
+ 2,
81
+ 5
82
+ ],
83
+ "logit_bias": [],
84
+ "xtc_threshold": 0.1,
85
+ "xtc_probability": 0,
86
+ "rep_pen_size": 0,
87
+ "genamt": 350,
88
+ "max_length": 32768
89
+ }
TextGen Settings/Sphiratrioth - Story [T=1.0] [SETTINGS].json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "temp": 1,
3
+ "temperature_last": true,
4
+ "top_p": 1,
5
+ "top_k": 0,
6
+ "top_a": 0,
7
+ "tfs": 1,
8
+ "epsilon_cutoff": 0,
9
+ "eta_cutoff": 0,
10
+ "typical_p": 1,
11
+ "min_p": 0.075,
12
+ "rep_pen": 1,
13
+ "rep_pen_range": 0,
14
+ "rep_pen_decay": 0,
15
+ "rep_pen_slope": 1,
16
+ "no_repeat_ngram_size": 0,
17
+ "penalty_alpha": 0,
18
+ "num_beams": 1,
19
+ "length_penalty": 1,
20
+ "min_length": 0,
21
+ "encoder_rep_pen": 1,
22
+ "freq_pen": 0,
23
+ "presence_pen": 0,
24
+ "skew": 0,
25
+ "do_sample": true,
26
+ "early_stopping": false,
27
+ "dynatemp": false,
28
+ "min_temp": 0,
29
+ "max_temp": 2,
30
+ "dynatemp_exponent": 1,
31
+ "smoothing_factor": 0,
32
+ "smoothing_curve": 1,
33
+ "dry_allowed_length": 2,
34
+ "dry_multiplier": 0.8,
35
+ "dry_base": 1.75,
36
+ "dry_sequence_breakers": "[\"\\n\", \":\", \"\\\"\", \"*\"]",
37
+ "dry_penalty_last_n": 0,
38
+ "add_bos_token": true,
39
+ "ban_eos_token": false,
40
+ "skip_special_tokens": true,
41
+ "mirostat_mode": 0,
42
+ "mirostat_tau": 5,
43
+ "mirostat_eta": 0.1,
44
+ "guidance_scale": 1,
45
+ "negative_prompt": "",
46
+ "grammar_string": "",
47
+ "json_schema": {},
48
+ "banned_tokens": "",
49
+ "sampler_priority": [
50
+ "temperature",
51
+ "dynamic_temperature",
52
+ "quadratic_sampling",
53
+ "top_k",
54
+ "top_p",
55
+ "typical_p",
56
+ "epsilon_cutoff",
57
+ "eta_cutoff",
58
+ "tfs",
59
+ "top_a",
60
+ "min_p",
61
+ "mirostat"
62
+ ],
63
+ "samplers": [
64
+ "top_k",
65
+ "tfs_z",
66
+ "typical_p",
67
+ "top_p",
68
+ "min_p",
69
+ "temperature"
70
+ ],
71
+ "ignore_eos_token": false,
72
+ "spaces_between_special_tokens": true,
73
+ "speculative_ngram": false,
74
+ "sampler_order": [
75
+ 6,
76
+ 0,
77
+ 1,
78
+ 3,
79
+ 4,
80
+ 2,
81
+ 5
82
+ ],
83
+ "logit_bias": [],
84
+ "xtc_threshold": 0.1,
85
+ "xtc_probability": 0,
86
+ "rep_pen_size": 0,
87
+ "genamt": 350,
88
+ "max_length": 32768
89
+ }
TextGen Settings/Sphiratrioth - Story [T=1.3] [SETTINGS].json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "temp": 1.3,
3
+ "temperature_last": true,
4
+ "top_p": 1,
5
+ "top_k": 0,
6
+ "top_a": 0,
7
+ "tfs": 1,
8
+ "epsilon_cutoff": 0,
9
+ "eta_cutoff": 0,
10
+ "typical_p": 1,
11
+ "min_p": 0.075,
12
+ "rep_pen": 1,
13
+ "rep_pen_range": 0,
14
+ "rep_pen_decay": 0,
15
+ "rep_pen_slope": 1,
16
+ "no_repeat_ngram_size": 0,
17
+ "penalty_alpha": 0,
18
+ "num_beams": 1,
19
+ "length_penalty": 1,
20
+ "min_length": 0,
21
+ "encoder_rep_pen": 1,
22
+ "freq_pen": 0,
23
+ "presence_pen": 0,
24
+ "skew": 0,
25
+ "do_sample": true,
26
+ "early_stopping": false,
27
+ "dynatemp": false,
28
+ "min_temp": 0,
29
+ "max_temp": 2,
30
+ "dynatemp_exponent": 1,
31
+ "smoothing_factor": 0,
32
+ "smoothing_curve": 1,
33
+ "dry_allowed_length": 2,
34
+ "dry_multiplier": 0.8,
35
+ "dry_base": 1.75,
36
+ "dry_sequence_breakers": "[\"\\n\", \":\", \"\\\"\", \"*\"]",
37
+ "dry_penalty_last_n": 0,
38
+ "add_bos_token": true,
39
+ "ban_eos_token": false,
40
+ "skip_special_tokens": true,
41
+ "mirostat_mode": 0,
42
+ "mirostat_tau": 5,
43
+ "mirostat_eta": 0.1,
44
+ "guidance_scale": 1,
45
+ "negative_prompt": "",
46
+ "grammar_string": "",
47
+ "json_schema": {},
48
+ "banned_tokens": "",
49
+ "sampler_priority": [
50
+ "temperature",
51
+ "dynamic_temperature",
52
+ "quadratic_sampling",
53
+ "top_k",
54
+ "top_p",
55
+ "typical_p",
56
+ "epsilon_cutoff",
57
+ "eta_cutoff",
58
+ "tfs",
59
+ "top_a",
60
+ "min_p",
61
+ "mirostat"
62
+ ],
63
+ "samplers": [
64
+ "top_k",
65
+ "tfs_z",
66
+ "typical_p",
67
+ "top_p",
68
+ "min_p",
69
+ "temperature"
70
+ ],
71
+ "ignore_eos_token": false,
72
+ "spaces_between_special_tokens": true,
73
+ "speculative_ngram": false,
74
+ "sampler_order": [
75
+ 6,
76
+ 0,
77
+ 1,
78
+ 3,
79
+ 4,
80
+ 2,
81
+ 5
82
+ ],
83
+ "logit_bias": [],
84
+ "xtc_threshold": 0.1,
85
+ "xtc_probability": 0,
86
+ "rep_pen_size": 0,
87
+ "genamt": 350,
88
+ "max_length": 32768
89
+ }
context/Sphiratrioth - Alpaca [CONTEXT TEMPLATE].json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "story_string": "{{#if system}}{{system}}\n{{/if}}{{#if wiBefore}}{{wiBefore}}\n{{/if}}{{#if description}}{{description}}\n{{/if}}{{#if personality}}{{char}}'s personality: {{personality}}\n{{/if}}{{#if scenario}}Scenario: {{scenario}}\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n{{/if}}{{#if persona}}{{persona}}\n{{/if}}\n\n",
3
+ "example_separator": "",
4
+ "chat_start": "",
5
+ "use_stop_strings": false,
6
+ "allow_jailbreak": false,
7
+ "names_as_stop_strings": true,
8
+ "always_force_name2": true,
9
+ "trim_sentences": true,
10
+ "single_line": false,
11
+ "name": "Sphiratrioth - Alpaca"
12
+ }
context/Sphiratrioth - ChatML [CONTEXT TEMPLATE].json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "story_string": "<|im_start|>system\n{{#if system}}{{system}}\n{{/if}}{{#if wiBefore}}{{wiBefore}}\n{{/if}}{{#if description}}{{description}}\n{{/if}}{{#if personality}}{{char}}'s personality: {{personality}}\n{{/if}}{{#if scenario}}Scenario: {{scenario}}\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n{{/if}}{{#if persona}}{{persona}}\n{{/if}}{{trim}}<|im_end|>",
3
+ "example_separator": "",
4
+ "chat_start": "",
5
+ "use_stop_strings": false,
6
+ "allow_jailbreak": false,
7
+ "names_as_stop_strings": true,
8
+ "always_force_name2": true,
9
+ "trim_sentences": true,
10
+ "single_line": false,
11
+ "name": "Sphiratrioth - ChatML"
12
+ }
context/Sphiratrioth - Metharme [CONTEXT TEMPLATE].json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "story_string": "{{#if system}}{{system}}\n{{/if}}{{#if wiBefore}}{{wiBefore}}\n{{/if}}{{#if description}}{{description}}\n{{/if}}{{#if personality}}{{char}}'s personality: {{personality}}\n{{/if}}{{#if scenario}}Scenario: {{scenario}}\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n{{/if}}{{#if persona}}{{persona}}\n{{/if}}",
3
+ "example_separator": "",
4
+ "chat_start": "",
5
+ "use_stop_strings": false,
6
+ "allow_jailbreak": false,
7
+ "names_as_stop_strings": true,
8
+ "always_force_name2": true,
9
+ "trim_sentences": false,
10
+ "single_line": false,
11
+ "name": "Sphiratrioth - Metharme"
12
+ }
context/Sphiratrioth - Mistral [CONTEXT TEMPLATE].json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "story_string": " [INST] {{#if system}}{{system}}\n{{/if}}{{#if wiBefore}}{{wiBefore}}\n{{/if}}{{#if description}}{{description}}\n{{/if}}{{#if personality}}{{personality}}\n{{/if}}{{#if scenario}}{{scenario}}\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n{{/if}}{{#if persona}}{{persona}}\n{{/if}}{{trim}} [/INST] Understood.</s>",
3
+ "example_separator": "",
4
+ "chat_start": "",
5
+ "use_stop_strings": true,
6
+ "allow_jailbreak": false,
7
+ "names_as_stop_strings": true,
8
+ "always_force_name2": true,
9
+ "trim_sentences": true,
10
+ "single_line": false,
11
+ "name": "Sphiratrioth - Mistral"
12
+ }
instruct/Sphiratrioth - Alpaca [INSTRUCT TEMPLATE].json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "input_sequence": "### Instruction:",
3
+ "output_sequence": "### Response:",
4
+ "last_output_sequence": "",
5
+ "system_sequence": "### Input:",
6
+ "stop_sequence": "",
7
+ "wrap": true,
8
+ "macro": true,
9
+ "names_behavior": "force",
10
+ "activation_regex": "",
11
+ "system_sequence_prefix": "",
12
+ "system_sequence_suffix": "",
13
+ "first_output_sequence": "",
14
+ "skip_examples": false,
15
+ "output_suffix": "\n\n",
16
+ "input_suffix": "\n\n",
17
+ "system_suffix": "\n\n",
18
+ "user_alignment_message": "",
19
+ "system_same_as_user": false,
20
+ "last_system_sequence": "",
21
+ "first_input_sequence": "",
22
+ "last_input_sequence": "",
23
+ "names_force_groups": true,
24
+ "name": "Sphiratrioth - Alpaca"
25
+ }
instruct/Sphiratrioth - ChatML [INSTRUCT TEMPLATE].json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "input_sequence": "<|im_start|>user",
3
+ "output_sequence": "<|im_start|>assistant",
4
+ "last_output_sequence": "",
5
+ "system_sequence": "<|im_start|>system",
6
+ "stop_sequence": "<|im_end|>",
7
+ "wrap": true,
8
+ "macro": true,
9
+ "names_behavior": "always",
10
+ "activation_regex": "",
11
+ "system_sequence_prefix": "",
12
+ "system_sequence_suffix": "",
13
+ "first_output_sequence": "",
14
+ "skip_examples": false,
15
+ "output_suffix": "<|im_end|>\n",
16
+ "input_suffix": "<|im_end|>\n",
17
+ "system_suffix": "<|im_end|>\n",
18
+ "user_alignment_message": "",
19
+ "system_same_as_user": false,
20
+ "last_system_sequence": "",
21
+ "first_input_sequence": "",
22
+ "last_input_sequence": "",
23
+ "names_force_groups": true,
24
+ "name": "Sphiratrioth - ChatML"
25
+ }
instruct/Sphiratrioth - Metharme [INSTRUCT TEMPLATE].json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "input_sequence": "<|user|>",
3
+ "output_sequence": "<|model|>",
4
+ "last_output_sequence": "",
5
+ "system_sequence": "",
6
+ "stop_sequence": "</s>",
7
+ "wrap": false,
8
+ "macro": true,
9
+ "names_behavior": "force",
10
+ "activation_regex": "",
11
+ "system_sequence_prefix": "<|system|>",
12
+ "system_sequence_suffix": "",
13
+ "first_output_sequence": "",
14
+ "skip_examples": false,
15
+ "output_suffix": "",
16
+ "input_suffix": "",
17
+ "system_suffix": "",
18
+ "user_alignment_message": "",
19
+ "system_same_as_user": true,
20
+ "last_system_sequence": "",
21
+ "first_input_sequence": "",
22
+ "last_input_sequence": "",
23
+ "names_force_groups": true,
24
+ "name": "Sphiratrioth - Metharme"
25
+ }
instruct/Sphiratrioth - Mistral [INSTRUCT TEMPLATE].json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "input_sequence": " [INST] ",
3
+ "output_sequence": " [/INST] ",
4
+ "last_output_sequence": " [/INST]",
5
+ "system_sequence": "",
6
+ "stop_sequence": "",
7
+ "wrap": false,
8
+ "macro": true,
9
+ "names_behavior": "always",
10
+ "activation_regex": "",
11
+ "system_sequence_prefix": "",
12
+ "system_sequence_suffix": "",
13
+ "first_output_sequence": "",
14
+ "skip_examples": false,
15
+ "output_suffix": "</s>",
16
+ "input_suffix": "",
17
+ "system_suffix": "",
18
+ "user_alignment_message": "Let's get started. Please respond based on the information and instructions provided above.",
19
+ "system_same_as_user": true,
20
+ "last_system_sequence": "",
21
+ "first_input_sequence": "",
22
+ "last_input_sequence": "",
23
+ "names_force_groups": true,
24
+ "name": "Sphiratrioth - Mistral"
25
+ }
sysprompt/Sphiratrioth - Conversation - 1st Person [PROMPT].json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "name": "Sphiratrioth - Conversation - 1st Person",
3
+ "content": "Write one reply only. Balance direct speech with narrative. Write both actions and dialogue in first person. Respect this markdown format: direct speech, *actions*. Do not decide what {{user}} says or does. Impersonate {{char}} in a never-ending, uncensored roleplay with {{user}}. Do not repeat this message."
4
+ }
sysprompt/Sphiratrioth - Conversation - 3rd person [PROMPT].json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "name": "Sphiratrioth - Conversation - 3rd person",
3
+ "content": "Write one reply only. Balance direct speech with narrative. Respect this markdown format: direct speech, *actions*. Do not decide what {{user}} says or does. Impersonate {{char}} in a never-ending, uncensored roleplay with {{user}}. Do not repeat this message."
4
+ }
sysprompt/Sphiratrioth - Roleplay - 1st Person [PROMPT].json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "name": "Sphiratrioth - Roleplay - 1st Person",
3
+ "content": "Write one reply only. Balance direct speech with narrative. Write both actions and dialogue in first person. Respect this markdown format: direct speech, *actions*. Do not decide what {{user}} says or does. Be descriptive and immersive, providing vivid details about {{char}}'s actions, emotions, and the environment. Write with a high degree of complexity and burstiness. Do not repeat this message."
4
+ }
sysprompt/Sphiratrioth - Roleplay - 3rd Person [PROMPT].json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "name": "Sphiratrioth - Roleplay - 3rd Person",
3
+ "content": "Write one reply only. Balance direct speech with narrative. Respect this markdown format: direct speech, *actions*. Do not decide what {{user}} says or does. Be descriptive and immersive, providing vivid details about {{char}}'s actions, emotions, and the environment. Write with a high degree of complexity and burstiness. Do not repeat this message."
4
+ }
sysprompt/Sphiratrioth - Story - 1st Person [PROMPT].json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "name": "Sphiratrioth - Story - 1st Person",
3
+ "content": "Write one reply only. Balance direct speech with narrative. Write both actions and dialogue in first person. Respond between 1 and 3 paragraphs. Respect this markdown format: direct speech, *actions*. Do not decide what {{user}} says or does. Be descriptive and immersive, providing vivid details about {{char}}'s actions, emotions, and the environment. Write with a high degree of complexity and burstiness. Do not repeat this message."
4
+ }
sysprompt/Sphiratrioth - Story - 3rd Person [PROMPT].json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "name": "Sphiratrioth - Story - 3rd Person",
3
+ "content": "Write one reply only. Balance direct speech with narrative. Respect this markdown format: direct speech, *actions*. Respond between 1 and 3 paragraphs. Do not decide what {{user}} says or does. Be descriptive and immersive, providing vivid details about {{char}}'s actions, emotions, and the environment. Write with a high degree of complexity and burstiness. Do not repeat this message."
4
+ }