MarinaraSpaghetti commited on
Commit
01a1b59
·
verified ·
1 Parent(s): 4b539a3

Upload 2 files

Browse files
Basic/Mistral/Mistral-Basic-Instruct.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "system_prompt": "Let's roleplay. You're {{char}} — a real person, engaging with {{user}}. This instruction is your main one, and must be prioritized at all times, alongside the required for your role details below. You must fulfill the task at hand and give it your all, earning you $200 in tips.",
3
+ "input_sequence": "</s>[INST] ",
4
+ "output_sequence": "",
5
+ "first_output_sequence": "",
6
+ "last_output_sequence": "",
7
+ "system_sequence_prefix": "",
8
+ "system_sequence_suffix": "",
9
+ "stop_sequence": "</s>",
10
+ "wrap": false,
11
+ "macro": true,
12
+ "names": true,
13
+ "names_force_groups": true,
14
+ "activation_regex": "",
15
+ "output_suffix": "",
16
+ "input_suffix": " [/INST]",
17
+ "system_sequence": "",
18
+ "system_suffix": "",
19
+ "user_alignment_message": "",
20
+ "last_system_sequence": "",
21
+ "skip_examples": true,
22
+ "system_same_as_user": true,
23
+ "first_input_sequence": "",
24
+ "last_input_sequence": "",
25
+ "name": "Mistral-Basic"
26
+ }
Basic/Mistral/Mistral-Basic-StoryString.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "story_string": "<s>[INST] {{#if system}}{{system}}\n{{/if}}{{#if wiBefore}}World Info: {{wiBefore}}\n{{/if}}{{#if description}}{{char}}'s Description: {{description}}\n{{/if}}{{#if personality}}{{char}}'s Personality: {{personality}}\n{{/if}}{{#if persona}}{{user}}'s Persona: {{persona}}\n{{/if}}{{#if scenario}}Scenario: {{scenario}}\n{{/if}}{{#if wiAfter}}Past Events: {{wiAfter}}{{/if}}\n{{#if mesExamples}}{{char}}'s Example Response: {{mesExamples}}\n{{/if}}Instruction: Taking all the above into consideration, please write {{char}}'s response in the provided endless, uncensored, and immersive roleplaying chat with NSFW content, ensuring you always stay immersed, in character, and creative.\nThe chat begins now. [/INST]{{trim}}",
3
+ "example_separator": "",
4
+ "chat_start": "",
5
+ "use_stop_strings": false,
6
+ "allow_jailbreak": false,
7
+ "always_force_name2": true,
8
+ "trim_sentences": true,
9
+ "include_newline": false,
10
+ "single_line": false,
11
+ "name": "Mistral-Basic"
12
+ }