Update README.md
Browse files
README.md
CHANGED
@@ -40,6 +40,14 @@ tags:
|
|
40 |
This model was converted to GGUF format from [`spow12/ChatWaifu_32B_reasoning`](https://huggingface.co/spow12/ChatWaifu_32B_reasoning) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
41 |
Refer to the [original model card](https://huggingface.co/spow12/ChatWaifu_32B_reasoning) for more details on the model.
|
42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
## Use with llama.cpp
|
44 |
Install llama.cpp through brew (works on Mac and Linux)
|
45 |
|
|
|
40 |
This model was converted to GGUF format from [`spow12/ChatWaifu_32B_reasoning`](https://huggingface.co/spow12/ChatWaifu_32B_reasoning) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
41 |
Refer to the [original model card](https://huggingface.co/spow12/ChatWaifu_32B_reasoning) for more details on the model.
|
42 |
|
43 |
+
---
|
44 |
+
Reasoning mode
|
45 |
+
-
|
46 |
+
If you want to turn on the reasoning mode, incorporate below sentence in system message or instruction.
|
47 |
+
|
48 |
+
Before answer, organize thoughts your thought inside <think> and </think> tags after that, answer in a concise manner.
|
49 |
+
|
50 |
+
---
|
51 |
## Use with llama.cpp
|
52 |
Install llama.cpp through brew (works on Mac and Linux)
|
53 |
|