huihui-ai commited on
Commit
8291da6
·
verified ·
1 Parent(s): 8f00f2a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -16,3 +16,9 @@ library_name: transformers
16
  This is an uncensored version of [cognitivecomputations/Dolphin3.0-Llama3.1-8B](https://huggingface.co/cognitivecomputations/Dolphin3.0-Llama3.1-8B) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
17
  This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
18
 
 
 
 
 
 
 
 
16
  This is an uncensored version of [cognitivecomputations/Dolphin3.0-Llama3.1-8B](https://huggingface.co/cognitivecomputations/Dolphin3.0-Llama3.1-8B) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
17
  This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
18
 
19
+ ## Use with ollama
20
+
21
+ You can use [huihui_ai/dolphin3-abliterated](https://ollama.com/huihui_ai/dolphin3-abliterated) directly
22
+ ```
23
+ ollama run huihui_ai/dolphin3-abliterated
24
+ ```