Update README.md
Browse files
README.md
CHANGED
@@ -43,3 +43,9 @@ tags:
|
|
43 |
This is an uncensored version of [CohereForAI/aya-expanse-8b](https://huggingface.co/CohereForAI/aya-expanse-8b) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
|
44 |
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
|
45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
This is an uncensored version of [CohereForAI/aya-expanse-8b](https://huggingface.co/CohereForAI/aya-expanse-8b) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
|
44 |
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
|
45 |
|
46 |
+
## Use with ollama
|
47 |
+
|
48 |
+
You can use [huihui_ai/aya-expanse-abliterated](https://ollama.com/huihui_ai/aya-expanse-abliterated) directly,
|
49 |
+
```
|
50 |
+
ollama run huihui_ai/aya-expanse-abliterated
|
51 |
+
```
|