huihui-ai commited on
Commit
e4439f0
·
verified ·
1 Parent(s): 1491a05

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -17,6 +17,13 @@ tags:
17
  This is an uncensored version of [Qwen/Qwen2.5-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
18
  This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
19
 
 
 
 
 
 
 
 
20
  ## Usage
21
  You can use this model in your applications by loading it with Hugging Face's `transformers` library:
22
 
 
17
  This is an uncensored version of [Qwen/Qwen2.5-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
18
  This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
19
 
20
+ ## ollama
21
+
22
+ You can use [huihui_ai/qwen2.5-abliterate:0.5b](https://ollama.com/huihui_ai/qwen2.5-abliterate:0.5b) directly,
23
+ ```
24
+ ollama run huihui_ai/qwen2.5-abliterate:0.5b
25
+ ```
26
+
27
  ## Usage
28
  You can use this model in your applications by loading it with Hugging Face's `transformers` library:
29