Update README.md
Browse files
README.md
CHANGED
@@ -49,4 +49,12 @@ base_model:
|
|
49 |
|
50 |
|
51 |
This is an uncensored version of [CohereForAI/c4ai-command-r7b-12-2024](https://huggingface.co/CohereForAI/c4ai-command-r7b-12-2024) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
|
52 |
-
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
|
50 |
|
51 |
This is an uncensored version of [CohereForAI/c4ai-command-r7b-12-2024](https://huggingface.co/CohereForAI/c4ai-command-r7b-12-2024) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
|
52 |
+
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
|
53 |
+
|
54 |
+
## Use with ollama
|
55 |
+
**Note:** this model requires [Ollama 0.5.5](https://github.com/ollama/ollama/releases/tag/v0.5.5)
|
56 |
+
|
57 |
+
You can use [huihui_ai/command-r7b-abliterated](https://ollama.com/huihui_ai/command-r7b-abliterated) directly
|
58 |
+
```
|
59 |
+
ollama run huihui_ai/command-r7b-abliterated
|
60 |
+
```
|