Update README.md
Browse files
README.md
CHANGED
@@ -22,6 +22,21 @@ tags:
|
|
22 |
This model was converted to GGUF format from [`DavidAU/Llama-3.1-DeepHermes-R1-Reasoning-8B-DarkIdol-Instruct-1.2-Uncensored`](https://huggingface.co/DavidAU/Llama-3.1-DeepHermes-R1-Reasoning-8B-DarkIdol-Instruct-1.2-Uncensored) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
23 |
Refer to the [original model card](https://huggingface.co/DavidAU/Llama-3.1-DeepHermes-R1-Reasoning-8B-DarkIdol-Instruct-1.2-Uncensored) for more details on the model.
|
24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
## Use with llama.cpp
|
26 |
Install llama.cpp through brew (works on Mac and Linux)
|
27 |
|
|
|
22 |
This model was converted to GGUF format from [`DavidAU/Llama-3.1-DeepHermes-R1-Reasoning-8B-DarkIdol-Instruct-1.2-Uncensored`](https://huggingface.co/DavidAU/Llama-3.1-DeepHermes-R1-Reasoning-8B-DarkIdol-Instruct-1.2-Uncensored) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
23 |
Refer to the [original model card](https://huggingface.co/DavidAU/Llama-3.1-DeepHermes-R1-Reasoning-8B-DarkIdol-Instruct-1.2-Uncensored) for more details on the model.
|
24 |
|
25 |
+
---
|
26 |
+
This model is uncensored DeepHermes reasoning/thinking (Llama 3.1) coupled with DarkIdol's insanely strong uncensored fine tune.
|
27 |
+
|
28 |
+
|
29 |
+
This model retains DarkIdols uncensored "profile".
|
30 |
+
|
31 |
+
|
32 |
+
Also this model can be run at any temp, and reasoning will occur.
|
33 |
+
|
34 |
+
|
35 |
+
This is a Llama 3.1 model, context 128k, requiring Llama3 Instruct
|
36 |
+
Template OR standard "Jinja Autoloaded Template" (this is contained in
|
37 |
+
the quant and will autoload).
|
38 |
+
|
39 |
+
---
|
40 |
## Use with llama.cpp
|
41 |
Install llama.cpp through brew (works on Mac and Linux)
|
42 |
|