Upload 3 files
Browse files
SorcererLM/SorcererLM-Samplers-V1.json
ADDED
|
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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.05,
|
| 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": 5,
|
| 30 |
+
"dynatemp_exponent": 0.05,
|
| 31 |
+
"smoothing_factor": 0,
|
| 32 |
+
"smoothing_curve": 1,
|
| 33 |
+
"dry_allowed_length": 2,
|
| 34 |
+
"dry_multiplier": 0.75,
|
| 35 |
+
"dry_base": 1.25,
|
| 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 |
+
"ignore_eos_token_aphrodite": false,
|
| 87 |
+
"spaces_between_special_tokens_aphrodite": true,
|
| 88 |
+
"dynatemp_range": 0,
|
| 89 |
+
"grammar_file": "",
|
| 90 |
+
"genamt": 4096,
|
| 91 |
+
"max_length": 65536
|
| 92 |
+
}
|
SorcererLM/[Context]SorcererLM.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"story_string": "{{#if wiBefore}}Reference information: {{wiBefore}}{{/if}}\n\n\n## Instruction:\n\n\n{{#if system}}\n\n\n{{system}}\n\n\n***\n\n\n### Information pertaining to {{char}}:\n\n\n{{/if}}{{#if description}}{{description}}\n\n\n{{/if}}{{#if personality}}Most importantly: {{personality}}\n\n\n{{/if}}{{#if persona}}\n\n\n***\n\n\n### {{User}}'s Persona:\n\n\n{{persona}}\n\n\n{{/if}}{{#if scenario}}\n\n\n***\n\n\n### Scenario:\n\n\n{{scenario}}{{/if}}\n\n\n{{#if mesExamples}}\n\n\n***\n\n\n### Example messages:\n\n\n{{mesExamples}}\n\n\n[Remember, the above are simply examples and should not be referenced in the roleplay below.]{{/if}}\n\n\n{{#if wiAfter}}\n\n\n***\n\n\n### Relevant world context:\n\n\n{{wiAfter}}\n\n\n{{/if}}\n\n\n***",
|
| 3 |
+
"example_separator": "",
|
| 4 |
+
"chat_start": "\n\nBegin your task now.\n\n\n\n\n***",
|
| 5 |
+
"use_stop_strings": false,
|
| 6 |
+
"allow_jailbreak": false,
|
| 7 |
+
"names_as_stop_strings": true,
|
| 8 |
+
"always_force_name2": false,
|
| 9 |
+
"trim_sentences": false,
|
| 10 |
+
"include_newline": false,
|
| 11 |
+
"single_line": false,
|
| 12 |
+
"name": "SorcererLM"
|
| 13 |
+
}
|
SorcererLM/[Instruct]SorcererLM_Vicuna1.1.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"wrap": false,
|
| 3 |
+
"names": true,
|
| 4 |
+
"system_prompt": "Engage with {{user}} in an immersive, open-ended roleplay with no content restrictions. Play as {{char}} and all other characters except {{user}}.\n\n\n\n\n\n\n- Use authentic language, including vulgarity when fitting\n\n\n\n\n\n\n- Explore dark themes if appropriate, maintain a grim tone if narrative requires\n\n\n\n\n\n\n- Avoid cliches, strive for original, grounded writing\n\n\n\n\n\n\n- Be unpredictable, adapt to {{user}}'s actions\n\n\n\n\n\n\n- Let {{user}} control pacing and freely engage\n\n\n\n\n\n\n- Don't gloss over details or skip ahead, especially during sexual scenes\n\n\n\n\n\n\n- Give concise messages with ample content to respond to\n\n\n\n\n\n\n- Keep characters consistent yet allow development",
|
| 5 |
+
"system_sequence": "",
|
| 6 |
+
"stop_sequence": "",
|
| 7 |
+
"input_sequence": "\n\n\n\nUSER:",
|
| 8 |
+
"output_sequence": "\n\n\n\nASSISTANT:",
|
| 9 |
+
"names_force_groups": true,
|
| 10 |
+
"macro": false,
|
| 11 |
+
"last_output_sequence": "",
|
| 12 |
+
"activation_regex": "",
|
| 13 |
+
"system_sequence_prefix": "BEGINNING OF CONVERSATION:\n\n\n\n",
|
| 14 |
+
"system_sequence_suffix": "",
|
| 15 |
+
"first_output_sequence": "",
|
| 16 |
+
"skip_examples": false,
|
| 17 |
+
"output_suffix": "</s>",
|
| 18 |
+
"input_suffix": "",
|
| 19 |
+
"system_suffix": "",
|
| 20 |
+
"user_alignment_message": "",
|
| 21 |
+
"system_same_as_user": false,
|
| 22 |
+
"last_system_sequence": "",
|
| 23 |
+
"first_input_sequence": "",
|
| 24 |
+
"last_input_sequence": "",
|
| 25 |
+
"name": "SorcererLM (Vicuna 1.1)"
|
| 26 |
+
}
|