File size: 928 Bytes
8347ae6 83cd3ac 8347ae6 ebac52d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
language:
- en
- fr
- es
- pt
tags:
- falcon3
- abliterated
- uncensored
base_model:
- tiiuae/Falcon3-3B-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-3B-Instruct-abliterated
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).
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:3b
``` |