huihui-ai commited on
Commit
aafd29a
1 Parent(s): 5559e2e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -33,6 +33,14 @@ Qwen2.5-Coder uncensored version has covered six mainstream model sizes,
33
 
34
 
35
  If the desired result is not achieved, you can clear the conversation and try again.
 
 
 
 
 
 
 
 
36
  ## Usage
37
  You can use this model in your applications by loading it with Hugging Face's `transformers` library:
38
 
 
33
 
34
 
35
  If the desired result is not achieved, you can clear the conversation and try again.
36
+
37
+ ## ollama
38
+
39
+ You can use [huihui_ai/qwen2.5-coder-abliterate:3b](https://ollama.com/huihui_ai/qwen2.5-coder-abliterate:3b) directly,
40
+ ```
41
+ ollama run huihui_ai/qwen2.5-coder-abliterate:3b
42
+ ```
43
+
44
  ## Usage
45
  You can use this model in your applications by loading it with Hugging Face's `transformers` library:
46