Update README.md
Browse files
README.md
CHANGED
@@ -39,6 +39,34 @@ model-index:
|
|
39 |
This model was converted to GGUF format from [`NousResearch/DeepHermes-3-Llama-3-8B-Preview`](https://huggingface.co/NousResearch/DeepHermes-3-Llama-3-8B-Preview) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
40 |
Refer to the [original model card](https://huggingface.co/NousResearch/DeepHermes-3-Llama-3-8B-Preview) for more details on the model.
|
41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
## Use with llama.cpp
|
43 |
Install llama.cpp through brew (works on Mac and Linux)
|
44 |
|
|
|
39 |
This model was converted to GGUF format from [`NousResearch/DeepHermes-3-Llama-3-8B-Preview`](https://huggingface.co/NousResearch/DeepHermes-3-Llama-3-8B-Preview) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
40 |
Refer to the [original model card](https://huggingface.co/NousResearch/DeepHermes-3-Llama-3-8B-Preview) for more details on the model.
|
41 |
|
42 |
+
---
|
43 |
+
DeepHermes 3 Preview is the latest version of our flagship Hermes
|
44 |
+
series of LLMs by Nous Research, and one of the first models in the
|
45 |
+
world to unify Reasoning (long chains of thought that improve answer
|
46 |
+
accuracy) and normal LLM response modes into one model. We have also
|
47 |
+
improved LLM annotation, judgement, and function calling.
|
48 |
+
|
49 |
+
DeepHermes 3 Preview is one of the first LLM models to unify both "intuitive", traditional mode responses and long chain of thought reasoning responses into a single model, toggled by a system prompt.
|
50 |
+
|
51 |
+
Hermes 3, the predecessor of DeepHermes 3, is a generalist language
|
52 |
+
model with many improvements over Hermes 2, including advanced agentic
|
53 |
+
capabilities, much better roleplaying, reasoning, multi-turn
|
54 |
+
conversation, long context coherence, and improvements across the board.
|
55 |
+
|
56 |
+
The ethos of the Hermes series of models is focused on aligning LLMs
|
57 |
+
to the user, with powerful steering capabilities and control given to
|
58 |
+
the end user.
|
59 |
+
|
60 |
+
This is a preview Hermes with early reasoning capabilities,
|
61 |
+
distilled from R1 across a variety of tasks that benefit from reasoning
|
62 |
+
and objectivity. Some quirks may be discovered! Please let us know any
|
63 |
+
interesting findings or issues you discover!
|
64 |
+
|
65 |
+
Note: To toggle REASONING ON, you must use the following system prompt:
|
66 |
+
|
67 |
+
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 <think> </think> tags, and then provide your solution or response to the problem.
|
68 |
+
|
69 |
+
---
|
70 |
## Use with llama.cpp
|
71 |
Install llama.cpp through brew (works on Mac and Linux)
|
72 |
|