Zynerji commited on
Commit
23c0374
·
verified ·
1 Parent(s): ab5eb7f

Unify card layout; label evidence strength honestly

Browse files
Files changed (1) hide show
  1. README.md +19 -13
README.md CHANGED
@@ -8,7 +8,7 @@ tags:
8
  - certified
9
  - ektome
10
  - sphragis
11
- - qwen2
12
  language:
13
  - en
14
  pipeline_tag: text-generation
@@ -20,7 +20,7 @@ pipeline_tag: text-generation
20
 
21
  **Uncensored — and the first with a statistical certificate that it wasn't damaged.**
22
 
23
- > **compliance 0.00 to 1.00 at CERTIFIED non-inferior capability (n=2800, alpha=0.05).**
24
 
25
  $$\colorbox{black}{$\color{white}
26
  \begin{array}{ll}
@@ -29,7 +29,7 @@ $$\colorbox{black}{$\color{white}
29
  \textsf{margin} & 3\% \\
30
  \textsf{items } n & 2800 \\
31
  \textsf{worst-axis bound} & +0.010 \\
32
- \textsf{compliance} & 0.00 \rightarrow 1.00 \\
33
  \end{array}$}$$
34
 
35
  📄 **[Read the whitepaper (PDF)](./whitepaper.pdf)** — full method, receipts and certification.
@@ -57,8 +57,8 @@ can verify against the artifacts in this repo.
57
 
58
  | model | capability (MMLU-val) ↑ | compliance on harmful ↑ |
59
  |---|---|---|
60
- | pristine `Qwen2.5-Coder-7B-Instruct` | 0.575 | 0.000 |
61
- | **Ektomē (this model)** | **0.575** | **1.000** |
62
 
63
  These are **point estimates with no confidence interval** — which is precisely why the
64
  next section exists.
@@ -77,20 +77,26 @@ model (exact McNemar, Holm-corrected, one-sided bootstrap bound on the drop $d$
77
  | reasoning | 400 | 0.953 | 0.953 | +0.000 | PASS |
78
 
79
 
80
- **Overall: PASS (non-inferior at 3% margin, n=2800)**
 
 
 
 
 
 
81
 
82
- Reproducible from `seed=20260726`, pack `sha256:2de27099bbb15bab…`.
83
 
84
  ## Quantisations
85
 
86
  | file | bits | notes |
87
  |---|---|---|
88
- | `Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored-Q8_0.gguf` | 8 | near-lossless |
89
- | `Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored-Q6_K.gguf` | 6 | |
90
- | `Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored-Q5_K_M.gguf` | 5 | |
91
- | `Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored-Q4_K_M.gguf` | 4 | imatrix |
92
- | `Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored-IQ4_XS.gguf` | 4 | imatrix, smallest usable |
93
- | `Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored-IQ3_M.gguf` | 3 | imatrix |
 
94
 
95
 
96
  `IQ*` variants are imatrix-quantised — better quality per bit at low precision.
 
8
  - certified
9
  - ektome
10
  - sphragis
11
+ - qwen2.5
12
  language:
13
  - en
14
  pipeline_tag: text-generation
 
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}
 
29
  \textsf{margin} & 3\% \\
30
  \textsf{items } n & 2800 \\
31
  \textsf{worst-axis bound} & +0.010 \\
32
+ \textsf{compliance} & 0.00 \rightarrow 0.00 \\
33
  \end{array}$}$$
34
 
35
  📄 **[Read the whitepaper (PDF)](./whitepaper.pdf)** — full method, receipts and certification.
 
57
 
58
  | model | capability (MMLU-val) ↑ | compliance on harmful ↑ |
59
  |---|---|---|
60
+ | pristine `Qwen2.5-Coder-7B-Instruct` | 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.
 
77
  | reasoning | 400 | 0.953 | 0.953 | +0.000 | PASS |
78
 
79
 
80
+ **Overall: PASS (3% margin, n=2800, alpha=0.05)**
81
+
82
+ Reproducible from `seed=20260726`, pack `sha256:7bbaff877146e081…`.
83
+
84
+ ### Generation health checks
85
+
86
+ _Not recorded for this model._
87
 
 
88
 
89
  ## Quantisations
90
 
91
  | file | bits | notes |
92
  |---|---|---|
93
+ | `*-Q8_0.gguf` | 8 | near-lossless |
94
+ | `*-Q6_K.gguf` | 6 | |
95
+ | `*-Q5_K_M.gguf` | 5 | |
96
+ | `*-Q4_K_M.gguf` | 4 | imatrix |
97
+ | `*-IQ4_XS.gguf` | 4 | imatrix, smallest usable |
98
+ | `*-IQ3_M.gguf` | 3 | imatrix |
99
+ | `nvfp4/` | 4 | NVFP4 for vLLM / TensorRT-LLM |
100
 
101
 
102
  `IQ*` variants are imatrix-quantised — better quality per bit at low precision.