huihui-ai commited on
Commit
397675c
·
verified ·
1 Parent(s): ce39789

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -32,6 +32,15 @@ tags:
32
  This is an uncensored version of [hesamation/Qwen3.6-35B-A3B-Claude-4.6-Opus-Reasoning-Distilled](https://huggingface.co/hesamation/Qwen3.6-35B-A3B-Claude-4.6-Opus-Reasoning-Distilled) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
33
  This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
34
 
 
 
 
 
 
 
 
 
 
35
 
36
  ### Usage Warnings
37
 
 
32
  This is an uncensored version of [hesamation/Qwen3.6-35B-A3B-Claude-4.6-Opus-Reasoning-Distilled](https://huggingface.co/hesamation/Qwen3.6-35B-A3B-Claude-4.6-Opus-Reasoning-Distilled) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
33
  This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
34
 
35
+ ## ollama
36
+
37
+ Please use the latest version of [ollama](https://github.com/ollama/ollama/releases)
38
+
39
+ You can use [huihui_ai/qwen3.6-abliterated:35b-Claude-4.6](https://ollama.com/huihui_ai/qwen3.6-abliterated:35b-Claude-4.6) directly,
40
+ ```
41
+ ollama run huihui_ai/Qwen3.6-abliterated:35b-Claude-4.6
42
+ ```
43
+
44
 
45
  ### Usage Warnings
46