Update README.md
Browse files
README.md
CHANGED
|
@@ -13,6 +13,14 @@ tags:
|
|
| 13 |
This model was converted to GGUF format from [`huihui-ai/Meta-Llama-3.1-8B-Instruct-abliterated`](https://huggingface.co/huihui-ai/Meta-Llama-3.1-8B-Instruct-abliterated) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
| 14 |
Refer to the [original model card](https://huggingface.co/huihui-ai/Meta-Llama-3.1-8B-Instruct-abliterated) for more details on the model.
|
| 15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
## Use with llama.cpp
|
| 17 |
Install llama.cpp through brew (works on Mac and Linux)
|
| 18 |
|
|
|
|
| 13 |
This model was converted to GGUF format from [`huihui-ai/Meta-Llama-3.1-8B-Instruct-abliterated`](https://huggingface.co/huihui-ai/Meta-Llama-3.1-8B-Instruct-abliterated) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
| 14 |
Refer to the [original model card](https://huggingface.co/huihui-ai/Meta-Llama-3.1-8B-Instruct-abliterated) for more details on the model.
|
| 15 |
|
| 16 |
+
---
|
| 17 |
+
Model details:
|
| 18 |
+
-
|
| 19 |
+
This is an uncensored version of Llama 3.1 8B Instruct created with abliteration (see this article to know more about it).
|
| 20 |
+
|
| 21 |
+
Special thanks to @FailSpy for the original code and technique. Please follow him if you're interested in abliterated models.
|
| 22 |
+
|
| 23 |
+
---
|
| 24 |
## Use with llama.cpp
|
| 25 |
Install llama.cpp through brew (works on Mac and Linux)
|
| 26 |
|