Update README.md
Browse files
README.md
CHANGED
@@ -31,6 +31,14 @@ Qwen2.5-Coder uncensored version has covered six mainstream model sizes,
|
|
31 |
[32](https://huggingface.co/huihui-ai/Qwen2.5-Coder-32B-Instruct-abliterated) billion parameters.
|
32 |
|
33 |
If the desired result is not achieved, you can clear the conversation and try again.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
## Usage
|
35 |
You can use this model in your applications by loading it with Hugging Face's `transformers` library:
|
36 |
|
|
|
31 |
[32](https://huggingface.co/huihui-ai/Qwen2.5-Coder-32B-Instruct-abliterated) billion parameters.
|
32 |
|
33 |
If the desired result is not achieved, you can clear the conversation and try again.
|
34 |
+
|
35 |
+
## ollama
|
36 |
+
|
37 |
+
You can use [huihui_ai/qwen2.5-coder-abliterate:0.5b](https://ollama.com/huihui_ai/qwen2.5-coder-abliterate:0.5b) directly,
|
38 |
+
```
|
39 |
+
ollama run huihui_ai/qwen2.5-coder-abliterate:0.5b
|
40 |
+
```
|
41 |
+
|
42 |
## Usage
|
43 |
You can use this model in your applications by loading it with Hugging Face's `transformers` library:
|
44 |
|