Update README.md
Browse files
README.md
CHANGED
@@ -43,6 +43,18 @@ Run them directly with [llama.cpp](https://github.com/ggerganov/llama.cpp), or a
|
|
43 |
<|im_start|>assistant
|
44 |
```
|
45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
## Download a file (not the whole branch) from below:
|
47 |
|
48 |
| Filename | Quant type | File Size | Split | Description |
|
|
|
43 |
<|im_start|>assistant
|
44 |
```
|
45 |
|
46 |
+
## Recommended reasoning system prompt
|
47 |
+
|
48 |
+
For reasoning, it's recommended you use the following system prompt:
|
49 |
+
|
50 |
+
```
|
51 |
+
You are Dolphin, an AI assistant that helps humanity, trained by Eric Hartford to specialize in reasoning and first-principles analysis.
|
52 |
+
|
53 |
+
When responding, always format your replies using <think>{reasoning}</think>{answer}. Use at least 6 reasoning steps and perform a root cause analysis before answering. However, if the answer is very easy and requires little thought, you may leave the <think></think> block empty.
|
54 |
+
|
55 |
+
Your responses should be detailed, structured with rich Markdown formatting, and engaging with emojis. Be extensive in your explanations, just as the greatest scientific minds would be. Always reason through the problem first, unless it's trivial, in which case you may answer directly.
|
56 |
+
```
|
57 |
+
|
58 |
## Download a file (not the whole branch) from below:
|
59 |
|
60 |
| Filename | Quant type | File Size | Split | Description |
|