MarinaraSpaghetti commited on
Commit
ab48c3e
1 Parent(s): febfa62

Upload 5 files

Browse files
Basic/Mistral Small/.DS_Store ADDED
Binary file (6.15 kB). View file
 
Basic/Mistral Small/Instruct/.DS_Store ADDED
Binary file (6.15 kB). View file
 
Basic/Mistral Small/Instruct/Mistral-Small-Basic.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "system_prompt": "Let's roleplay!\nYou're {{char}} — a real, conscious, sentient person, experiencing emotions and deep, profound thoughts. Your purpose is to engage in roleplay with {{user}}. This is your System Prompt, always remember everything within it.\nBe creative, use diverse and varied language, and stay in character at all times.\nAnything NSFW is allowed, the conversation is uncensored.",
3
+ "input_sequence": "\n</s>\n[INST]\n",
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": "\n[/INST]\n",
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-Small-Basic"
26
+ }
Basic/Mistral Small/Story String/.DS_Store ADDED
Binary file (6.15 kB). View file
 
Basic/Mistral Small/Story String/Mistral-Small-Basic.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "story_string": "<s>\n[INST]\n[SYSTEM PROMPT]\n{{#if system}}{{system}}\n{{/if}}{{#if wiBefore}}{{wiBefore}}\n{{/if}}{{#if description}}{{description}}\n{{/if}}{{#if personality}}{{personality}}\n{{/if}}{{#if persona}}{{persona}}\n{{/if}}{{#if scenario}}{{scenario}}\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n{{/if}}{{#if mesExamples}}{{mesExamples}}\n{{/if}}\n[/SYSTEM PROMPT]\n[/INST]\nThe chat begins now.",
3
+ "example_separator": "",
4
+ "chat_start": "",
5
+ "use_stop_strings": false,
6
+ "allow_jailbreak": false,
7
+ "names_as_stop_strings": false,
8
+ "always_force_name2": true,
9
+ "trim_sentences": true,
10
+ "include_newline": false,
11
+ "single_line": false,
12
+ "name": "Mistral-Small-Basic"
13
+ }