huihui-ai commited on
Commit
e2b053e
·
verified ·
1 Parent(s): 0388ce9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -13,3 +13,10 @@ tags:
13
  This is an uncensored version of [deepseek-ai/DeepSeek-R1-Distill-Qwen-32B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
14
  This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
15
 
 
 
 
 
 
 
 
 
13
  This is an uncensored version of [deepseek-ai/DeepSeek-R1-Distill-Qwen-32B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
14
  This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
15
 
16
+
17
+ ## Use with ollama
18
+
19
+ You can use [huihui_ai/deepseek-r1-abliterated](https://ollama.com/huihui_ai/deepseek-r1-abliterated) directly
20
+ ```
21
+ ollama run huihui_ai/deepseek-r1-abliterated:32b
22
+ ```