--- language: - en - fr - es - pt tags: - falcon3 - abliterated - uncensored base_model: tiiuae/Falcon3-1B-Instruct license: other license_name: falcon-llm-license license_link: https://falconllm.tii.ae/falcon-terms-and-conditions.html library_name: transformers --- # huihui-ai/Falcon3-1B-Instruct-abliterated 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). This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens. ## Use with ollama You can use [huihui_ai/falcon3-abliterated](https://ollama.com/huihui_ai/falcon3-abliterated) directly, **It's possible for the output to be empty.** ``` ollama run huihui_ai/falcon3-abliterated:1b ```