File size: 788 Bytes
f8e7666 ae51056 cd6f51c ae51056 cd6f51c ae51056 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
---
license: apache-2.0
base_model:
- internlm/internlm3-8b-instruct
pipeline_tag: text-generation
tags:
- abliterated
- uncensored
library_name: transformers
---
# huihui-ai/internlm3-8b-instruct-abliterated
This is an uncensored version of [internlm/internlm3-8b-instruct](https://huggingface.co/internlm/internlm3-8b-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/internlm3-abliterated](https://ollama.com/huihui_ai/internlm3-abliterated) directly
```
ollama run huihui_ai/internlm3-abliterated
``` |