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