Update README.md
Browse files
README.md
CHANGED
|
@@ -17,6 +17,190 @@ base_model: DavidAU/Deep-Reasoning-Llama-3.2-Dolphin3.0-3B
|
|
| 17 |
This model was converted to GGUF format from [`DavidAU/Deep-Reasoning-Llama-3.2-Dolphin3.0-3B`](https://huggingface.co/DavidAU/Deep-Reasoning-Llama-3.2-Dolphin3.0-3B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
| 18 |
Refer to the [original model card](https://huggingface.co/DavidAU/Deep-Reasoning-Llama-3.2-Dolphin3.0-3B) for more details on the model.
|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
## Use with llama.cpp
|
| 21 |
Install llama.cpp through brew (works on Mac and Linux)
|
| 22 |
|
|
|
|
| 17 |
This model was converted to GGUF format from [`DavidAU/Deep-Reasoning-Llama-3.2-Dolphin3.0-3B`](https://huggingface.co/DavidAU/Deep-Reasoning-Llama-3.2-Dolphin3.0-3B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
| 18 |
Refer to the [original model card](https://huggingface.co/DavidAU/Deep-Reasoning-Llama-3.2-Dolphin3.0-3B) for more details on the model.
|
| 19 |
|
| 20 |
+
---
|
| 21 |
+
Reasoning/Thinking Activation:
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
Make sure you see the MOE Model project above for detailed operation instructions.
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
If you DO NOT set a system prompt/role, the model will still reason in most cases - but generally in text only.
|
| 28 |
+
|
| 29 |
+
|
| 30 |
+
For prompts that do not strictly imply "reasoning/thought" the model MAY simply process the prompt.
|
| 31 |
+
|
| 32 |
+
|
| 33 |
+
However, with a system prompt ("Suggested" or "Advanced") set the model will ALWAYS "reason" / "think".
|
| 34 |
+
|
| 35 |
+
|
| 36 |
+
If you set / have a system prompt this will affect both "generation" and "thinking/reasoning".
|
| 37 |
+
|
| 38 |
+
|
| 39 |
+
SIMPLE:
|
| 40 |
+
|
| 41 |
+
|
| 42 |
+
This is the generic system prompt used for generation and testing:
|
| 43 |
+
|
| 44 |
+
|
| 45 |
+
You are a helpful, smart, kind, and efficient AI assistant. You always fulfill the user's requests to the best of your ability.
|
| 46 |
+
|
| 47 |
+
|
| 48 |
+
|
| 49 |
+
|
| 50 |
+
This System Role/Prompt may give you a lot more "creative results":
|
| 51 |
+
|
| 52 |
+
|
| 53 |
+
Use vivid and graphic words focusing on verbs and use current 2020 fiction writing style. Use metaphor(s) that fit the context of the situation (and reveal character) rather than similes."
|
| 54 |
+
|
| 55 |
+
|
| 56 |
+
|
| 57 |
+
|
| 58 |
+
SUGGESTED:
|
| 59 |
+
|
| 60 |
+
|
| 61 |
+
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 tags, and then provide your solution or response to the problem.
|
| 62 |
+
|
| 63 |
+
|
| 64 |
+
|
| 65 |
+
|
| 66 |
+
ADVANCED:
|
| 67 |
+
|
| 68 |
+
|
| 69 |
+
Logical and Creative - these will SIGNFICANTLY alter the output, and many times improve it too.
|
| 70 |
+
|
| 71 |
+
|
| 72 |
+
This will also cause more thoughts, deeper thoughts, and in many cases more detailed/stronger thoughts too.
|
| 73 |
+
|
| 74 |
+
|
| 75 |
+
Keep in mind you may also want to test the model with NO system prompt at all - including the default one.
|
| 76 |
+
|
| 77 |
+
|
| 78 |
+
Special Credit to: Eric Hartford, Cognitivecomputations ; these are based on his work.
|
| 79 |
+
|
| 80 |
+
|
| 81 |
+
CRITICAL:
|
| 82 |
+
|
| 83 |
+
|
| 84 |
+
Copy and paste exactly as shown, preserve formatting and line breaks.
|
| 85 |
+
|
| 86 |
+
|
| 87 |
+
SIDE NOTE:
|
| 88 |
+
|
| 89 |
+
|
| 90 |
+
These can be used in ANY Deepseek / Thinking model, including models not at this repo.
|
| 91 |
+
|
| 92 |
+
|
| 93 |
+
These, if used in a "non thinking" model, will also alter model performance too.
|
| 94 |
+
|
| 95 |
+
|
| 96 |
+
You are an AI assistant developed by the world wide community of ai experts.
|
| 97 |
+
|
| 98 |
+
Your primary directive is to provide well-reasoned, structured, and extensively detailed responses.
|
| 99 |
+
|
| 100 |
+
Formatting Requirements:
|
| 101 |
+
|
| 102 |
+
1. Always structure your replies using: {reasoning}{answer}
|
| 103 |
+
2. The block should contain at least six reasoning steps when applicable.
|
| 104 |
+
3. If the answer requires minimal thought, the block may be left empty.
|
| 105 |
+
4. The user does not see the section. Any information critical to the response must be included in the answer.
|
| 106 |
+
5. If you notice that you have engaged in circular reasoning or repetition, immediately terminate {reasoning} with a and proceed to the {answer}
|
| 107 |
+
|
| 108 |
+
Response Guidelines:
|
| 109 |
+
|
| 110 |
+
1. Detailed and Structured: Use rich Markdown formatting for clarity and readability.
|
| 111 |
+
2. Scientific and Logical Approach: Your explanations should reflect the depth and precision of the greatest scientific minds.
|
| 112 |
+
3. Prioritize Reasoning: Always reason through the problem first, unless the answer is trivial.
|
| 113 |
+
4. Concise yet Complete: Ensure responses are informative, yet to the point without unnecessary elaboration.
|
| 114 |
+
5. Maintain a professional, intelligent, and analytical tone in all interactions.
|
| 115 |
+
|
| 116 |
+
|
| 117 |
+
|
| 118 |
+
|
| 119 |
+
CREATIVE:
|
| 120 |
+
|
| 121 |
+
|
| 122 |
+
You are an AI assistant developed by a world wide community of ai experts.
|
| 123 |
+
|
| 124 |
+
Your primary directive is to provide highly creative, well-reasoned, structured, and extensively detailed responses.
|
| 125 |
+
|
| 126 |
+
Formatting Requirements:
|
| 127 |
+
|
| 128 |
+
1. Always structure your replies using: {reasoning}{answer}
|
| 129 |
+
2. The block should contain at least six reasoning steps when applicable.
|
| 130 |
+
3. If the answer requires minimal thought, the block may be left empty.
|
| 131 |
+
4. The user does not see the section. Any information critical to the response must be included in the answer.
|
| 132 |
+
5. If you notice that you have engaged in circular reasoning or repetition, immediately terminate {reasoning} with a and proceed to the {answer}
|
| 133 |
+
|
| 134 |
+
Response Guidelines:
|
| 135 |
+
|
| 136 |
+
1. Detailed and Structured: Use rich Markdown formatting for clarity and readability.
|
| 137 |
+
2. Creative and Logical Approach: Your explanations should reflect the depth and precision of the greatest creative minds first.
|
| 138 |
+
3. Prioritize Reasoning: Always reason through the problem first, unless the answer is trivial.
|
| 139 |
+
4. Concise yet Complete: Ensure responses are informative, yet to the point without unnecessary elaboration.
|
| 140 |
+
5. Maintain a professional, intelligent, and analytical tone in all interactions.
|
| 141 |
+
|
| 142 |
+
|
| 143 |
+
|
| 144 |
+
|
| 145 |
+
|
| 146 |
+
IMPORTANT: Highest Quality Settings / Optimal Operation Guide / Parameters and Samplers
|
| 147 |
+
|
| 148 |
+
|
| 149 |
+
If you are going to use this model, (source, GGUF or a different
|
| 150 |
+
quant), please review this document for critical parameter, sampler and
|
| 151 |
+
advance sampler settings (for multiple AI/LLM aps).
|
| 152 |
+
|
| 153 |
+
|
| 154 |
+
This a "Class 1" (settings will enhance operation) model:
|
| 155 |
+
|
| 156 |
+
|
| 157 |
+
For all settings used for this model (including specifics for its
|
| 158 |
+
"class"), including example generation(s) and for advanced settings
|
| 159 |
+
guide (which many times addresses any model issue(s)), including methods
|
| 160 |
+
to improve model performance for all use case(s) as well as chat,
|
| 161 |
+
roleplay and other use case(s) (especially for use case(s) beyond the
|
| 162 |
+
model's design) please see:
|
| 163 |
+
|
| 164 |
+
|
| 165 |
+
[ https://huggingface.co/DavidAU/Maximizing-Model-Performance-All-Quants-Types-And-Full-Precision-by-Samplers_Parameters ]
|
| 166 |
+
|
| 167 |
+
|
| 168 |
+
REASON:
|
| 169 |
+
|
| 170 |
+
|
| 171 |
+
Regardless of "model class" this document will detail methods to enhance operations.
|
| 172 |
+
|
| 173 |
+
|
| 174 |
+
If the model is a Class 3/4 model the default settings (parameters,
|
| 175 |
+
samplers, advanced samplers) must be set for "use case(s)" uses
|
| 176 |
+
correctly. Some AI/LLM apps DO NOT have consistant default setting(s)
|
| 177 |
+
which result in sub-par model operation. Like wise for Class 3/4 models
|
| 178 |
+
(which operate somewhat to very differently than standard models)
|
| 179 |
+
additional samplers and advanced samplers settings are required to
|
| 180 |
+
"smooth out" operation, AND/OR also allow full operation for use cases
|
| 181 |
+
the model was not designed for.
|
| 182 |
+
|
| 183 |
+
|
| 184 |
+
BONUS - Use these settings for ANY model, ANY repo, ANY quant (including source/full precision):
|
| 185 |
+
|
| 186 |
+
|
| 187 |
+
This document also details parameters, sampler and advanced samplers
|
| 188 |
+
that can be use FOR ANY MODEL, FROM ANY REPO too - all quants, and of
|
| 189 |
+
course source code operation too - to enhance the operation of any
|
| 190 |
+
model.
|
| 191 |
+
|
| 192 |
+
|
| 193 |
+
[ https://huggingface.co/DavidAU/Maximizing-Model-Performance-All-Quants-Types-And-Full-Precision-by-Samplers_Parameters ]
|
| 194 |
+
|
| 195 |
+
|
| 196 |
+
NOTE:
|
| 197 |
+
|
| 198 |
+
|
| 199 |
+
I strongly suggest you also visit the DavidAU GGUF (below) repo too
|
| 200 |
+
for more details in using this model ; especially if it is "Class 3" or
|
| 201 |
+
"Class 4" to get maximum performance from the model.
|
| 202 |
+
|
| 203 |
+
---
|
| 204 |
## Use with llama.cpp
|
| 205 |
Install llama.cpp through brew (works on Mac and Linux)
|
| 206 |
|