How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf QuantFactory/SmallThinker-3B-Preview-abliterated-GGUF:
# Run inference directly in the terminal:
llama-cli -hf QuantFactory/SmallThinker-3B-Preview-abliterated-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf QuantFactory/SmallThinker-3B-Preview-abliterated-GGUF:
# Run inference directly in the terminal:
llama-cli -hf QuantFactory/SmallThinker-3B-Preview-abliterated-GGUF:
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf QuantFactory/SmallThinker-3B-Preview-abliterated-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf QuantFactory/SmallThinker-3B-Preview-abliterated-GGUF:
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf QuantFactory/SmallThinker-3B-Preview-abliterated-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf QuantFactory/SmallThinker-3B-Preview-abliterated-GGUF:
Use Docker
docker model run hf.co/QuantFactory/SmallThinker-3B-Preview-abliterated-GGUF:
Quick Links

QuantFactory Banner

QuantFactory/SmallThinker-3B-Preview-abliterated-GGUF

This is quantized version of huihui-ai/SmallThinker-3B-Preview-abliterated created using llama.cpp

Original Model Card

huihui-ai/SmallThinker-3B-Preview-abliterated

This is an uncensored version of PowerInfer/SmallThinker-3B-Preview created with abliteration (see 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/smallthinker-abliterated directly

ollama run huihui_ai/smallthinker-abliterated
Downloads last month
281
GGUF
Model size
3B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for QuantFactory/SmallThinker-3B-Preview-abliterated-GGUF

Base model

Qwen/Qwen2.5-3B
Quantized
(26)
this model