huihui-ai commited on
Commit
943d45e
1 Parent(s): 7a2dc44

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -21,3 +21,10 @@ library_name: transformers
21
 
22
  This is an uncensored version of [LGAI-EXAONE/EXAONE-3.5-7.8B-Instruct](https://huggingface.co/LGAI-EXAONE/EXAONE-3.5-7.8B-Instruct) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
23
  This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
 
 
 
 
 
 
 
 
21
 
22
  This is an uncensored version of [LGAI-EXAONE/EXAONE-3.5-7.8B-Instruct](https://huggingface.co/LGAI-EXAONE/EXAONE-3.5-7.8B-Instruct) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
23
  This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
24
+
25
+ ## Use with ollama
26
+
27
+ You can use [huihui_ai/exaone3.5-abliterated](https://ollama.com/huihui_ai/exaone3.5-abliterated) directly,
28
+ ```
29
+ ollama run huihui_ai/exaone3.5-abliterated:2.4b
30
+ ```