huihui-ai commited on
Commit
6c92140
1 Parent(s): bbc3264

Update README.md

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