Cortiq Coder 12B
is a task-specialized coding model compiled from
Qwen3-27B
down to ~12B effective parameters using a proprietary dynamic neural network compression method developed by
AllAIGate
.
The compression is performed via the
CORTIQ
method — a system and method for
Dynamic Task-Guided Neural Network Compression with Catastrophic Forgetting Prevention
, covered under
US Patent Application No. 19/452,464
(filed January 19, 2026).
Unlike naive pruning or quantization, CORTIQ preserves task-critical knowledge during compression by dynamically guiding the pruning process toward the target domain (code generation), while actively preventing degradation of the model's core reasoning capabilities.
Key Features
🔧
Optimized for code generation
— structured compression guided by coding tasks
🧠
Based on Qwen3-27B
— retains strong reasoning foundation of the 27B base model at 12B scale
🚀
GGUF Q4_K_M quantization
— ready for efficient local inference
🛡️
Catastrophic forgetting prevention
— task-specific compression without degrading general capabilities
📦
Compact footprint
— 9.37 GB in GGUF Q4_K_M format
Files
File
Format
Size
Description
cortiq-coder-12b-Q4_K_M.gguf
GGUF
9.37 GB
Quantized model for llama.cpp / LM Studio / Ollama
cortiq-coder-12b-nvg.tar
TAR
30.1 GB
Full native model weights
Quick Start
llama.cpp
llama-server -hf infosave/cortiq-coder-12B:Q4_K_M
Ollama
ollama run hf.co/infosave/cortiq-coder-12B:Q4_K_M
Python (llama-cpp-python)
from llama_cpp import Llama
llm = Llama.from_pretrained(
repo_id="infosave/cortiq-coder-12B",
filename="cortiq-coder-12b-Q4_K_M.gguf",
)
response = llm.create_chat_completion(messages=[
{"role": "user", "content": "Write a Python function to sort a list of dicts by key."}
])
print(response["choices"]["message"]["content"])
Method Reference
Patent:
US Application No. 19/452,464 —
"System and Method for Dynamic Task-Guided Neural Network Compression with Catastrophic Forgetting Prevention"
— Filed January 19, 2026.
Details:
https://allaigate.com/ru/
License
Released under the
Apache 2.0 License
, consistent with the Qwen3 base model license.
Runs of infosave cortiq-coder-12B on huggingface.co
244
Total runs
0
24-hour runs
2
3-day runs
14
7-day runs
157
30-day runs
More Information About cortiq-coder-12B huggingface.co Model
cortiq-coder-12B huggingface.co is an AI model on huggingface.co that provides cortiq-coder-12B's model effect (), which can be used instantly with this infosave cortiq-coder-12B model. huggingface.co supports a free trial of the cortiq-coder-12B model, and also provides paid use of the cortiq-coder-12B. Support call cortiq-coder-12B model through api, including Node.js, Python, http.
cortiq-coder-12B huggingface.co is an online trial and call api platform, which integrates cortiq-coder-12B's modeling effects, including api services, and provides a free online trial of cortiq-coder-12B, you can try cortiq-coder-12B online for free by clicking the link below.
infosave cortiq-coder-12B online free url in huggingface.co:
cortiq-coder-12B is an open source model from GitHub that offers a free installation service, and any user can find cortiq-coder-12B on GitHub to install. At the same time, huggingface.co provides the effect of cortiq-coder-12B install, users can directly use cortiq-coder-12B installed effect in huggingface.co for debugging and trial. It also supports api for free installation.