huihui-ai commited on
Commit
cce6d6e
·
verified ·
1 Parent(s): e20adca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -19,6 +19,14 @@ This is an uncensored version of [Qwen2.5-3B-Instruct](https://huggingface.co/Qw
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:3b](https://ollama.com/huihui_ai/qwen2.5-abliterate:3b) directly,
25
+ ```
26
+ ollama run huihui_ai/qwen2.5-abliterate:3b
27
+ ```
28
+
29
+
30
  ## Usage
31
  You can use this model in your applications by loading it with Hugging Face's `transformers` library:
32