Triangle104
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,14 @@ tags:
|
|
13 |
This model was converted to GGUF format from [`huihui-ai/Marco-o1-abliterated`](https://huggingface.co/huihui-ai/Marco-o1-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/Marco-o1-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/Marco-o1-abliterated`](https://huggingface.co/huihui-ai/Marco-o1-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/Marco-o1-abliterated) for more details on the model.
|
15 |
|
16 |
+
---
|
17 |
+
Model details:
|
18 |
+
-
|
19 |
+
This is an uncensored version of AIDC-AI/Marco-o1 created with abliteration (see remove-refusals-with-transformers to know more about it).
|
20 |
+
|
21 |
+
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
|
22 |
+
|
23 |
+
---
|
24 |
## Use with llama.cpp
|
25 |
Install llama.cpp through brew (works on Mac and Linux)
|
26 |
|