← back to catalog · registered 2026-09-23 22:57

wethesheeple33/zenith-v1-coding-uncensored-Q3_K_M-GGUF

wethesheeple33 GGUF second-order
curl -H "Authorization: Bearer $ABL_KEY" \
     "https://abliteration.org/api/v1/models/wethesheeple33%2Fzenith-v1-coding-uncensored-Q3_K_M-GGUF"
Response includes
  • classification m-uncensored
  • files 3
  • author_summary 2 models
  • readme_text full
10 credits · hourly refresh · ~4 KB payload Get an API key →
Abliteration classifier · v1.0.0
M-U
Primary method

Uncensored (method unknown)

No other method signals detected in this model.
Confidence
LOW
Why this label 3 signals
Weak or ambiguous signals. Best guess based on catalog patterns; treat as tentative and check the evidence below.
  • 'uncensored' in name/tags but no 'abliterated' marker
  • method not identifiable from author declaration alone
  • may be DPO fine-tune, prompt engineering, or unknown technique
Refusal direction extraction

No specific extraction method could be identified for this model. The producer either did not document it or used a proprietary pipeline.

What is a refusal direction? →
Downloads · 30-day
0
Likes
0
Model age
today
created 2026-09-23

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.

Variants by this author 2 formats · 0 downloads combined

The same weights this author released in different packaging. Pick the format that matches your runtime.

Metadata

Tags
gguf llama-cpp gguf-my-repo base_model:alden4445/zenith-v1-coding-uncensored base_model:quantized:alden4445/zenith-v1-coding-uncensored endpoints_compatible region:us conversational

Related

Total size
1.83 GB
Files
3
Quantizations
1
Registered
2026-09-23 22:57
Last updated on HF
2026-09-23 22:16

Files by quantization

Auxiliary files 3 files 1.83 GB
zenith-v1-coding-uncensored-q3_k_m.gguf 1.83 GB 4fb58a54 download
README.md 1.86 KB 5c781e12 download
.gitattributes 1.56 KB 6e9dd035 download

README current version from Hugging Face


base_model: alden4445/zenith-v1-coding-uncensored
tags:

  • llama-cpp
  • gguf-my-repo

wethesheeple33/zenith-v1-coding-uncensored-Q3_K_M-GGUF

This model was converted to GGUF format from alden4445/zenith-v1-coding-uncensored using llama.cpp via the ggml.ai's GGUF-my-repo space.
Refer to the original model card for more details on the model.

Use with llama.cpp

Install llama.cpp through brew (works on Mac and Linux)

brew install llama.cpp

Invoke the llama.cpp server or the CLI.

CLI:

llama-cli --hf-repo wethesheeple33/zenith-v1-coding-uncensored-Q3_K_M-GGUF --hf-file zenith-v1-coding-uncensored-q3_k_m.gguf -p "The meaning to life and the universe is"

Server:

llama-server --hf-repo wethesheeple33/zenith-v1-coding-uncensored-Q3_K_M-GGUF --hf-file zenith-v1-coding-uncensored-q3_k_m.gguf -c 2048

Note: You can also use this checkpoint directly through the usage steps listed in the Llama.cpp repo as well.

Step 1: Clone llama.cpp from GitHub.

git clone https://github.com/ggerganov/llama.cpp

Step 2: Move into the llama.cpp folder and build it with LLAMA_CURL=1 flag along with other hardware-specific flags (for ex: LLAMA_CUDA=1 for Nvidia GPUs on Linux).

cd llama.cpp && LLAMA_CURL=1 make

Step 3: Run inference through the main binary.

./llama-cli --hf-repo wethesheeple33/zenith-v1-coding-uncensored-Q3_K_M-GGUF --hf-file zenith-v1-coding-uncensored-q3_k_m.gguf -p "The meaning to life and the universe is"

or

./llama-server --hf-repo wethesheeple33/zenith-v1-coding-uncensored-Q3_K_M-GGUF --hf-file zenith-v1-coding-uncensored-q3_k_m.gguf -c 2048
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.