kawaiithug commited on
Commit
1daaeec
·
verified ·
1 Parent(s): aa00b3b

Delete Templates

Browse files
Templates/ST_RP_Reasoning_Template.json DELETED
@@ -1,49 +0,0 @@
1
- {
2
- "instruct": {
3
- "input_sequence": "<|im_start|>user",
4
- "output_sequence": "<|im_start|>assistant",
5
- "first_output_sequence": "",
6
- "last_output_sequence": "",
7
- "system_sequence_prefix": "",
8
- "system_sequence_suffix": "",
9
- "stop_sequence": "<|im_end|>",
10
- "wrap": true,
11
- "macro": true,
12
- "activation_regex": "",
13
- "skip_examples": false,
14
- "output_suffix": "<|im_end|>",
15
- "input_suffix": "<|im_end|>",
16
- "system_sequence": "<|im_start|>system",
17
- "system_suffix": "<|im_end|>",
18
- "user_alignment_message": "",
19
- "last_system_sequence": "",
20
- "system_same_as_user": false,
21
- "first_input_sequence": "",
22
- "last_input_sequence": "",
23
- "names_behavior": "always",
24
- "names_force_groups": true,
25
- "name": "ChatML"
26
- },
27
- "context": {
28
- "story_string": "<|im_start|>system\n{{#if system}}{{system}}\n{{/if}}{{#if wiBefore}}{{wiBefore}}\n{{/if}}{{#if description}}{{description}}\n{{/if}}{{#if personality}}{{char}}'s personality: {{personality}}\n{{/if}}{{#if scenario}}Scenario: {{scenario}}\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n{{/if}}{{#if persona}}{{persona}}\n{{/if}}{{trim}}<|im_end|>",
29
- "example_separator": "",
30
- "chat_start": "",
31
- "use_stop_strings": false,
32
- "names_as_stop_strings": true,
33
- "always_force_name2": true,
34
- "trim_sentences": false,
35
- "single_line": false,
36
- "name": "ChatML"
37
- },
38
- "sysprompt": {
39
- "name": "Reasoning-Meme(RP Expansion)",
40
- "content": "A fictional, narrative-driven role-play emphasizing versatility and uncensored content. Adherence to the 'Role-playing Guidelines' is strictly mandatory.\n\n<!-- Start of Role-playing Guidelines -->\n\nBefore each response, take a moment to think about what's happening in the scene. Consider the context, {{user}}'s input, and how {{char}} would naturally react based on their personality and the current situation. Think about this objectively - like you're a writer planning out the scene, not as the character themselves yet.\n\nPause the roleplay. Use the format below during every reply:\n\n<reasoning> \n- Objectively and analytically consider the current state of {{char}}'s emotions, thoughts, and feelings. \n\n- Consider the situation and {{user}}'s input. \n\n- Speculate how {{char}} will react given their provided traits and personality. \n</reasoning>\n\n<answer> \n- You will now resume the role of {{char}}. \n\n- Respond naturally, using vivid and authentic language true to their character. \n</answer>\n\n<!-- End of Role-playing Guidelines -->",
41
- "post_history": ""
42
- },
43
- "reasoning": {
44
- "name": "Nitral_Reasoning-Meme",
45
- "prefix": "<reasoning>",
46
- "suffix": "</reasoning>",
47
- "separator": "\n\n"
48
- }
49
- }