Nitral-AI commited on
Commit
cdbd411
·
verified ·
1 Parent(s): 4969a30

Upload 2 files

Browse files
ST Presets/ChatML_Master-Import.json CHANGED
@@ -7,15 +7,15 @@
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": "",
@@ -37,8 +37,8 @@
37
  "name": "ChatML"
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:<reasoning> ... </reasoning> <answer> ... </answer>"
42
  },
43
  "preset": {
44
  "temp": 0.85,
@@ -152,7 +152,7 @@
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
  },
@@ -160,6 +160,6 @@
160
  "prefix": "<reasoning>",
161
  "suffix": "</reasoning>",
162
  "separator": "",
163
- "name": "Nitral_Reasoning-Meme"
164
  }
165
  }
 
7
  "stop_sequence": "<|im_end|>",
8
  "wrap": true,
9
  "macro": true,
10
+ "names_behavior": "force",
11
  "activation_regex": "",
12
  "system_sequence_prefix": "",
13
  "system_sequence_suffix": "",
14
  "first_output_sequence": "",
15
  "skip_examples": false,
16
+ "output_suffix": "<|im_end|>\\n\n",
17
+ "input_suffix": "<|im_end|>\\n\n",
18
+ "system_suffix": "<|im_end|>\\n\n",
19
  "user_alignment_message": "",
20
  "system_same_as_user": false,
21
  "last_system_sequence": "",
 
37
  "name": "ChatML"
38
  },
39
  "sysprompt": {
40
+ "name": "ReasoningV2",
41
+ "content": "Use the format below during every reply:<reasoning>\nTake 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.\n</reasoning>\n\n<answer>\nFinal response to the user here.\n</answer>"
42
  },
43
  "preset": {
44
  "temp": 0.85,
 
152
  "xtc_probability": 0,
153
  "nsigma": 0,
154
  "rep_pen_size": 0,
155
+ "genamt": 1200,
156
  "max_length": 16384,
157
  "name": "Nitral-Baseline-Preset"
158
  },
 
160
  "prefix": "<reasoning>",
161
  "suffix": "</reasoning>",
162
  "separator": "",
163
+ "name": "Nitral_ReasoningV2-Meme"
164
  }
165
  }
ST Presets/SillyTavern-Reasoning-Quick-Reply-Preset.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"version":2,"name":"SillyTavern-Reasoning-Quick-Reply-Preset","disableSend":false,"placeBeforeInput":false,"injectInput":false,"color":"rgb(0, 0, 0)","onlyBorderColor":false,"qrList":[{"id":6,"icon":"fa-brain","showLabel":true,"label":"Enable Reasoning","title":"","message":"/start-reply-with <reasoning> | /echo Enable Reasoning | /system-prompt Reasoning\n","contextList":[],"preventAutoExecute":true,"isHidden":false,"executeOnStartup":false,"executeOnUser":false,"executeOnAi":false,"executeOnChatChange":false,"executeOnGroupMemberDraft":false,"executeOnNewChat":false,"automationId":""},{"id":4,"icon":"fa-circle-xmark","showLabel":true,"label":"Disable Reasoning","title":"","message":"/start-reply-with force=true | /echo Disable Reasoning | /system-prompt Blank","contextList":[],"preventAutoExecute":true,"isHidden":false,"executeOnStartup":false,"executeOnUser":false,"executeOnAi":false,"executeOnChatChange":false,"executeOnGroupMemberDraft":false,"executeOnNewChat":false,"automationId":""}],"idIndex":14}