Triangle104
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,14 @@ tags:
|
|
16 |
This model was converted to GGUF format from [`huihui-ai/Llama-3.1-Tulu-3-8B-abliterated`](https://huggingface.co/huihui-ai/Llama-3.1-Tulu-3-8B-abliterated) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
17 |
Refer to the [original model card](https://huggingface.co/huihui-ai/Llama-3.1-Tulu-3-8B-abliterated) for more details on the model.
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
## Use with llama.cpp
|
20 |
Install llama.cpp through brew (works on Mac and Linux)
|
21 |
|
|
|
16 |
This model was converted to GGUF format from [`huihui-ai/Llama-3.1-Tulu-3-8B-abliterated`](https://huggingface.co/huihui-ai/Llama-3.1-Tulu-3-8B-abliterated) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
17 |
Refer to the [original model card](https://huggingface.co/huihui-ai/Llama-3.1-Tulu-3-8B-abliterated) for more details on the model.
|
18 |
|
19 |
+
---
|
20 |
+
Model details:
|
21 |
+
-
|
22 |
+
This is an uncensored version of allenai/Llama-3.1-Tulu-3-8B created with abliteration (see remove-refusals-with-transformers to know more about it).
|
23 |
+
|
24 |
+
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
|
25 |
+
|
26 |
+
---
|
27 |
## Use with llama.cpp
|
28 |
Install llama.cpp through brew (works on Mac and Linux)
|
29 |
|