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