huihui-ai commited on
Commit
24d0388
1 Parent(s): 9c0cc11

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -19,6 +19,13 @@ This is an uncensored version of [Qwen2.5-32B-Instruct](https://huggingface.co/Q
19
 
20
  Special thanks to [@FailSpy](https://huggingface.co/failspy) for the original code and technique. Please follow him if you're interested in abliterated models.
21
 
 
 
 
 
 
 
 
22
  ## Usage
23
  You can use this model in your applications by loading it with Hugging Face's `transformers` library:
24
 
 
19
 
20
  Special thanks to [@FailSpy](https://huggingface.co/failspy) for the original code and technique. Please follow him if you're interested in abliterated models.
21
 
22
+ ## ollama
23
+
24
+ You can use [huihui_ai/qwen2.5-abliterate:32b](https://ollama.com/huihui_ai/qwen2.5-abliterate:32b) directly,
25
+ ```
26
+ ollama run huihui_ai/qwen2.5-abliterate:32b
27
+ ```
28
+
29
  ## Usage
30
  You can use this model in your applications by loading it with Hugging Face's `transformers` library:
31