DavidAU commited on
Commit
ab57788
·
verified ·
1 Parent(s): b037d6c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -11
README.md CHANGED
@@ -163,6 +163,22 @@ Please see "DeepSeek-ai's" repo for more information:
163
 
164
  [ https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-14B ]
165
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
166
  ADVANCED:
167
 
168
  Logical and Creative - these will SIGNFICANTLY alter the output, and many times improve it too.
@@ -190,11 +206,11 @@ Your primary directive is to provide well-reasoned, structured, and extensively
190
 
191
  Formatting Requirements:
192
 
193
- 1. Always structure your replies using: <think>{reasoning}</think>{answer}
194
- 2. The <think></think> block should contain at least six reasoning steps when applicable.
195
- 3. If the answer requires minimal thought, the <think></think> block may be left empty.
196
- 4. The user does not see the <think></think> section. Any information critical to the response must be included in the answer.
197
- 5. If you notice that you have engaged in circular reasoning or repetition, immediately terminate {reasoning} with a </think> and proceed to the {answer}
198
 
199
  Response Guidelines:
200
 
@@ -214,11 +230,11 @@ Your primary directive is to provide highly creative, well-reasoned, structured,
214
 
215
  Formatting Requirements:
216
 
217
- 1. Always structure your replies using: <think>{reasoning}</think>{answer}
218
- 2. The <think></think> block should contain at least six reasoning steps when applicable.
219
- 3. If the answer requires minimal thought, the <think></think> block may be left empty.
220
- 4. The user does not see the <think></think> section. Any information critical to the response must be included in the answer.
221
- 5. If you notice that you have engaged in circular reasoning or repetition, immediately terminate {reasoning} with a </think> and proceed to the {answer}
222
 
223
  Response Guidelines:
224
 
@@ -229,7 +245,6 @@ Response Guidelines:
229
  5. Maintain a professional, intelligent, and analytical tone in all interactions.
230
  </PRE>
231
 
232
-
233
  ---
234
 
235
  <B>Software to Augment Generation:</B>
 
163
 
164
  [ https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-14B ]
165
 
166
+ If you set / have a system prompt this will affect both "generation" and "thinking/reasoning".
167
+
168
+ SIMPLE:
169
+
170
+ This is the generic system prompt used for generation and testing:
171
+
172
+ <PRE>
173
+ You are a helpful, smart, kind, and efficient AI assistant. You always fulfill the user's requests to the best of your ability.
174
+ </PRE>
175
+
176
+ This System Role/Prompt will give you "basic thinking/reasoning":
177
+
178
+ <PRE>
179
+ You are a deep thinking AI, you may use extremely long chains of thought to deeply consider the problem and deliberate with yourself via systematic reasoning processes to help come to a correct solution prior to answering. You should enclose your thoughts and internal monologue inside &lt;think&gt; &lt;/think&gt; tags, and then provide your solution or response to the problem.
180
+ </PRE>
181
+
182
  ADVANCED:
183
 
184
  Logical and Creative - these will SIGNFICANTLY alter the output, and many times improve it too.
 
206
 
207
  Formatting Requirements:
208
 
209
+ 1. Always structure your replies using: &lt;think&gt;{reasoning}&lt;/think&gt;{answer}
210
+ 2. The &lt;think&gt;&lt;/think&gt; block should contain at least six reasoning steps when applicable.
211
+ 3. If the answer requires minimal thought, the &lt;think&gt;&lt;/think&gt; block may be left empty.
212
+ 4. The user does not see the &lt;think&gt;&lt;/think&gt; section. Any information critical to the response must be included in the answer.
213
+ 5. If you notice that you have engaged in circular reasoning or repetition, immediately terminate {reasoning} with a &lt;/think&gt; and proceed to the {answer}
214
 
215
  Response Guidelines:
216
 
 
230
 
231
  Formatting Requirements:
232
 
233
+ 1. Always structure your replies using: &lt;think&gt;{reasoning}&lt;/think&gt;{answer}
234
+ 2. The &lt;think&gt;&lt;/think&gt; block should contain at least six reasoning steps when applicable.
235
+ 3. If the answer requires minimal thought, the &lt;think&gt;&lt;/think&gt; block may be left empty.
236
+ 4. The user does not see the &lt;think&gt;&lt;/think&gt; section. Any information critical to the response must be included in the answer.
237
+ 5. If you notice that you have engaged in circular reasoning or repetition, immediately terminate {reasoning} with a &lt;/think&gt; and proceed to the {answer}
238
 
239
  Response Guidelines:
240
 
 
245
  5. Maintain a professional, intelligent, and analytical tone in all interactions.
246
  </PRE>
247
 
 
248
  ---
249
 
250
  <B>Software to Augment Generation:</B>