huihui-ai commited on
Commit
868d264
·
verified ·
1 Parent(s): 50ff55c

Update README.md

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