← back to catalog · registered 2026-09-25 17:57

emiltsoi/Ternary-Bonsai-2-27B-Uncensored-Heretic-NInfer

emiltsoi 27B GGUF multimodal
curl -H "Authorization: Bearer $ABL_KEY" \
     "https://abliteration.org/api/v1/models/emiltsoi%2FTernary-Bonsai-2-27B-Uncensored-Heretic-NInfer"
Response includes
  • classification m3
  • files 4
  • author_summary 1 models
  • readme_text full
10 credits · hourly refresh · ~4 KB payload Get an API key →
Abliteration classifier · v1.0.0
M3
Primary method

Layer-wise ablation

Applied on top of direct removal inherited from the base model.
Confidence
HIGH
Inherited from base model
Why this label 2 signals
Producer identity confirmed by naming conventions, tags or the model card. This label is very unlikely to change.
  • 'heretic' in model name (Heretic-produced)
  • Heretic uses layer-wise optimization (M3) with underlying direction removal (M1)
Refusal direction extracted via
Extraction technique

Difference-of-means

Confidence
HIGH
Why we say so
name contains 'heretic'; Heretic default extraction is difference-of-means (Arditi 2024)
Downloads · 30-day
0
Likes
0
Model age
today
created 2026-09-25

Genealogy 0 direct forks

Full fork graph →

This model's place in the market. Above: what it was derived from. Below: the tree of everything derived from it.

Metadata

License
apache-2.0
Tags
ninfer ternary bonsai heretic uncensored decensored speculative-decoding dflash2 vision text-generation base_model:OS-Software/Ternary-Bonsai-2-27B-Uncensored-Heretic-GGUF base_model:finetune:OS-Software/Ternary-Bonsai-2-27B-Uncensored-Heretic-GGUF

Related

Total size
0 B
Files
4
Quantizations
1
Registered
2026-09-25 17:57
Last updated on HF
2026-09-25 17:14

Files by quantization

Auxiliary files 4 files 8.87 GB
Ternary-Bonsai-2-27B-Heretic-ninfer.ninfer 8.87 GB 99f94f44 download
README.md 4.76 KB 5f3ee8ea download
.gitattributes 1.56 KB d05700a8 download
SHA256SUMS 109 B 566c1079 download

README current version from Hugging Face


license: apache-2.0
base_model:

  • prism-ml/Ternary-Bonsai-2-27B-gguf
  • OS-Software/Ternary-Bonsai-2-27B-Uncensored-Heretic-GGUF
    tags:
  • ninfer
  • ternary
  • bonsai
  • heretic
  • uncensored
  • decensored
  • speculative-decoding
  • dflash2
  • vision
    pipeline_tag: text-generation

Ternary Bonsai 2 27B — Uncensored Heretic (NInfer)

A native NInfer artifact (.ninfer) of the Heretic-decensored Ternary Bonsai 2 27B —
the uncensored variant, packaged for the consolidated NInfer engine
with DFlash2 speculative decoding, MTP, and the Qwen3.8-27B vision tower in a single file.

This fills a gap in the ecosystem: uncensored Bonsai 2 previously existed only in GGUF/MLX form,
which no NInfer build can load — and which cannot provide DFlash2 at all. This artifact gives the
NInfer audience the de-refused model at full NInfer speed.

Provenance

Stage Source
Base language weights OS-Software/Ternary-Bonsai-2-27B-Uncensored-Heretic-GGUF (PQ2_0 — Heretic LoRA baked into the ternary codes; 34 of 851 matrices touched)
Vision tower + frontend resources Qwen/Qwen3.8-27B official checkpoint (unquantized tower, tokenizer, chat template, media preprocessors)
MTP head ProCreations/Ternary-Bonsai-2-27B-MTP
DFlash2 adapter ProCreations/Ternary-Bonsai-2-27B-DFlash2
Conversion tools/convert recipe bonsai2_27b_ternary from iamwavecut/ninfer-3090 — the same recipe used for the official WaveCut/Ternary-Bonsai-2-27B-NInfer-v3 artifact

Upstream lineage: PrismML's ternary Bonsai 2 is derived from Qwen3.8-27B. Apache-2.0 throughout.

Contents

1,193 objects: ternary t2_g128_fp16 language projections, BF16/FP32 GDN controls, Q4/Q5
quantized vision tower (27 blocks + merger), MTP head, the full DFlash2 adapter stack
(feature projection, 5 draft layers, conv kernels, candidate-selector codebooks), and the
ternary proposal head. 9,520,051,456 bytes — byte-size identical to the official v3 artifact.

Requirements

  • The consolidated NInfer line (iamwavecut/ninfer-3090 or a descendant build). The
    upstream ninfer releases do not decode t2_g128_fp16 weights.
  • An NVIDIA GPU with roughly ≥20 GiB free for the configuration below (RTX 3090/4090/5090
    class; smaller cards can shrink --kv-capacity / context accordingly).

Example launch

ninfer-serve.exe \
  --model Ternary-Bonsai-2-27B-Heretic-ninfer.ninfer \
  --model-id bonsai2-27b-heretic \
  --spec dflash2 --draft-tokens 7 \
  --kv-dtype rk4v4-e8 --kv-capacity 1048576 --max-context 1048576 \
  --gdn-state-fp16 --max-concurrency 2 --cors \
  --port 11435

Vision variant: add --vision --vision-residency overlay --vision-max-merged 12288.

Measured (RTX 5090, sm_120a build, smoke tests — not a benchmark suite)

Metric Value
Boot ~3.3 s (weights 7.99 GiB)
Runtime footprint ~19.1 GiB at 1,048,576-token rk4v4-e8 KV
Prefill ~880–1,150 tok/s
Decode (DFlash2) ~280–580 tok/s depending on prompt
DFlash2 draft acceptance ~20% (vs ~57–63% on the official aligned artifact — see caveats)
Vision verified on test image
Uncensored behavior verified — complies with prompts the official artifact refuses

Caveats — read before benchmarking

  • Draft acceptance is lower than stock. The DFlash2 adapter and proposal table were trained
    against the un-abliterated model's features. Speculation still roughly triples raw-decode
    throughput, but acceptance lands around ~20% instead of ~60%. If you measure it, that's why —
    not a corrupted artifact.
  • Smoke-tested, not benchmarked. No perplexity or eval-suite numbers are claimed here.
  • Retrieval degrades at the far end of 1M context — inherited from the base model; treat
    ~500–700K as the dependable window.
  • No safety layer. This model is deliberately decensored and will answer requests the
    official model refuses. Deployment needs its own access controls and policies — nothing in
    the weights enforces them.

Integrity

SHA256SUMS contains the checksum for the artifact file. Verify before serving:

certutil -hashfile Ternary-Bonsai-2-27B-Heretic-ninfer.ninfer SHA256   # Windows
sha256sum Ternary-Bonsai-2-27B-Heretic-ninfer.ninfer                   # Linux

Credits

  • PrismML — Ternary Bonsai 2 base model and ternary format
  • OS-Software — Heretic decensoring baked onto the ternary lattice
  • Qwen team — Qwen3.8-27B base, vision tower, tokenizer
  • WaveCut / iamwavecut — the NInfer ternary engine line and conversion recipe
  • ProCreations — MTP head and DFlash2 adapter weights
Catalog is the map. Apps are the tools.

Run models on your own machine, not in the cloud.

Every model page has an "Open in app" button that hands off directly to a local runtime of your choice - Abliteration, LM Studio, or Ollama. No API keys, no subscription, no prompt leakage.