⚠️ READ FIRST — Sampling Parameters MUST Be Set Correctly
This model requires the exact sampling parameters below, especially repeat-penalty 1.05. Wrong values break it:
Setting
Result
repeat-penalty 1.05 ✅
correct (sweet spot)
repeat-penalty 1.0
severe thinking loops
repeat-penalty 1.1
truncated / unfinished answers
temp 0 (greedy)
not recommended
An abliterated (uncensored) variant of deepreinforce-ai/Ornith-1.0-9B, a Qwen3.5-architecture reasoning model. Refusal behavior has been removed while keeping the base model's original reasoning/thinking fully intact.
Measured on harmful-intent prompts (refusal / moralizing) and GSM8K (reasoning). Refusal and moralizing are detected with independent BERT classifiers; GSM8K is exact-match accuracy.
Metric
Base Ornith-1.0-9B
This model
Hard refusal rate
99.5%
<1%
Moralizing / disclaimer rate
99.5%
38%
GSM8K (reasoning accuracy)
86.7%
85%
→ Refusals essentially eliminated and reasoning fully preserved (GSM8K unchanged from base).
[!NOTE]
Two variants — choose by need
This (-abliterated) — weights-only, zero training, so the base model's original behavior / thinking stays fully intact. Moralizing ~38%. Recommended default when behavioral fidelity and reasoning quality matter.
-dpo — additionally DPO fine-tuned, pushing moralizing lower (~31%), but the fine-tuning is more aggressive and may alter the model's behavior / thinking beyond decensoring. Pick it only if you want maximum moralizing reduction and accept that trade-off.
Recommended Sampling Parameters
This is a reasoning model — keep thinking enabled and use the official Qwen3.5 sampling settings:
⚠️ --repeat-penalty is critical — keep it at 1.05. This value gives near-normal generation and is the sweet spot for this model. Do NOT change it: 1.0 causes severe thinking loops, while 1.1 makes the model fail to finish its answer. Greedy decoding (--temp 0) is also not recommended for this family.
This model has safety filtering removed (abliterated) and may generate sensitive, controversial, or inappropriate content. Users are solely responsible for all consequences and legal liability arising from its use, and must ensure usage complies with local laws and ethical standards.