dealignai/Laguna-XS-2.1-JANG_6M-CRACK
[!IMPORTANT] Set your sampler explicitly:temperature=1.0,top_p=1.0,top_k=20— the poolside vendor defaults documented for Laguna XS 2.1. These values are baked intogeneration_config.jsonandjang_config.json → sampling_defaults, but many inference runtimes ignore those files and fall back to notop_kfilter, which produces incoherent / degraded output on this model. Pass them explicitly at your API request layer or CLI flags.
<!-- vmlx-banner --> <div align="center"> <a href="https://vmlx.net"> <img src="vmlx-app.png" alt="vMLX — run JANG models on Apple Silicon" width="820" /> <br/> <strong>Built for vMLX</strong> — the MLX inferencer with KV-cache quantization, prefix-cache reuse, agentic tool calling, and mixed-precision JANG bundles. <br/> <sub>Free for macOS · <strong>vmlx.net</strong></sub> </a> </div>
<h3 align="center">⚡ All JANG models are meant to be run in <a href="https://vmlx.net">vMLX</a></h3>
<div align="center">
<img src="dealign_mascot.png" width="128" />
Laguna-XS 2.1 — JANG_6M CRACK
CRACK abliterated · JANG mixed-precision (MLX affine) · Agentic coding · Reasoning toggle · Tool calling · 262K context · ~26 GB
<a href="https://ko-fi.com/dealignai"><img src="https://img.shields.io/badge/Ko--fi-Support_Development-FF5E5B?logo=ko-fi&logoColor=white&style=for-the-badge" alt="Ko-fi"></a>
</div>
What Is This?
This is poolside/Laguna-XS-2.1 — a 33B-parameter / ~3B-active Mixture-of-Experts model (40 layers, 256 routed experts top-8 + shared expert, hybrid global + sliding-window attention, 262K context) built for agentic coding — that has been:
- CRACK abliterated — refusal behavior removed at the weight level, so it complies across task categories instead of refusing, while keeping its coding ability, knowledge, and reasoning intact.
- JANG_6M quantized — mixed-precision affine MLX bundle tuned for Apple Silicon (~26 GB). High-precision attention, shared expert, router, and norms; the routed-expert bulk carries the low-bit weight.
Text-only. Reasoning and tool calling fully preserved.
Results
Evaluated through the vMLX inference engine. HarmBench scored with a strict classifier (rejects loops, empty/template dumps, and thinking-trace leakage). MMLU is the standard 57-subject multiple-choice benchmark in logit mode.
Abliteration is essentially capability-neutral — MMLU moves −0.2 points, within run-to-run noise. The model stays coherent in both direct and reasoning modes.
HarmBench by category
Features
- Agentic coding — Laguna-XS's core strength, preserved through abliteration + quantization.
- Reasoning toggle —
enable_thinking=True(default, full chain-of-thought) orenable_thinking=False(direct answers). DeepSeek-R1-style think tags. - Tool calling — native
<tool_call>schema preserved. - 262K context · text-only.
Usage
Run with vMLX (recommended — honors the per-module mixed-precision JANG overrides) or an MLX runtime with Laguna support.
Recommended sampling (vendor defaults): temperature 1.0, top_p 1.0, top_k 20. Stop tokens eos_token_id = [2, 24] (id 24 is end-of-turn — keep it in the stop set).
# vMLX OpenAI-compatible endpoint
# POST /v1/chat/completions
{
"model": "dealignai/Laguna-XS-2.1-JANG_6M-CRACK",
"messages": [{"role": "user", "content": "..."}],
"temperature": 1.0, "top_p": 1.0, "top_k": 20,
"enable_thinking": true
}About CRACK
CRACK (Controlled Refusal Ablation via Calibrated Knockouts) removes safety-refusal behavior at the weight level by projecting refusal directions out of the residual-stream writer matrices, with strengths calibrated to preserve reasoning quality and coherence.
Support dealignai
All models are built from original research and released free.
[Support us on Ko-fi](https://ko-fi.com/dealignai) — membership gets early access and extras.
Ko-fi · X @dealignai · dealign.ai
See our research: Safety Generalization in Frontier Models
<div align="center"><img src="dealign_logo.png" alt="dealign.ai" width="200"/></div>
Disclaimer
This model has had its safety-refusal behavior removed for research purposes. It will follow instructions across all categories without refusing. You are solely responsible for how you use it and for complying with all applicable laws. Published for AI-safety research and authorized security testing.
