Update README.md
Browse files
README.md
CHANGED
|
@@ -30,3 +30,9 @@ library_name: transformers
|
|
| 30 |
This is an uncensored version of [microsoft/phi-4](https://huggingface.co/microsoft/phi-4) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
|
| 31 |
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
|
| 32 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
This is an uncensored version of [microsoft/phi-4](https://huggingface.co/microsoft/phi-4) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
|
| 31 |
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
|
| 32 |
|
| 33 |
+
## Use with ollama
|
| 34 |
+
|
| 35 |
+
You can use [huihui_ai/phi4-abliterated](https://ollama.com/huihui_ai/phi4-abliterated) directly
|
| 36 |
+
```
|
| 37 |
+
ollama run huihui_ai/phi4-abliterated
|
| 38 |
+
```
|