Update README.md
Browse files
README.md
CHANGED
|
@@ -21,6 +21,13 @@ Special thanks to [@FailSpy](https://huggingface.co/failspy) for the original co
|
|
| 21 |
|
| 22 |
**Important Note** This version is an improvement over the previous one [Qwen2.5-14B-Instruct-abliterated](https://huggingface.co/huihui-ai/Qwen2.5-14B-Instruct-abliterated).
|
| 23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
## Usage
|
| 25 |
You can use this model in your applications by loading it with Hugging Face's `transformers` library:
|
| 26 |
|
|
|
|
| 21 |
|
| 22 |
**Important Note** This version is an improvement over the previous one [Qwen2.5-14B-Instruct-abliterated](https://huggingface.co/huihui-ai/Qwen2.5-14B-Instruct-abliterated).
|
| 23 |
|
| 24 |
+
## ollama
|
| 25 |
+
|
| 26 |
+
You can use [huihui_ai/qwen2.5-abliterate:14b](https://ollama.com/huihui_ai/qwen2.5-abliterate:14b) directly,
|
| 27 |
+
```
|
| 28 |
+
ollama run huihui_ai/qwen2.5-abliterate:14b
|
| 29 |
+
```
|
| 30 |
+
|
| 31 |
## Usage
|
| 32 |
You can use this model in your applications by loading it with Hugging Face's `transformers` library:
|
| 33 |
|