huihui-ai commited on
Commit
c7f8621
1 Parent(s): 9c99c93

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -18,3 +18,9 @@ library_name: transformers
18
  This is an uncensored version of [Qwen/QwQ-32B-Preview](https://huggingface.co/Qwen/QwQ-32B-Preview) 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 [Qwen/QwQ-32B-Preview](https://huggingface.co/Qwen/QwQ-32B-Preview) 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
+ ## ollama
22
+
23
+ You can use [huihui_ai/qwq-abliterated](https://ollama.com/huihui_ai/qwq-abliterated) directly,
24
+ ```
25
+ ollama run huihui_ai/qwq-abliterated
26
+ ```