Update README.md
Browse files
README.md
CHANGED
@@ -17,3 +17,9 @@ tags:
|
|
17 |
This is an uncensored version of [allenai/Llama-3.1-Tulu-3-8B](https://huggingface.co/allenai/Llama-3.1-Tulu-3-8B) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
|
18 |
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
This is an uncensored version of [allenai/Llama-3.1-Tulu-3-8B](https://huggingface.co/allenai/Llama-3.1-Tulu-3-8B) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
|
18 |
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
|
19 |
|
20 |
+
## ollama
|
21 |
+
|
22 |
+
You can use [huihui_ai/tulu3-abliterate](https://ollama.com/huihui_ai/tulu3-abliterate) directly,
|
23 |
+
```
|
24 |
+
ollama run huihui_ai/tulu3-abliterate
|
25 |
+
```
|