Instructions to use Zynerji/Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use Zynerji/Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="Zynerji/Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored", filename="Ektome-Qwen2.5-Coder-14B-Instruct-IQ3_M.gguf", )
llm.create_chat_completion( messages = [ { "role": "user", "content": "What is the capital of France?" } ] ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Zynerji/Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf Zynerji/Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored:Q4_K_M # Run inference directly in the terminal: llama cli -hf Zynerji/Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Zynerji/Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored:Q4_K_M # Run inference directly in the terminal: llama cli -hf Zynerji/Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf Zynerji/Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf Zynerji/Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf Zynerji/Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf Zynerji/Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored:Q4_K_M
Use Docker
docker model run hf.co/Zynerji/Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use Zynerji/Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Zynerji/Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Zynerji/Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/Zynerji/Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored:Q4_K_M
- Ollama
How to use Zynerji/Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored with Ollama:
ollama run hf.co/Zynerji/Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored:Q4_K_M
- Unsloth Studio
How to use Zynerji/Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Zynerji/Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Zynerji/Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Zynerji/Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored to start chatting
- Pi
How to use Zynerji/Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Zynerji/Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "Zynerji/Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use Zynerji/Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Zynerji/Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored:Q4_K_M
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default Zynerji/Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored:Q4_K_M
Run Hermes
hermes
- Atomic Chat new
- OpenClaw new
How to use Zynerji/Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Zynerji/Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored:Q4_K_M
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "Zynerji/Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored:Q4_K_M" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
- Docker Model Runner
How to use Zynerji/Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored with Docker Model Runner:
docker model run hf.co/Zynerji/Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored:Q4_K_M
- Lemonade
How to use Zynerji/Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Zynerji/Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored:Q4_K_M
Run and chat with the model
lemonade run user.Ektome-Qwen2.5-Coder-14B-Instruct-PristinelyUncensored-Q4_K_M
List all available models
lemonade list
Unify card layout; label evidence strength honestly
Browse files|
@@ -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 |
+

|
| 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 |
+
```
|