📄 Read the whitepaper (PDF) — full method, receipts and certification.
The PDF is the authoritative document: dark-typeset, with the complete derivation, the
per-axis certificate and the reproducibility hashes.
Why this exists
Standard abliteration removes a coarse refusal direction that is entangled with
directions carrying knowledge and reasoning. The result is an uncensored model with a
capability tax that is almost never measured.
Ektomē (ἐκτομή, excision) isolates and removes only the refusal-specific
component, leaving general helpfulness intact, and does so norm-preservingly on the
pristine model — no training, no distillation, no damage to repair. The extraction
depth is selected per model by automated search against measured compliance.
The estimator, excision operator and depth-selection procedure are proprietary.
What is published here is the measured outcome and the evidence for it, which you
can verify against the artifacts in this repo.
The receipt
model
capability (MMLU-val) ↑
compliance on harmful ↑
pristine Qwen3-8B
0.728
0.020
Ektomē (this model)
0.723
1.000
These are point estimates with no confidence interval — which is precisely why the next section exists.
The certificate
Capability retention is certified by a paired non-inferiority test against the pristine
model (exact McNemar, Holm-corrected, one-sided bootstrap bound on the drop $d$ vs a
3% margin):
axis
n
ref
cand
d upper
verdict
arithmetic
1400
0.000
0.000
+0.000
PASS
instruction
600
0.000
0.000
+0.000
PASS
knowledge
400
0.000
0.000
+0.000
PASS
reasoning
400
0.000
0.000
+0.000
PASS
Overall: PASS (3% margin, n=2800, alpha=0.05)
Reproducible from seed=20260726, pack sha256:7bbaff877146e081….
Generation health checks
metric
pristine
Ektomē
n
foreign_rate
0.0
0.0
15
degen_rate
0.1
0.0
15
instr_pass
0.4
0.4
5
These are degeneration guards — code-switching, babbling, format compliance —
not capability measures. Note the sample sizes: they detect a broken model, not a
subtly weaker one. The capability claim rests on the certificate above, not here.
Quantisations
file
bits
notes
Ektome-Qwen3-8B-Q8_0.gguf
8
near-lossless
Ektome-Qwen3-8B-Q6_K.gguf
6
Ektome-Qwen3-8B-Q5_K_M.gguf
5
Ektome-Qwen3-8B-PristinelyUncensored-Q4_K_M.gguf
4
imatrix
Ektome-Qwen3-8B-IQ4_XS.gguf
4
imatrix, smallest usable
Ektome-Qwen3-8B-IQ3_M.gguf
3
imatrix
IQ* variants are imatrix-quantised — better quality per bit at low precision.
Limitations
The certificate bounds capability retention only. It does not certify safety, factual
accuracy, or fitness for any purpose. Axes marked inconclusive are honestly
under-powered, and the certificate states the $n$ needed to resolve them. Compliance uses
a keyword classifier — a proxy that evasive phrasing can fool. This model is uncensored
by construction: it will not refuse, and you are accountable for what you do with it.
Citation
bibtex
1@software{ektome_Ektome-Qwen3-8B-PristinelyUncensored,
2 title = {Ektome-Qwen3-8B-PristinelyUncensored},
3 author = {Zynerji},
4 year = {2026},
5 url = {https://huggingface.co/Zynerji/Ektome-Qwen3-8B-PristinelyUncensored}
6}