Update README.md
Browse files
README.md
CHANGED
@@ -13,3 +13,9 @@ tags:
|
|
13 |
This is an uncensored version of [NovaSky-AI/Sky-T1-32B-Preview](https://huggingface.co/NovaSky-AI/Sky-T1-32B-Preview) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
|
14 |
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
This is an uncensored version of [NovaSky-AI/Sky-T1-32B-Preview](https://huggingface.co/NovaSky-AI/Sky-T1-32B-Preview) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
|
14 |
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
|
15 |
|
16 |
+
## Use with ollama
|
17 |
+
|
18 |
+
You can use [huihui_ai/skyt1-abliterated](https://ollama.com/huihui_ai/skyt1-abliterated) directly
|
19 |
+
```
|
20 |
+
ollama run huihui_ai/skyt1-abliterated
|
21 |
+
```
|