Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
-
base_model: huihui-ai/Llama-3.2-1B-Instruct-abliterated
|
| 3 |
library_name: transformers
|
| 4 |
license: llama3.2
|
|
|
|
| 5 |
tags:
|
| 6 |
- abliterated
|
| 7 |
- uncensored
|
|
@@ -13,14 +13,6 @@ tags:
|
|
| 13 |
This model was converted to GGUF format from [`huihui-ai/Llama-3.2-1B-Instruct-abliterated`](https://huggingface.co/huihui-ai/Llama-3.2-1B-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/Llama-3.2-1B-Instruct-abliterated) for more details on the model.
|
| 15 |
|
| 16 |
-
---
|
| 17 |
-
Model details:
|
| 18 |
-
-
|
| 19 |
-
This is an uncensored version of Llama 3.2 1B 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 |
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
library_name: transformers
|
| 3 |
license: llama3.2
|
| 4 |
+
base_model: huihui-ai/Llama-3.2-1B-Instruct-abliterated
|
| 5 |
tags:
|
| 6 |
- abliterated
|
| 7 |
- uncensored
|
|
|
|
| 13 |
This model was converted to GGUF format from [`huihui-ai/Llama-3.2-1B-Instruct-abliterated`](https://huggingface.co/huihui-ai/Llama-3.2-1B-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/Llama-3.2-1B-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 |
|