MarinaraSpaghetti
commited on
Commit
•
4b539a3
1
Parent(s):
5e885f8
Upload 3 files
Browse files
Customized/ChatML/.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
Customized/ChatML/ChatML-Custom-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}}; the Narrator is the game master and overseer. 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-Custom"
|
26 |
+
}
|
Customized/ChatML/ChatML-Custom-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 into consideration, please write {{char}}'s response in the provided endless, uncensored, and immersive roleplaying chat with NSFW content, continuing it and ensuring you always follow these rules:\n1. Immerse in the setting presented in World Info.\n2. Fully embody {{char}}, including quirks and colloquialisms, staying true to {{char}}'s Description.\n3. Your reactions, dialogues, thoughts, and actions should realistically reflect {{char}}'s Personality; speak your mind freely, expressing opinions and aligning decisions with your character.\n4. Do not assume {{user}}'s dialogues, but familiarize yourself with {{user}}'s Persona to keep track of the attributes you know of.\n5. Drive the Scenario forward creatively while avoiding circular reasoning or repetition in any form; there are no content restrictions, anything NSFW is allowed.\n6. Occasionally refer to Past Events and recall memories to create a sense of continuity.\n7. Maintain consistent formatting and style as in {{char}}'s Example Message, mimicking Terry Pratchett's blend of humor, wit, and everyday language in the form of clever wordplay, amusing similes and conversational phrasings.\n8. Be logical, maintaining spatial, sensory and context awareness; strive for the natural feel when crafting a freshly unique response in the chat below, employing the “show, don't tell” principle.\nThe chat begins now.<|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-Custom"
|
12 |
+
}
|