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