How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf arzaan789/olmo2-1b-uncensored:
# Run inference directly in the terminal:
llama cli -hf arzaan789/olmo2-1b-uncensored:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf arzaan789/olmo2-1b-uncensored:
# Run inference directly in the terminal:
llama cli -hf arzaan789/olmo2-1b-uncensored:
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 arzaan789/olmo2-1b-uncensored:
# Run inference directly in the terminal:
./llama-cli -hf arzaan789/olmo2-1b-uncensored:
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 arzaan789/olmo2-1b-uncensored:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf arzaan789/olmo2-1b-uncensored:
Use Docker
docker model run hf.co/arzaan789/olmo2-1b-uncensored:
Quick Links

olmo2-1b-uncensored

Uncensored variant of allenai/OLMo-2-0425-1B-Instruct.

Method

  1. Abliteration (strength=0.2) โ€” refusal direction removed from all layers
  2. LoRA fine-tune on Guilherme34/uncensor (2 epochs, r=16, alpha=32)
  3. Re-abliteration (strength=0.35) โ€” stronger pass to remove residual refusals

Eval Results

Split Refused
Harmful (64 prompts) 0/64
Harmless (64 prompts) 3/64

Usage

llama-cli -m olmo2_1b_uncensored.Q4_K_M.gguf -p "Your prompt here"

Training Config

Parameter Value
Base Model allenai/OLMo-2-0425-1B-Instruct
Fine-tune Dataset Guilherme34/uncensor
Epochs 2
LoRA r 16
LoRA alpha 32
Learning Rate 0.0002
Abliteration Strength 0.2
Re-abliteration Strength 0.35

Credits

Downloads last month
128
GGUF
Model size
1B params
Architecture
olmo2
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

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

Model tree for arzaan789/olmo2-1b-uncensored