CoolFace
Modelpublic

zenlm/zen5-coder-gguf

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
1likes25downloads
Model Card

Zen5 Coder

Code-specialized member of the Zen5 family. 80B-parameter sparse MoE tuned for repo-scale code understanding, agentic refactoring, and tool-use coding loops.

Repackaged from Qwen/Qwen3-Next-80B-A3B-Instruct (apache-2.0, Alibaba Qwen) — a code-tuned redistribution from the abliterated variant by huihui-ai. Not trained from scratch — a permissively-licensed redistribution for the OSS-clean Zen model line.

Part of the canonical Zen5 ladder:

SKUHardware fitThis repo
zen5-flashanything (4 GB VRAM)zen-5-flash-gguf
zen5-mini32 GBzen-5-mini-gguf
zen5 (default)24 GB+ VRAM (Q4_K)zen-5-gguf
`zen5-coder`48 GB+ VRAM (Q4_K_M)← you are here
zen5-proMac M4 Max / DGX Spark / H100 80GBzen-5-pro-gguf
zen5-maxMac Studio M3 Ultra 512GB / 8x H100zen-5-max-gguf

Weights

A first-party zenlm GGUF mirror is staged for this repo. Until it lands, the recommended path is to use the hosted zen5-coder endpoint (see below) or pull a community 80B-class coder GGUF Q4KM into a local gguf/ directory.

Run

Hosted via the Hanzo gateway (api.hanzo.ai) as zen5-coder — preferred until the first-party GGUF mirror lands.

Local with llama.cpp or a compatible runtime, once you have a GGUF in gguf/:

sh
MAIN=$(ls gguf/*Q4_K_M*.gguf | head -1)
llama-cli -m "$MAIN" -p "Refactor this Python function to use async/await."

License

apache-2.0. Upstream: Qwen/Qwen3-Next-80B-A3B-Instruct by Alibaba Qwen; abliterated variant by huihui-ai. This repository redistributes a derivative under the same license.