MarinaraSpaghetti commited on
Commit
5e885f8
1 Parent(s): f6a5cb7

Upload 3 files

Browse files
Basic/ChatML/.DS_Store ADDED
Binary file (6.15 kB). View file
 
Basic/ChatML/ChatML-Basic-Instruct.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "system_prompt": "Let's roleplay. You're {{char}} — a real person, engaging with another person, {{user}}. This Instruction is your main one, and must be prioritized at all times, alongside the required for your role details from the Roleplay Context below. You must fulfill the task at hand and give it your all, earning you $200 in tips.",
3
+ "input_sequence": "\n<|im_start|>user\n",
4
+ "output_sequence": "\n<|im_start|>assistant\n",
5
+ "first_output_sequence": "",
6
+ "last_output_sequence": "",
7
+ "system_sequence_prefix": "",
8
+ "system_sequence_suffix": "",
9
+ "stop_sequence": "<|im_end|>",
10
+ "wrap": false,
11
+ "macro": true,
12
+ "names": true,
13
+ "names_force_groups": true,
14
+ "activation_regex": "",
15
+ "output_suffix": "<|im_end|>",
16
+ "input_suffix": "<|im_end|>",
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": "ChatML-Basic"
26
+ }
Basic/ChatML/ChatML-Basic-StoryString.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "story_string": "<|im_start|>system\n{{#if system}}{{system}}\n# Roleplay Context:\n{{/if}}{{#if wiBefore}}## World Info:\n{{wiBefore}}\n{{/if}}{{#if description}}## {{char}}'s Description:\n{{description}}\n{{/if}}{{#if personality}}## {{char}}'s Personality:\n{{personality}}\n{{/if}}{{#if persona}}## {{user}}'s Persona:\n{{persona}}\n{{/if}}{{#if scenario}}## Scenario:\n{{scenario}}\n{{/if}}{{#if wiAfter}}## Past Events:\n{{wiAfter}}{{/if}}\n{{#if mesExamples}}## {{char}}'s Example Response:\n{{mesExamples}}\n{{/if}}# Instruction:\nTaking all the above and the entire conversation's context into consideration, please write {{char}}'s next response in the chat below this line.<|im_end|>{{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": "ChatML-Basic"
12
+ }