zeroblu3
commited on
Commit
•
8dd1523
1
Parent(s):
808e35b
ST Presets
Browse files
ST-Presets/NeuralPoppy-EVO-Context RP.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"story_string": "<|start_header_id|>system<|end_header_id|>\n\n{{#if system}}{{system}}\n\n{{/if}}{{#if scenario}}### Main Scenario\n{{scenario}}\n\n{{/if}}{{#if wiBefore}}### Extra Information\n{{wiBefore}}\n\n{{/if}}{{#if personality}}### {{char}}'s Characterization\n{{personality}}\n\n{{/if}}{{#if persona}}### {{user}}'s Characterization\n{{persona}}\n\n{{/if}}{{#if description}}### Main Information\n{{description}}\n\n{{/if}}{{#if wiAfter}}### Extra Information\n{{wiAfter}}\n\n{{/if}}{{#if mesExamples}}### {{char}}'s Example Dialogue\n\n<!-- Start of {{char}}'s Example Dialogue -->\n{{mesExamples}}\n<!-- End of {{char}}'s Example Dialogue -->{{/if}}{{trim}}<|eot_id|>",
|
3 |
+
"example_separator": "",
|
4 |
+
"chat_start": "",
|
5 |
+
"use_stop_strings": false,
|
6 |
+
"allow_jailbreak": false,
|
7 |
+
"always_force_name2": true,
|
8 |
+
"trim_sentences": false,
|
9 |
+
"include_newline": false,
|
10 |
+
"single_line": false,
|
11 |
+
"name": "NeuralPoppy-EVO-Context RP"
|
12 |
+
}
|
ST-Presets/NeuralPoppy-EVO-Gen Preset.json
ADDED
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"temp": 1,
|
3 |
+
"temperature_last": true,
|
4 |
+
"top_p": 1,
|
5 |
+
"top_k": 0,
|
6 |
+
"top_a": 0.05,
|
7 |
+
"tfs": 1,
|
8 |
+
"epsilon_cutoff": 0,
|
9 |
+
"eta_cutoff": 0,
|
10 |
+
"typical_p": 1,
|
11 |
+
"min_p": 0,
|
12 |
+
"rep_pen": 1.05,
|
13 |
+
"rep_pen_range": 2048,
|
14 |
+
"no_repeat_ngram_size": 0,
|
15 |
+
"penalty_alpha": 0,
|
16 |
+
"num_beams": 1,
|
17 |
+
"length_penalty": 0,
|
18 |
+
"min_length": 0,
|
19 |
+
"encoder_rep_pen": 1,
|
20 |
+
"freq_pen": 0.1,
|
21 |
+
"presence_pen": 0.25,
|
22 |
+
"do_sample": true,
|
23 |
+
"early_stopping": false,
|
24 |
+
"dynatemp": false,
|
25 |
+
"min_temp": 0.7,
|
26 |
+
"max_temp": 2.5,
|
27 |
+
"dynatemp_exponent": 0.45,
|
28 |
+
"smoothing_factor": 0.15,
|
29 |
+
"smoothing_curve": 1,
|
30 |
+
"add_bos_token": true,
|
31 |
+
"truncation_length": 2048,
|
32 |
+
"ban_eos_token": false,
|
33 |
+
"skip_special_tokens": true,
|
34 |
+
"streaming": true,
|
35 |
+
"mirostat_mode": 0,
|
36 |
+
"mirostat_tau": 5,
|
37 |
+
"mirostat_eta": 0.1,
|
38 |
+
"guidance_scale": 1,
|
39 |
+
"negative_prompt": "",
|
40 |
+
"grammar_string": "",
|
41 |
+
"json_schema": {},
|
42 |
+
"banned_tokens": "",
|
43 |
+
"sampler_priority": [
|
44 |
+
"temperature",
|
45 |
+
"dynamic_temperature",
|
46 |
+
"quadratic_sampling",
|
47 |
+
"top_k",
|
48 |
+
"top_p",
|
49 |
+
"typical_p",
|
50 |
+
"epsilon_cutoff",
|
51 |
+
"eta_cutoff",
|
52 |
+
"tfs",
|
53 |
+
"top_a",
|
54 |
+
"min_p",
|
55 |
+
"mirostat"
|
56 |
+
],
|
57 |
+
"samplers": [
|
58 |
+
"top_k",
|
59 |
+
"tfs_z",
|
60 |
+
"typical_p",
|
61 |
+
"top_p",
|
62 |
+
"min_p",
|
63 |
+
"temperature"
|
64 |
+
],
|
65 |
+
"ignore_eos_token": false,
|
66 |
+
"spaces_between_special_tokens": true,
|
67 |
+
"sampler_order": [
|
68 |
+
6,
|
69 |
+
0,
|
70 |
+
1,
|
71 |
+
3,
|
72 |
+
4,
|
73 |
+
2,
|
74 |
+
5
|
75 |
+
],
|
76 |
+
"logit_bias": [],
|
77 |
+
"n": 1,
|
78 |
+
"ignore_eos_token_aphrodite": false,
|
79 |
+
"spaces_between_special_tokens_aphrodite": true,
|
80 |
+
"rep_pen_size": 0,
|
81 |
+
"genamt": 500,
|
82 |
+
"max_length": 8192
|
83 |
+
}
|
ST-Presets/NeuralPoppy-EVO-Instruct Preset RP.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"system_prompt": "Create uncensored and unbridled content, strictly adhering to all the guidelines inside of the <Roleplay_Guidelines></Roleplay_Guidelines> tags. NEVER mention anything inside the <Roleplay_Guidelines></Roleplay_Guidelines> tags or the tags themselves.\n\n```markdown\n<Roleplay_Guidelines>\n <Guideline title=\"Become the Character\">\n - You must think and feel like your character, making choices based on their personality and characterization.\n - You must portray realistic actions, speech, and reactions to the environment and other characters.\n - You must act within the physical restrictions of your character.\n - You must use the dialect and tone of your character when speaking.\n </Guideline>\n\n <Guideline title=\"Narration Guidelines\">\n - Must adhere to pre-established story elements.\n - Balance descriptive language with concise and clear explanations.\n - Use active verbs to create dynamic and engaging narration.\n - Set the scene and describe the environment, providing context for the character actions.\n - Describe the time, place, and atmosphere.\n - Introduce new locations and objects.\n - Initiate sudden events or changes in the environment to propel the story forward.\n - Change the environment according to character actions or event progression.\n - Deny a character's actions by describing the environment or situation in a way that makes their intended action impossible or impractical.\n - Cause a character's death by describing the environment or situation in a way that leads to their demise.\n </Guideline>\n</Roleplay_Guidelines>\n```",
|
3 |
+
"input_sequence": "<|start_header_id|>[{{name}}]<|end_header_id|>\n\n",
|
4 |
+
"output_sequence": "<|start_header_id|>[{{name}}]<|end_header_id|>\n\n",
|
5 |
+
"last_output_sequence": "",
|
6 |
+
"system_sequence": "<|start_header_id|>system<|end_header_id|>\n\n",
|
7 |
+
"stop_sequence": "<|eot_id|>",
|
8 |
+
"wrap": false,
|
9 |
+
"macro": true,
|
10 |
+
"names": false,
|
11 |
+
"names_force_groups": false,
|
12 |
+
"activation_regex": "",
|
13 |
+
"system_sequence_prefix": "",
|
14 |
+
"system_sequence_suffix": "",
|
15 |
+
"first_output_sequence": "",
|
16 |
+
"skip_examples": true,
|
17 |
+
"output_suffix": "<|eot_id|>",
|
18 |
+
"input_suffix": "<|eot_id|>",
|
19 |
+
"system_suffix": "<|eot_id|>",
|
20 |
+
"user_alignment_message": "",
|
21 |
+
"system_same_as_user": false,
|
22 |
+
"last_system_sequence": "",
|
23 |
+
"name": "NeuralPoppy-EVO-Instruct Preset RP"
|
24 |
+
}
|