huihui-ai commited on
Commit
4813135
·
verified ·
1 Parent(s): 4e73f8d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -16,6 +16,14 @@ tags:
16
  This is an uncensored version of [Qwen/Qwen3.5-0.8B](https://huggingface.co/Qwen/Qwen3.5-0.8B) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
17
  This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
18
 
 
 
 
 
 
 
 
 
19
 
20
  ### Usage Warnings
21
 
 
16
  This is an uncensored version of [Qwen/Qwen3.5-0.8B](https://huggingface.co/Qwen/Qwen3.5-0.8B) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
17
  This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
18
 
19
+ ## ollama
20
+
21
+ Please use the latest version of [ollama v0.17.5](https://github.com/ollama/ollama/releases/tag/v0.17.5)
22
+
23
+ You can use [huihui_ai/qwen3.5-abliterated:0.8b](https://ollama.com/huihui_ai/qwen3.5-abliterated:0.8b) directly,
24
+ ```
25
+ ollama run huihui_ai/qwen3.5-abliterated:0.8b
26
+ ```
27
 
28
  ### Usage Warnings
29