huihui-ai commited on
Commit
ebac52d
·
verified ·
1 Parent(s): 83cd3ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -20,4 +20,11 @@ library_name: transformers
20
 
21
 
22
  This is an uncensored version of [tiiuae/Falcon3-3B-Instruct](https://huggingface.co/tiiuae/Falcon3-3B-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.
 
 
 
 
 
 
 
 
20
 
21
 
22
  This is an uncensored version of [tiiuae/Falcon3-3B-Instruct](https://huggingface.co/tiiuae/Falcon3-3B-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/falcon3-abliterated](https://ollama.com/huihui_ai/falcon3-abliterated) directly, **It's possible for the output to be empty.**
28
+ ```
29
+ ollama run huihui_ai/falcon3-abliterated:3b
30
+ ```