huihui-ai commited on
Commit
8485a6b
·
verified ·
1 Parent(s): 87852fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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
+ ```