huihui-ai commited on
Commit
beeef74
·
verified ·
1 Parent(s): bd940a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -27,6 +27,12 @@ Qwen2.5-Coder uncensored version has covered six mainstream model sizes,
27
  [14](https://huggingface.co/huihui-ai/Qwen2.5-Coder-14B-Instruct-abliterated),
28
  [32](https://huggingface.co/huihui-ai/Qwen2.5-Coder-32B-Instruct-abliterated) billion parameters.
29
 
 
 
 
 
 
 
30
 
31
  ## Usage
32
  You can use this model in your applications by loading it with Hugging Face's `transformers` library:
 
27
  [14](https://huggingface.co/huihui-ai/Qwen2.5-Coder-14B-Instruct-abliterated),
28
  [32](https://huggingface.co/huihui-ai/Qwen2.5-Coder-32B-Instruct-abliterated) billion parameters.
29
 
30
+ ## ollama
31
+
32
+ You can use [huihui_ai/qwen2.5-coder-abliterate:1.5b](https://ollama.com/huihui_ai/qwen2.5-coder-abliterate:1.5b) directly,
33
+ ```
34
+ ollama run huihui_ai/qwen2.5-coder-abliterate:1.5b
35
+ ```
36
 
37
  ## Usage
38
  You can use this model in your applications by loading it with Hugging Face's `transformers` library: