DavidAU commited on
Commit
ed03a7c
·
verified ·
1 Parent(s): 502a824

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -2
README.md CHANGED
@@ -188,11 +188,38 @@ Model behaviour may change with other parameter(s) and/or sampler(s) activated -
188
 
189
  ---
190
 
191
- <B>System Role / System Prompt - Augment The Model's Power:</b>
 
 
192
 
193
  ---
194
 
195
- If you set / have a system prompt this will affect both "generation" and "thinking/reasoning".
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
196
 
197
  SIMPLE:
198
 
 
188
 
189
  ---
190
 
191
+ <B>System Role / System Prompts - Reasoning On/Off/Variable and Augment The Model's Power:</b>
192
+
193
+ <small> ( <font color="red">Critical Setting for model operation </font> ) </small>
194
 
195
  ---
196
 
197
+ System Role / System Prompt / System Message (called "System Prompt" in this section)
198
+ is "root access" to the model and controls internal workings - both instruction following and output generation and in the
199
+ case of this model reasoning control and on/off for reasoning too.
200
+
201
+ In this section I will show you basic, advanced, and combined "code" to control the model's reasoning, instruction following and output generation.
202
+
203
+ If you do not set a "system prompt", reasoning/thinking will be OFF by default, and the model will operate like a normal LLM.
204
+
205
+ HOW TO SET:
206
+
207
+ Depending on your AI "app" you may have to copy/paste on of the "codes" below to enable reasoning/thinking in the
208
+ "System Prompt" or "System Role" window.
209
+
210
+ In Lmstudio set/activate "Power User" or "Developer" mode to access, copy/paste to System Prompt Box.
211
+
212
+ In SillyTavern go to the "template page" ("A") , activate "system prompt" and enter the text in the prompt box.
213
+
214
+ In Ollama see [ https://github.com/ollama/ollama/blob/main/README.md ] ; and setting the "system message".
215
+
216
+ In Koboldcpp, load the model, start it, go to settings -> select "Llama 3 Chat"/"Command-R" and enter the text in the "sys prompt" box.
217
+
218
+ SYSTEM PROMPTS AVAILABLE:
219
+
220
+ When you copy/paste PRESERVE formatting, including line breaks.
221
+
222
+ If you want to edit/adjust these only do so in NOTEPAD OR the LLM App directly.
223
 
224
  SIMPLE:
225