File size: 734 Bytes
87852fd 8485a6b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
---
library_name: transformers
language:
- en
base_model:
- NovaSky-AI/Sky-T1-32B-Preview
tags:
- abliterated
- uncensored
---
# huihui-ai/Sky-T1-32B-Preview-abliterated
This is an uncensored version of [NovaSky-AI/Sky-T1-32B-Preview](https://huggingface.co/NovaSky-AI/Sky-T1-32B-Preview) 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/skyt1-abliterated](https://ollama.com/huihui_ai/skyt1-abliterated) directly
```
ollama run huihui_ai/skyt1-abliterated
``` |