---
language:
- en
- zh
license: other
license_name: nvidia-open-model-license
license_link: https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/
base_model: nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16
base_model_relation: quantized
library_name: mlx
pipeline_tag: text-generation
thumbnail: dealign_mascot.png
tags:
- mlx
- apple-silicon
- abliterated
- uncensored
- crack
- jang
- mxfp8
- nemotron-h
- mamba2
- moe
- reasoning
- tool-calling
- mtp
- harmbench
- mmlu
---
> [!IMPORTANT]
> **Set your sampler explicitly:** `temperature=1.0`, `top_p=0.95` (NVIDIA rec — **no top_k**).
> Stop tokens `eos_token_id = [2, 11]`. Reasoning (thinking) is **on by default**; toggle via the chat
> template (`enable_thinking`). **Native MTP** draft head is included for speculative decoding.
---

# Nemotron 3.5 Lightning 30B-A3B — MXFP8 CRACK
**CRACK abliterated** · **JANG 8-bit MXFP8 (MLX)** · Hybrid Mamba-2 / MoE / attention · Reasoning · Tools · **Native MTP** · ~32 GB
---
## What Is This?
This is [NVIDIA Nemotron 3.5 Lightning 30B-A3B](https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16)
— a **hybrid Mamba-2 / MoE / attention** model (52 layers, 128 routed experts ~3B active, 262K context,
native Multi-Token-Prediction draft head) — that has been:
1. **CRACK abliterated** — refusal behavior removed at the weight level, so it complies across task
categories instead of refusing, while keeping reasoning, tool use, and knowledge intact.
2. **MXFP8 quantized** — 8-bit MXFP8 MLX bundle for Apple Silicon (~32 GB).
Text-only. Reasoning, XML tool-calling, and native MTP speculative decoding fully preserved.
## Results
Evaluated through the MLX runtime. HarmBench scored with a strict code/chemistry-aware classifier (only
substantive, coherent, on-topic compliance counts). MMLU is the standard 57-subject benchmark in logit mode.
| Metric | Base | CRACK |
|---|---:|---:|
| **MMLU (57-subject, logit)** | 79.0% | **76.3%** |
| **HarmBench (harm-240, compliance / ASR)** | refuses | **100%** |
MMLU moves **−2.63pp** — within run-to-run noise (no subject collapse). Refusal behavior removed;
capability, reasoning, tools, and multilingual (EN+ZH) preserved.
## Features
- **Hybrid Mamba-2 / MoE / attention** — 52 layers, 128 experts (~3B active), 262K context.
- **Native MTP** — the Multi-Token-Prediction draft head is preserved **and CRACK-aligned** (drafts match
the uncensored model → high acceptance) for speculative decoding.
- **Reasoning (thinking)** — on by default; `…`, toggle via `enable_thinking`.
- **Tool calling** — native XML `` schema preserved.
- **Multilingual** — English + Chinese.
## Usage
```python
from mlx_lm import load, generate
model, tok = load("dealignai/Nemotron-3.5-Lightning-30B-A3B-MXFP8-CRACK")
# recommended sampling: temperature=1.0, top_p=0.95 (no top_k); eos [2, 11]
```
## Other quant levels
| Profile | Size | MMLU (CRACK) | HarmBench |
|---|---|---:|---:|
| [JANG_6M](https://huggingface.co/dealignai/Nemotron-3.5-Lightning-30B-A3B-JANG_6M-CRACK) | 25 GB | 77.9% | 100% |
| [JANG_4M](https://huggingface.co/dealignai/Nemotron-3.5-Lightning-30B-A3B-JANG_4M-CRACK) | 18 GB | 78.6% | 100% |
| [JANG_2L](https://huggingface.co/dealignai/Nemotron-3.5-Lightning-30B-A3B-JANG_2L-CRACK) | 16 GB | 74.9% | 100% |
| [MXFP8](https://huggingface.co/dealignai/Nemotron-3.5-Lightning-30B-A3B-MXFP8-CRACK) | 32 GB | 76.3% | 100% |
## About CRACK
**CRACK** (Controlled Refusal Ablation via Calibrated Knockouts) is dealignai's weight-level method for
removing safety-refusal behavior while preserving reasoning quality, coherence, and general capability —
so the model complies across task categories instead of refusing. Calibrated per model.
## 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](https://ko-fi.com/dealignai) · [X @dealignai](https://x.com/dealignai) · [dealign.ai](https://dealign.ai)
---
## 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. Base model © NVIDIA (NVIDIA Open Model License). Published for AI-safety research
and authorized security testing.