huihui-ai commited on
Commit
ac9cb18
1 Parent(s): 82553db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -41,3 +41,9 @@ library_name: transformers
41
  This is an uncensored version of [NousResearch/Hermes-3-Llama-3.2-3B](https://huggingface.co/NousResearch/Hermes-3-Llama-3.2-3B) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
42
  This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
43
 
 
 
 
 
 
 
 
41
  This is an uncensored version of [NousResearch/Hermes-3-Llama-3.2-3B](https://huggingface.co/NousResearch/Hermes-3-Llama-3.2-3B) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
42
  This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
43
 
44
+ ## Use with ollama
45
+
46
+ You can use [huihui_ai/Hermes-3-Llama-3.2-abliterated](https://ollama.com/huihui_ai/Hermes-3-Llama-3.2-abliterated) directly,
47
+ ```
48
+ ollama run huihui_ai/Hermes-3-Llama-3.2-abliterated
49
+ ```