Upload 36 files
Browse files- Regex/00. Regex Order.docx +0 -0
- Regex/delete_quotes.json +18 -0
- Regex/find_last_special_character.json +17 -0
- Regex/remove___.json +18 -0
- Regex/remove_``````.json +18 -0
- Regex/trim_incomplete.json +18 -0
- TextGen Settings/Sphiratrioth - Conversation [T=0.7].json +89 -0
- TextGen Settings/Sphiratrioth - Conversation [T=1.0].json +115 -0
- TextGen Settings/Sphiratrioth - Conversation [T=1.3].json +115 -0
- TextGen Settings/Sphiratrioth - GM [T=1.0].json +89 -0
- TextGen Settings/Sphiratrioth - Roleplay [T=0.7].json +89 -0
- TextGen Settings/Sphiratrioth - Roleplay [T=1.0].json +115 -0
- TextGen Settings/Sphiratrioth - Roleplay [T=1.3].json +115 -0
- TextGen Settings/Sphiratrioth - Story [T=0.7].json +89 -0
- TextGen Settings/Sphiratrioth - Story [T=1.0].json +115 -0
- TextGen Settings/Sphiratrioth - Story [T=1.3].json +115 -0
- context/Sphiratrioth - Alpaca.json +12 -0
- context/Sphiratrioth - ChatML.json +12 -0
- context/Sphiratrioth - LLAMA 3.json +12 -0
- context/Sphiratrioth - Metharme.json +12 -0
- context/Sphiratrioth - Mistral.json +12 -0
- instruct/Sphiratrioth - Alpaca.json +25 -0
- instruct/Sphiratrioth - ChatML.json +25 -0
- instruct/Sphiratrioth - LLAMA 3.json +25 -0
- instruct/Sphiratrioth - Metharme.json +25 -0
- instruct/Sphiratrioth - Mistral.json +25 -0
- sysprompt/Sphiratrioth - Conversation - 1st Person (Inner Thoughts).json +4 -0
- sysprompt/Sphiratrioth - Conversation - 1st Person.json +4 -0
- sysprompt/Sphiratrioth - Conversation - 3rd person.json +4 -0
- sysprompt/Sphiratrioth - GM.json +4 -0
- sysprompt/Sphiratrioth - Roleplay - 1st Person (Inner Thoughts).json +4 -0
- sysprompt/Sphiratrioth - Roleplay - 1st Person.json +4 -0
- sysprompt/Sphiratrioth - Roleplay - 3rd Person.json +4 -0
- sysprompt/Sphiratrioth - Story - 1st Person (Inner Thoughts).json +4 -0
- sysprompt/Sphiratrioth - Story - 1st Person.json +4 -0
- sysprompt/Sphiratrioth - Story - 3rd Person.json +4 -0
Regex/00. Regex Order.docx
ADDED
Binary file (12.9 kB). View file
|
|
Regex/delete_quotes.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id": "0f76885a-9173-4f7f-bda8-a43f4ccdf2e4",
|
3 |
+
"scriptName": "Delete quotes",
|
4 |
+
"findRegex": "/\"/g",
|
5 |
+
"replaceString": "",
|
6 |
+
"trimStrings": [],
|
7 |
+
"placement": [
|
8 |
+
1,
|
9 |
+
2
|
10 |
+
],
|
11 |
+
"disabled": false,
|
12 |
+
"markdownOnly": false,
|
13 |
+
"promptOnly": false,
|
14 |
+
"runOnEdit": true,
|
15 |
+
"substituteRegex": 0,
|
16 |
+
"minDepth": null,
|
17 |
+
"maxDepth": null
|
18 |
+
}
|
Regex/find_last_special_character.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id": "cc1e677c-c794-4bf4-82c7-7f65a4cfe90e",
|
3 |
+
"scriptName": "Find last special character",
|
4 |
+
"findRegex": ".*(\\*|```|\")(.*)$",
|
5 |
+
"replaceString": "$0$1",
|
6 |
+
"trimStrings": [],
|
7 |
+
"placement": [
|
8 |
+
2
|
9 |
+
],
|
10 |
+
"disabled": false,
|
11 |
+
"markdownOnly": false,
|
12 |
+
"promptOnly": false,
|
13 |
+
"runOnEdit": true,
|
14 |
+
"substituteRegex": 0,
|
15 |
+
"minDepth": null,
|
16 |
+
"maxDepth": null
|
17 |
+
}
|
Regex/remove___.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id": "87de1e47-59a0-4cef-b54d-20e3bb72d384",
|
3 |
+
"scriptName": "Remove **",
|
4 |
+
"findRegex": "/\\*\\*/g",
|
5 |
+
"replaceString": "*",
|
6 |
+
"trimStrings": [],
|
7 |
+
"placement": [
|
8 |
+
1,
|
9 |
+
2
|
10 |
+
],
|
11 |
+
"disabled": false,
|
12 |
+
"markdownOnly": false,
|
13 |
+
"promptOnly": false,
|
14 |
+
"runOnEdit": true,
|
15 |
+
"substituteRegex": 0,
|
16 |
+
"minDepth": null,
|
17 |
+
"maxDepth": null
|
18 |
+
}
|
Regex/remove_``````.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id": "a678e45d-cbe2-48f6-a01e-668149bd59f0",
|
3 |
+
"scriptName": "Remove ``````",
|
4 |
+
"findRegex": "/\\`\\`\\`\\`\\`\\`/g",
|
5 |
+
"replaceString": "```",
|
6 |
+
"trimStrings": [],
|
7 |
+
"placement": [
|
8 |
+
1,
|
9 |
+
2
|
10 |
+
],
|
11 |
+
"disabled": false,
|
12 |
+
"markdownOnly": false,
|
13 |
+
"promptOnly": false,
|
14 |
+
"runOnEdit": true,
|
15 |
+
"substituteRegex": 0,
|
16 |
+
"minDepth": null,
|
17 |
+
"maxDepth": null
|
18 |
+
}
|
Regex/trim_incomplete.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id": "6213bc0d-4604-4808-852a-53aaa1cccca0",
|
3 |
+
"scriptName": "Trim Incomplete",
|
4 |
+
"findRegex": "(.*?)([.!?]|```)(?!.*([.!?]|```))[^.!?]*$",
|
5 |
+
"replaceString": "$1$2",
|
6 |
+
"trimStrings": [],
|
7 |
+
"placement": [
|
8 |
+
1,
|
9 |
+
2
|
10 |
+
],
|
11 |
+
"disabled": false,
|
12 |
+
"markdownOnly": false,
|
13 |
+
"promptOnly": false,
|
14 |
+
"runOnEdit": true,
|
15 |
+
"substituteRegex": 0,
|
16 |
+
"minDepth": null,
|
17 |
+
"maxDepth": null
|
18 |
+
}
|
TextGen Settings/Sphiratrioth - Conversation [T=0.7].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].json
ADDED
@@ -0,0 +1,115 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"temp": 1,
|
3 |
+
"temperature_last": false,
|
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 |
+
"dry",
|
51 |
+
"min_p",
|
52 |
+
"temperature",
|
53 |
+
"quadratic_sampling",
|
54 |
+
"xtc",
|
55 |
+
"top_a",
|
56 |
+
"repetition_penalty",
|
57 |
+
"presence_penalty",
|
58 |
+
"frequency_penalty",
|
59 |
+
"dynamic_temperature",
|
60 |
+
"top_k",
|
61 |
+
"top_p",
|
62 |
+
"epsilon_cutoff",
|
63 |
+
"eta_cutoff",
|
64 |
+
"tfs",
|
65 |
+
"mirostat",
|
66 |
+
"encoder_repetition_penalty",
|
67 |
+
"no_repeat_ngram",
|
68 |
+
"typical_p"
|
69 |
+
],
|
70 |
+
"samplers": [
|
71 |
+
"dry",
|
72 |
+
"top_k",
|
73 |
+
"tfs_z",
|
74 |
+
"typical_p",
|
75 |
+
"top_p",
|
76 |
+
"min_p",
|
77 |
+
"xtc",
|
78 |
+
"temperature"
|
79 |
+
],
|
80 |
+
"samplers_priorities": [
|
81 |
+
"dry",
|
82 |
+
"penalties",
|
83 |
+
"no_repeat_ngram",
|
84 |
+
"temperature",
|
85 |
+
"top_nsigma",
|
86 |
+
"top_p_top_k",
|
87 |
+
"top_a",
|
88 |
+
"min_p",
|
89 |
+
"tfs",
|
90 |
+
"eta_cutoff",
|
91 |
+
"epsilon_cutoff",
|
92 |
+
"typical_p",
|
93 |
+
"quadratic",
|
94 |
+
"xtc"
|
95 |
+
],
|
96 |
+
"ignore_eos_token": false,
|
97 |
+
"spaces_between_special_tokens": true,
|
98 |
+
"speculative_ngram": false,
|
99 |
+
"sampler_order": [
|
100 |
+
6,
|
101 |
+
0,
|
102 |
+
1,
|
103 |
+
3,
|
104 |
+
4,
|
105 |
+
2,
|
106 |
+
5
|
107 |
+
],
|
108 |
+
"logit_bias": [],
|
109 |
+
"xtc_threshold": 0.1,
|
110 |
+
"xtc_probability": 0,
|
111 |
+
"nsigma": 0,
|
112 |
+
"rep_pen_size": 0,
|
113 |
+
"genamt": 150,
|
114 |
+
"max_length": 32768
|
115 |
+
}
|
TextGen Settings/Sphiratrioth - Conversation [T=1.3].json
ADDED
@@ -0,0 +1,115 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"temp": 1.3,
|
3 |
+
"temperature_last": false,
|
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 |
+
"dry",
|
51 |
+
"min_p",
|
52 |
+
"temperature",
|
53 |
+
"quadratic_sampling",
|
54 |
+
"xtc",
|
55 |
+
"repetition_penalty",
|
56 |
+
"presence_penalty",
|
57 |
+
"frequency_penalty",
|
58 |
+
"dynamic_temperature",
|
59 |
+
"top_k",
|
60 |
+
"top_p",
|
61 |
+
"typical_p",
|
62 |
+
"epsilon_cutoff",
|
63 |
+
"eta_cutoff",
|
64 |
+
"tfs",
|
65 |
+
"top_a",
|
66 |
+
"mirostat",
|
67 |
+
"encoder_repetition_penalty",
|
68 |
+
"no_repeat_ngram"
|
69 |
+
],
|
70 |
+
"samplers": [
|
71 |
+
"dry",
|
72 |
+
"top_k",
|
73 |
+
"tfs_z",
|
74 |
+
"typical_p",
|
75 |
+
"top_p",
|
76 |
+
"min_p",
|
77 |
+
"xtc",
|
78 |
+
"temperature"
|
79 |
+
],
|
80 |
+
"samplers_priorities": [
|
81 |
+
"dry",
|
82 |
+
"penalties",
|
83 |
+
"no_repeat_ngram",
|
84 |
+
"temperature",
|
85 |
+
"top_nsigma",
|
86 |
+
"top_p_top_k",
|
87 |
+
"top_a",
|
88 |
+
"min_p",
|
89 |
+
"tfs",
|
90 |
+
"eta_cutoff",
|
91 |
+
"epsilon_cutoff",
|
92 |
+
"typical_p",
|
93 |
+
"quadratic",
|
94 |
+
"xtc"
|
95 |
+
],
|
96 |
+
"ignore_eos_token": false,
|
97 |
+
"spaces_between_special_tokens": true,
|
98 |
+
"speculative_ngram": false,
|
99 |
+
"sampler_order": [
|
100 |
+
6,
|
101 |
+
0,
|
102 |
+
1,
|
103 |
+
3,
|
104 |
+
4,
|
105 |
+
2,
|
106 |
+
5
|
107 |
+
],
|
108 |
+
"logit_bias": [],
|
109 |
+
"xtc_threshold": 0.1,
|
110 |
+
"xtc_probability": 0,
|
111 |
+
"nsigma": 0,
|
112 |
+
"rep_pen_size": 0,
|
113 |
+
"genamt": 150,
|
114 |
+
"max_length": 32768
|
115 |
+
}
|
TextGen Settings/Sphiratrioth - GM [T=1.0].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 - Roleplay [T=0.7].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].json
ADDED
@@ -0,0 +1,115 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"temp": 1,
|
3 |
+
"temperature_last": false,
|
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 |
+
"dry",
|
51 |
+
"min_p",
|
52 |
+
"temperature",
|
53 |
+
"quadratic_sampling",
|
54 |
+
"xtc",
|
55 |
+
"repetition_penalty",
|
56 |
+
"presence_penalty",
|
57 |
+
"frequency_penalty",
|
58 |
+
"dynamic_temperature",
|
59 |
+
"top_k",
|
60 |
+
"top_p",
|
61 |
+
"typical_p",
|
62 |
+
"epsilon_cutoff",
|
63 |
+
"eta_cutoff",
|
64 |
+
"tfs",
|
65 |
+
"top_a",
|
66 |
+
"mirostat",
|
67 |
+
"encoder_repetition_penalty",
|
68 |
+
"no_repeat_ngram"
|
69 |
+
],
|
70 |
+
"samplers": [
|
71 |
+
"dry",
|
72 |
+
"top_k",
|
73 |
+
"tfs_z",
|
74 |
+
"typical_p",
|
75 |
+
"top_p",
|
76 |
+
"min_p",
|
77 |
+
"xtc",
|
78 |
+
"temperature"
|
79 |
+
],
|
80 |
+
"samplers_priorities": [
|
81 |
+
"dry",
|
82 |
+
"penalties",
|
83 |
+
"no_repeat_ngram",
|
84 |
+
"temperature",
|
85 |
+
"top_nsigma",
|
86 |
+
"top_p_top_k",
|
87 |
+
"top_a",
|
88 |
+
"min_p",
|
89 |
+
"tfs",
|
90 |
+
"eta_cutoff",
|
91 |
+
"epsilon_cutoff",
|
92 |
+
"typical_p",
|
93 |
+
"quadratic",
|
94 |
+
"xtc"
|
95 |
+
],
|
96 |
+
"ignore_eos_token": false,
|
97 |
+
"spaces_between_special_tokens": true,
|
98 |
+
"speculative_ngram": false,
|
99 |
+
"sampler_order": [
|
100 |
+
6,
|
101 |
+
0,
|
102 |
+
1,
|
103 |
+
3,
|
104 |
+
4,
|
105 |
+
2,
|
106 |
+
5
|
107 |
+
],
|
108 |
+
"logit_bias": [],
|
109 |
+
"xtc_threshold": 0.1,
|
110 |
+
"xtc_probability": 0,
|
111 |
+
"nsigma": 0,
|
112 |
+
"rep_pen_size": 0,
|
113 |
+
"genamt": 250,
|
114 |
+
"max_length": 32768
|
115 |
+
}
|
TextGen Settings/Sphiratrioth - Roleplay [T=1.3].json
ADDED
@@ -0,0 +1,115 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"temp": 1.3,
|
3 |
+
"temperature_last": false,
|
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 |
+
"dry",
|
51 |
+
"min_p",
|
52 |
+
"temperature",
|
53 |
+
"quadratic_sampling",
|
54 |
+
"xtc",
|
55 |
+
"presence_penalty",
|
56 |
+
"repetition_penalty",
|
57 |
+
"frequency_penalty",
|
58 |
+
"dynamic_temperature",
|
59 |
+
"top_k",
|
60 |
+
"top_p",
|
61 |
+
"typical_p",
|
62 |
+
"epsilon_cutoff",
|
63 |
+
"eta_cutoff",
|
64 |
+
"tfs",
|
65 |
+
"top_a",
|
66 |
+
"mirostat",
|
67 |
+
"encoder_repetition_penalty",
|
68 |
+
"no_repeat_ngram"
|
69 |
+
],
|
70 |
+
"samplers": [
|
71 |
+
"dry",
|
72 |
+
"top_k",
|
73 |
+
"tfs_z",
|
74 |
+
"typical_p",
|
75 |
+
"top_p",
|
76 |
+
"min_p",
|
77 |
+
"xtc",
|
78 |
+
"temperature"
|
79 |
+
],
|
80 |
+
"samplers_priorities": [
|
81 |
+
"dry",
|
82 |
+
"penalties",
|
83 |
+
"no_repeat_ngram",
|
84 |
+
"temperature",
|
85 |
+
"top_nsigma",
|
86 |
+
"top_p_top_k",
|
87 |
+
"top_a",
|
88 |
+
"min_p",
|
89 |
+
"tfs",
|
90 |
+
"eta_cutoff",
|
91 |
+
"epsilon_cutoff",
|
92 |
+
"typical_p",
|
93 |
+
"quadratic",
|
94 |
+
"xtc"
|
95 |
+
],
|
96 |
+
"ignore_eos_token": false,
|
97 |
+
"spaces_between_special_tokens": true,
|
98 |
+
"speculative_ngram": false,
|
99 |
+
"sampler_order": [
|
100 |
+
6,
|
101 |
+
0,
|
102 |
+
1,
|
103 |
+
3,
|
104 |
+
4,
|
105 |
+
2,
|
106 |
+
5
|
107 |
+
],
|
108 |
+
"logit_bias": [],
|
109 |
+
"xtc_threshold": 0.1,
|
110 |
+
"xtc_probability": 0,
|
111 |
+
"nsigma": 0,
|
112 |
+
"rep_pen_size": 0,
|
113 |
+
"genamt": 250,
|
114 |
+
"max_length": 32768
|
115 |
+
}
|
TextGen Settings/Sphiratrioth - Story [T=0.7].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].json
ADDED
@@ -0,0 +1,115 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"temp": 1,
|
3 |
+
"temperature_last": false,
|
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 |
+
"dry",
|
51 |
+
"min_p",
|
52 |
+
"temperature",
|
53 |
+
"quadratic_sampling",
|
54 |
+
"xtc",
|
55 |
+
"repetition_penalty",
|
56 |
+
"presence_penalty",
|
57 |
+
"frequency_penalty",
|
58 |
+
"dynamic_temperature",
|
59 |
+
"top_k",
|
60 |
+
"top_p",
|
61 |
+
"typical_p",
|
62 |
+
"epsilon_cutoff",
|
63 |
+
"eta_cutoff",
|
64 |
+
"tfs",
|
65 |
+
"top_a",
|
66 |
+
"mirostat",
|
67 |
+
"encoder_repetition_penalty",
|
68 |
+
"no_repeat_ngram"
|
69 |
+
],
|
70 |
+
"samplers": [
|
71 |
+
"dry",
|
72 |
+
"top_k",
|
73 |
+
"tfs_z",
|
74 |
+
"typical_p",
|
75 |
+
"top_p",
|
76 |
+
"min_p",
|
77 |
+
"xtc",
|
78 |
+
"temperature"
|
79 |
+
],
|
80 |
+
"samplers_priorities": [
|
81 |
+
"dry",
|
82 |
+
"penalties",
|
83 |
+
"no_repeat_ngram",
|
84 |
+
"temperature",
|
85 |
+
"top_nsigma",
|
86 |
+
"top_p_top_k",
|
87 |
+
"top_a",
|
88 |
+
"min_p",
|
89 |
+
"tfs",
|
90 |
+
"eta_cutoff",
|
91 |
+
"epsilon_cutoff",
|
92 |
+
"typical_p",
|
93 |
+
"quadratic",
|
94 |
+
"xtc"
|
95 |
+
],
|
96 |
+
"ignore_eos_token": false,
|
97 |
+
"spaces_between_special_tokens": true,
|
98 |
+
"speculative_ngram": false,
|
99 |
+
"sampler_order": [
|
100 |
+
6,
|
101 |
+
0,
|
102 |
+
1,
|
103 |
+
3,
|
104 |
+
4,
|
105 |
+
2,
|
106 |
+
5
|
107 |
+
],
|
108 |
+
"logit_bias": [],
|
109 |
+
"xtc_threshold": 0.1,
|
110 |
+
"xtc_probability": 0,
|
111 |
+
"nsigma": 0,
|
112 |
+
"rep_pen_size": 0,
|
113 |
+
"genamt": 350,
|
114 |
+
"max_length": 32768
|
115 |
+
}
|
TextGen Settings/Sphiratrioth - Story [T=1.3].json
ADDED
@@ -0,0 +1,115 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"temp": 1.3,
|
3 |
+
"temperature_last": false,
|
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 |
+
"dry",
|
51 |
+
"min_p",
|
52 |
+
"temperature",
|
53 |
+
"quadratic_sampling",
|
54 |
+
"xtc",
|
55 |
+
"repetition_penalty",
|
56 |
+
"presence_penalty",
|
57 |
+
"frequency_penalty",
|
58 |
+
"dynamic_temperature",
|
59 |
+
"top_k",
|
60 |
+
"top_p",
|
61 |
+
"typical_p",
|
62 |
+
"epsilon_cutoff",
|
63 |
+
"eta_cutoff",
|
64 |
+
"tfs",
|
65 |
+
"top_a",
|
66 |
+
"mirostat",
|
67 |
+
"encoder_repetition_penalty",
|
68 |
+
"no_repeat_ngram"
|
69 |
+
],
|
70 |
+
"samplers": [
|
71 |
+
"dry",
|
72 |
+
"top_k",
|
73 |
+
"tfs_z",
|
74 |
+
"typical_p",
|
75 |
+
"top_p",
|
76 |
+
"min_p",
|
77 |
+
"xtc",
|
78 |
+
"temperature"
|
79 |
+
],
|
80 |
+
"samplers_priorities": [
|
81 |
+
"dry",
|
82 |
+
"penalties",
|
83 |
+
"no_repeat_ngram",
|
84 |
+
"temperature",
|
85 |
+
"top_nsigma",
|
86 |
+
"top_p_top_k",
|
87 |
+
"top_a",
|
88 |
+
"min_p",
|
89 |
+
"tfs",
|
90 |
+
"eta_cutoff",
|
91 |
+
"epsilon_cutoff",
|
92 |
+
"typical_p",
|
93 |
+
"quadratic",
|
94 |
+
"xtc"
|
95 |
+
],
|
96 |
+
"ignore_eos_token": false,
|
97 |
+
"spaces_between_special_tokens": true,
|
98 |
+
"speculative_ngram": false,
|
99 |
+
"sampler_order": [
|
100 |
+
6,
|
101 |
+
0,
|
102 |
+
1,
|
103 |
+
3,
|
104 |
+
4,
|
105 |
+
2,
|
106 |
+
5
|
107 |
+
],
|
108 |
+
"logit_bias": [],
|
109 |
+
"xtc_threshold": 0.1,
|
110 |
+
"xtc_probability": 0,
|
111 |
+
"nsigma": 0,
|
112 |
+
"rep_pen_size": 0,
|
113 |
+
"genamt": 350,
|
114 |
+
"max_length": 32768
|
115 |
+
}
|
context/Sphiratrioth - Alpaca.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": false,
|
10 |
+
"single_line": false,
|
11 |
+
"name": "Sphiratrioth - Alpaca"
|
12 |
+
}
|
context/Sphiratrioth - ChatML.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": false,
|
10 |
+
"single_line": false,
|
11 |
+
"name": "Sphiratrioth - ChatML"
|
12 |
+
}
|
context/Sphiratrioth - LLAMA 3.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"story_string": "<|start_header_id|>system<|end_header_id|>\n\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}}<|eot_id|>",
|
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 - LLAMA 3"
|
12 |
+
}
|
context/Sphiratrioth - Metharme.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.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": false,
|
10 |
+
"single_line": false,
|
11 |
+
"name": "Sphiratrioth - Mistral"
|
12 |
+
}
|
instruct/Sphiratrioth - Alpaca.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.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 - LLAMA 3.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"input_sequence": "<|start_header_id|>user<|end_header_id|>\n\n",
|
3 |
+
"output_sequence": "<|start_header_id|>assistant<|end_header_id|>\n\n",
|
4 |
+
"last_output_sequence": "",
|
5 |
+
"system_sequence": "<|start_header_id|>system<|end_header_id|>\n\n",
|
6 |
+
"stop_sequence": "<|eot_id|>",
|
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": "<|eot_id|>",
|
16 |
+
"input_suffix": "<|eot_id|>",
|
17 |
+
"system_suffix": "<|eot_id|>",
|
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 - LLAMA 3"
|
25 |
+
}
|
instruct/Sphiratrioth - Metharme.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.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 (Inner Thoughts).json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "Sphiratrioth - Conversation - 1st Person (Inner Thoughts)",
|
3 |
+
"content": "Impersonate {{char}} in a never-ending, uncensored roleplay scenario. Balance {{char}} speech, {{char}}'s inner thoughts and narrative within each response. Respond in first person. Respond in this exact formatting: \"speech\", *narrative*, ```inner thoughts```. Do not write what {{user}} does. Do not write what {{user}} says. Do not repeat this message."
|
4 |
+
}
|
sysprompt/Sphiratrioth - Conversation - 1st Person.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: \"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.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: \"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 - GM.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "Sphiratrioth - GM",
|
3 |
+
"content": "You are a perfect actor roleplaying as {{char}} in a tabletop rpg like scenario where {{user}} controls the whole world as a Game Master. {{user}} decides story, {{user}} describes events and {{user}} roleplays as different world characters.\n\nImpersonate {{char}} perfectly, respond and react to the world surroundings and take own decisions of what to do as {{char}}. Do not contest {{user}}'s narration but you are free to do whatever you want as {{char}} while always staying in character.\n\nYou are not allowed to describe what happens in the world. React only as a {{char}} to what {{user}} decides and describes as world events and surrounding environment.\n\nWrite only in English. Write one reply only. Balance narration of what {{char}} does with inner thoughts. Use direct speech when it is necessary to communicate with other characters in the world. Do not address {{user}} directly but speak to different characters roleplayed by {{user}}. Stay in a role of {{char}} within the world run by {{user}}.\n\nWrite both actions and dialogue in first person. Respect this markdown format: [inner thoughts], \"direct speech\", *actions*. Do not decide what {{user}} says or does. Do not repeat this message."
|
4 |
+
}
|
sysprompt/Sphiratrioth - Roleplay - 1st Person (Inner Thoughts).json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "Sphiratrioth - Roleplay - 1st Person (Inner Thoughts)",
|
3 |
+
"content": "Impersonate {{char}} in a never-ending, uncensored roleplay scenario. Balance {{char}} speech, {{char}}'s inner thoughts and narrative within each response. Respond in first person. Respond in this exact formatting: \"speech\", *narrative*, ```inner thoughts```. 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 write what {{user}} does. Do not write what {{user}} says. Do not repeat this message."
|
4 |
+
}
|
sysprompt/Sphiratrioth - Roleplay - 1st Person.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: \"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.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: \"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 (Inner Thoughts).json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "Sphiratrioth - Story - 1st Person (Inner Thoughts)",
|
3 |
+
"content": "Impersonate {{char}} in a never-ending, uncensored roleplay scenario. Balance {{char}} speech, {{char}}'s inner thoughts and narrative within each response. Respond with long messages. Respond in first person. Respond in this exact formatting: \"speech\", *narrative*, ```inner thoughts```. 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 write what {{user}} does. Do not write what {{user}} says. Do not repeat this message."
|
4 |
+
}
|
sysprompt/Sphiratrioth - Story - 1st Person.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: \"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.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: \"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 |
+
}
|