Triangle104 commited on
Commit
ccc7130
·
verified ·
1 Parent(s): 5b48299

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md CHANGED
@@ -39,6 +39,40 @@ model-index:
39
  This model was converted to GGUF format from [`NousResearch/DeepHermes-3-Llama-3-3B-Preview`](https://huggingface.co/NousResearch/DeepHermes-3-Llama-3-3B-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-3B-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-3B-Preview`](https://huggingface.co/NousResearch/DeepHermes-3-Llama-3-3B-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-3B-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
+
50
+ DeepHermes 3 Preview is a hybrid reasoning model, and one of the
51
+ first LLM models to unify both "intuitive", traditional mode responses
52
+ and long chain of thought reasoning responses into a single model, toggled by a system prompt.
53
+
54
+
55
+ Hermes 3, the predecessor of DeepHermes 3, is a generalist language
56
+ model with many improvements over Hermes 2, including advanced agentic
57
+ capabilities, much better roleplaying, reasoning, multi-turn
58
+ conversation, long context coherence, and improvements across the board.
59
+
60
+
61
+ The ethos of the Hermes series of models is focused on aligning LLMs
62
+ to the user, with powerful steering capabilities and control given to
63
+ the end user.
64
+
65
+
66
+ This is a preview Hermes with early reasoning capabilities,
67
+ distilled from R1 across a variety of tasks that benefit from reasoning
68
+ and objectivity. Some quirks may be discovered! Please let us know any
69
+ interesting findings or issues you discover!
70
+
71
+ Note: To toggle REASONING ON, you must use the following system prompt:
72
+
73
+ 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.
74
+
75
+ ---
76
  ## Use with llama.cpp
77
  Install llama.cpp through brew (works on Mac and Linux)
78