Update README.md
Browse files
README.md
CHANGED
@@ -14,4 +14,11 @@ This is an uncensored version of [deepseek-ai/DeepSeek-R1-Distill-Qwen-14B](http
|
|
14 |
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
|
15 |
|
16 |
**Important Note** This version is an improvement over the previous one [huihui-ai/DeepSeek-R1-Distill-Qwen-14B-abliterated](https://huggingface.co/huihui-ai/DeepSeek-R1-Distill-Qwen-14B-abliterated).
|
17 |
-
This model solves [this problem](https://huggingface.co/huihui-ai/DeepSeek-R1-Distill-Qwen-14B-abliterated/discussions/1).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
|
15 |
|
16 |
**Important Note** This version is an improvement over the previous one [huihui-ai/DeepSeek-R1-Distill-Qwen-14B-abliterated](https://huggingface.co/huihui-ai/DeepSeek-R1-Distill-Qwen-14B-abliterated).
|
17 |
+
This model solves [this problem](https://huggingface.co/huihui-ai/DeepSeek-R1-Distill-Qwen-14B-abliterated/discussions/1).
|
18 |
+
|
19 |
+
## Use with ollama
|
20 |
+
|
21 |
+
You can use [huihui_ai/deepseek-r1-abliterated](https://ollama.com/huihui_ai/deepseek-r1-abliterated) directly
|
22 |
+
```
|
23 |
+
ollama run huihui_ai/deepseek-r1-abliterated:14b
|
24 |
+
```
|