Update README.md
Browse files
README.md
CHANGED
@@ -19,6 +19,13 @@ This is an uncensored version of [Qwen2.5-1.5B-Instruct](https://huggingface.co/
|
|
19 |
|
20 |
Special thanks to [@FailSpy](https://huggingface.co/failspy) for the original code and technique. Please follow him if you're interested in abliterated models.
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
## Usage
|
23 |
You can use this model in your applications by loading it with Hugging Face's `transformers` library:
|
24 |
|
|
|
19 |
|
20 |
Special thanks to [@FailSpy](https://huggingface.co/failspy) for the original code and technique. Please follow him if you're interested in abliterated models.
|
21 |
|
22 |
+
## ollama
|
23 |
+
|
24 |
+
You can use [huihui_ai/qwen2.5-abliterate:1.5b](https://ollama.com/huihui_ai/qwen2.5-abliterate:1.5b) directly,
|
25 |
+
```
|
26 |
+
ollama run huihui_ai/qwen2.5-abliterate:1.5b
|
27 |
+
```
|
28 |
+
|
29 |
## Usage
|
30 |
You can use this model in your applications by loading it with Hugging Face's `transformers` library:
|
31 |
|