Update README.md
Browse files
README.md
CHANGED
@@ -48,9 +48,12 @@ license: llama3.3
|
|
48 |
This is an uncensored version of [meta-llama/Llama-3.3-70B-Instruct](https://huggingface.co/meta-llama/Llama-3.3-70B-Instruct) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
|
49 |
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
|
50 |
|
51 |
-
##
|
52 |
|
53 |
-
|
|
|
|
|
|
|
54 |
|
55 |
### Use with transformers
|
56 |
|
|
|
48 |
This is an uncensored version of [meta-llama/Llama-3.3-70B-Instruct](https://huggingface.co/meta-llama/Llama-3.3-70B-Instruct) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
|
49 |
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
|
50 |
|
51 |
+
## ollama
|
52 |
|
53 |
+
You can use [huihui_ai/llama3.3-abliterated](https://ollama.com/huihui_ai/llama3.3-abliterated) directly,
|
54 |
+
```
|
55 |
+
ollama run huihui_ai/llama3.3-abliterated
|
56 |
+
```
|
57 |
|
58 |
### Use with transformers
|
59 |
|