DavidAU commited on
Commit
d86335d
·
verified ·
1 Parent(s): 075db4a

Update README.md

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