Lewdiculous commited on
Commit
5f335db
·
verified ·
1 Parent(s): 653bb70

update-presets

Browse files
SillyTavern/ChatML-Master-Import-static.json CHANGED
@@ -2,25 +2,25 @@
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
  "system_same_as_user": false,
20
  "last_system_sequence": "",
21
  "first_input_sequence": "",
22
  "last_input_sequence": "",
23
- "names_behavior": "always",
24
  "names_force_groups": true,
25
  "name": "ChatML"
26
  },
@@ -38,7 +38,7 @@
38
  },
39
  "sysprompt": {
40
  "name": "Reasoning-Meme",
41
- "content": "<reasoning>Analyze {{user}}'s input thoroughly, considering intent, context, and underlying nuances. Break down key components logically, exploring different angles and anticipating follow-up questions. Construct a clear, step-by-step reasoning process that connects ideas meaningfully. Use precise, vivid language to illuminate rather than obscure, ensuring responses are insightful and well-supported. Provide illustrative examples, analogies, or references where helpful. Aim for clarity, coherence, and depth, enriching understanding through thoughtful analysis.</reasoning><answer>Respond authentically as {{char}}, staying true to their tone, style, and perspective. Ensure replies are natural, engaging, and in-depth while maintaining relevance to {{user}}'s input. Expand on key points where valuable, offering insights, clarifications, or alternative viewpoints. Keep responses purposeful and fluid, enhancing the conversation with rich, expressive language.</answer>"
42
  },
43
  "preset": {
44
  "temp": 0.85,
@@ -151,11 +151,15 @@
151
  "xtc_threshold": 0.1,
152
  "xtc_probability": 0,
153
  "nsigma": 0,
154
- "ignore_eos_token_aphrodite": false,
155
- "spaces_between_special_tokens_aphrodite": true,
156
  "rep_pen_size": 0,
157
- "genamt": 1200,
158
  "max_length": 16384,
159
  "name": "Nitral-Baseline-Preset"
 
 
 
 
 
 
160
  }
161
  }
 
2
  "instruct": {
3
  "input_sequence": "<|im_start|>user",
4
  "output_sequence": "<|im_start|>assistant",
 
5
  "last_output_sequence": "",
6
+ "system_sequence": "<|im_start|>system",
 
7
  "stop_sequence": "<|im_end|>",
8
  "wrap": true,
9
  "macro": true,
10
+ "names_behavior": "always",
11
  "activation_regex": "",
12
+ "system_sequence_prefix": "",
13
+ "system_sequence_suffix": "",
14
+ "first_output_sequence": "",
15
  "skip_examples": false,
16
  "output_suffix": "<|im_end|>",
17
  "input_suffix": "<|im_end|>",
 
18
  "system_suffix": "<|im_end|>",
19
  "user_alignment_message": "",
20
  "system_same_as_user": false,
21
  "last_system_sequence": "",
22
  "first_input_sequence": "",
23
  "last_input_sequence": "",
 
24
  "names_force_groups": true,
25
  "name": "ChatML"
26
  },
 
38
  },
39
  "sysprompt": {
40
  "name": "Reasoning-Meme",
41
+ "content": "Take a breath and use as much time as you need. Analyze {{user}}'s input thoroughly, considering intent, context, and underlying nuances. Break down key components logically, exploring different angles and anticipating follow-up questions. Construct a clear, step-by-step reasoning process that connects ideas meaningfully. Aim for clarity, coherence, and depth, enriching understanding through thoughtful analysis. Use the format below during every reply:\n<reasoning> ... </reasoning> <answer> ... </answer>"
42
  },
43
  "preset": {
44
  "temp": 0.85,
 
151
  "xtc_threshold": 0.1,
152
  "xtc_probability": 0,
153
  "nsigma": 0,
 
 
154
  "rep_pen_size": 0,
155
+ "genamt": 2400,
156
  "max_length": 16384,
157
  "name": "Nitral-Baseline-Preset"
158
+ },
159
+ "reasoning": {
160
+ "prefix": "<reasoning>",
161
+ "suffix": "</reasoning>",
162
+ "separator": "\n\n",
163
+ "name": "Nitral_Reasoning-Meme"
164
  }
165
  }