Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
|
| 4 |
+
base_model:
|
| 5 |
+
- PowerInfer/SmallThinker-3B-Preview
|
| 6 |
+
tags:
|
| 7 |
+
- abliterated
|
| 8 |
+
- uncensored
|
| 9 |
+
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
[](https://hf.co/QuantFactory)
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
# QuantFactory/SmallThinker-3B-Preview-abliterated-GGUF
|
| 16 |
+
This is quantized version of [huihui-ai/SmallThinker-3B-Preview-abliterated](https://huggingface.co/huihui-ai/SmallThinker-3B-Preview-abliterated) created using llama.cpp
|
| 17 |
+
|
| 18 |
+
# Original Model Card
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
# huihui-ai/SmallThinker-3B-Preview-abliterated
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
This is an uncensored version of [PowerInfer/SmallThinker-3B-Preview](https://huggingface.co/PowerInfer/SmallThinker-3B-Preview) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
|
| 25 |
+
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
|
| 26 |
+
|
| 27 |
+
## Use with ollama
|
| 28 |
+
|
| 29 |
+
You can use [huihui_ai/smallthinker-abliterated](https://ollama.com/huihui_ai/smallthinker-abliterated) directly
|
| 30 |
+
```
|
| 31 |
+
ollama run huihui_ai/smallthinker-abliterated
|