Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,12 @@ Special thanks to [@FailSpy](https://huggingface.co/failspy) for the original co
|
|
17 |
|
18 |
## ollama
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
1. Download this model.
|
21 |
```
|
22 |
huggingface-cli download huihui-ai/Llama-3.2-3B-Instruct-abliterated --local-dir ./huihui-ai/Llama-3.2-3B-Instruct-abliterated
|
|
|
17 |
|
18 |
## ollama
|
19 |
|
20 |
+
You can use [huihui_ai/llama3.2-abliterate:3b](https://ollama.com/huihui_ai/llama3.2-abliterate:3b) directly,
|
21 |
+
```
|
22 |
+
ollama run huihui_ai/llama3.2-abliterate
|
23 |
+
```
|
24 |
+
or create your own model using the following methods.
|
25 |
+
|
26 |
1. Download this model.
|
27 |
```
|
28 |
huggingface-cli download huihui-ai/Llama-3.2-3B-Instruct-abliterated --local-dir ./huihui-ai/Llama-3.2-3B-Instruct-abliterated
|