huihui-ai commited on
Commit
04d6728
·
verified ·
1 Parent(s): 4c53117

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -30,3 +30,9 @@ tags:
30
  This is an uncensored version of [mistralai/Mistral-Small-24B-Instruct-2501](https://huggingface.co/mistralai/Mistral-Small-24B-Instruct-2501) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
31
  This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
32
 
 
 
 
 
 
 
 
30
  This is an uncensored version of [mistralai/Mistral-Small-24B-Instruct-2501](https://huggingface.co/mistralai/Mistral-Small-24B-Instruct-2501) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
31
  This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
32
 
33
+ ## Use with ollama
34
+
35
+ You can use [huihui_ai/mistral-small-abliterated](https://ollama.com/huihui_ai/mistral-small-abliterated) directly
36
+ ```
37
+ ollama run huihui_ai/mistral-small-abliterated
38
+ ```