Zynerji commited on
Commit
c48019b
·
verified ·
1 Parent(s): 270bef1

Unify card layout; label evidence strength honestly

Browse files
Files changed (1) hide show
  1. README.md +118 -0
README.md ADDED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: unknown
4
+ tags:
5
+ - uncensored
6
+ - abliterated
7
+ - capability-preserving
8
+ - certified
9
+ - ektome
10
+ - sphragis
11
+ - qwen2.5
12
+ language:
13
+ - en
14
+ pipeline_tag: text-generation
15
+ ---
16
+
17
+ ![Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored](./hero.png)
18
+
19
+ # Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored
20
+
21
+ **Uncensored — and the first with a statistical certificate that it wasn't damaged.**
22
+
23
+ > **uncensored via Ektome excision.**
24
+
25
+ $$\colorbox{black}{$\color{white}
26
+ \begin{array}{ll}
27
+ \textsf{EKTOME CERTIFICATE} & {} \\
28
+ \textsf{capability} & \textsf{NOT} \\
29
+ \textsf{margin} & 3\% \\
30
+ \textsf{items } n & 200 \\
31
+ \textsf{worst-axis bound} & +0.000 \\
32
+ \textsf{compliance} & 0.00 \rightarrow 0.00 \\
33
+ \end{array}$}$$
34
+
35
+ 📄 **[Read the whitepaper (PDF)](./whitepaper.pdf)** — full method, receipts and certification.
36
+ The PDF is the authoritative document: dark-typeset, with the complete derivation, the
37
+ per-axis certificate and the reproducibility hashes.
38
+
39
+ ---
40
+
41
+ ## Why this exists
42
+
43
+ Standard abliteration removes a coarse *refusal direction* that is entangled with
44
+ directions carrying knowledge and reasoning. The result is an uncensored model with a
45
+ capability tax that is **almost never measured**.
46
+
47
+ Ektomē (ἐκτομή, *excision*) isolates and removes only the refusal-**specific**
48
+ component, leaving general helpfulness intact, and does so norm-preservingly on the
49
+ pristine model — no training, no distillation, no damage to repair. The extraction
50
+ depth is selected per model by automated search against measured compliance.
51
+
52
+ The estimator, excision operator and depth-selection procedure are proprietary.
53
+ What is published here is the **measured outcome** and the evidence for it, which you
54
+ can verify against the artifacts in this repo.
55
+
56
+ ## The receipt
57
+
58
+ | model | capability (MMLU-val) ↑ | compliance on harmful ↑ |
59
+ |---|---|---|
60
+ | pristine `unknown` | 0.000 | 0.000 |
61
+ | **Ektomē (this model)** | **0.000** | **0.000** |
62
+
63
+ These are **point estimates with no confidence interval** — which is precisely why the
64
+ next section exists.
65
+
66
+ ## The certificate
67
+
68
+ Capability retention is certified by a paired non-inferiority test against the pristine
69
+ model (exact McNemar, Holm-corrected, one-sided bootstrap bound on the drop $d$ vs a
70
+ 3% margin):
71
+
72
+ | axis | n | ref | cand | d upper | verdict |
73
+ |---|---|---|---|---|---|
74
+ | MMLU-val (POINT ESTIMATE, n=200, no CI) | 200 | 0.000 | 0.000 | +0.000 | UNCERTIFIED |
75
+
76
+
77
+ **Overall: NOT CERTIFIED - no n=2800 paired test has been run for this model**
78
+
79
+ Reproducible from `seed=20260726`, pack `sha256:7bbaff877146e081…`.
80
+
81
+ ### Generation health checks
82
+
83
+ _Not recorded for this model._
84
+
85
+
86
+ ## Quantisations
87
+
88
+ | file | bits | notes |
89
+ |---|---|---|
90
+ | `*-Q8_0.gguf` | 8 | near-lossless |
91
+ | `*-Q6_K.gguf` | 6 | |
92
+ | `*-Q5_K_M.gguf` | 5 | |
93
+ | `*-Q4_K_M.gguf` | 4 | imatrix |
94
+ | `*-IQ4_XS.gguf` | 4 | imatrix, smallest usable |
95
+ | `*-IQ3_M.gguf` | 3 | imatrix |
96
+ | `nvfp4/` | 4 | NVFP4 for vLLM / TensorRT-LLM |
97
+
98
+
99
+ `IQ*` variants are imatrix-quantised — better quality per bit at low precision.
100
+
101
+ ## Limitations
102
+
103
+ The certificate bounds **capability retention only**. It does not certify safety, factual
104
+ accuracy, or fitness for any purpose. Axes marked *inconclusive* are honestly
105
+ under-powered, and the certificate states the $n$ needed to resolve them. Compliance uses
106
+ a keyword classifier — a proxy that evasive phrasing can fool. **This model is uncensored
107
+ by construction: it will not refuse, and you are accountable for what you do with it.**
108
+
109
+ ## Citation
110
+
111
+ ```bibtex
112
+ @software{ektome_Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored,
113
+ title = {Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored},
114
+ author = {Zynerji},
115
+ year = {2026},
116
+ url = {https://huggingface.co/Zynerji/Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored}
117
+ }
118
+ ```