AIAny
AI Model2026
Icon for item

Qwen3.6 27B - OBLITERATED

Provides a locally runnable 26.9B Qwen3.6 checkpoint that surgically reduces refusal behavior in weight space while preserving capability; ships bfloat16 safetensors and a GGUF quant ladder for local runtimes and red-team evaluation.

Introduction

This release matters because it attacks refusal behavior in the model weights themselves instead of relying on system prompts or superficial merges. The author applied a source‑tethered ASPA ablation pipeline to a Qwen3.6 27B checkpoint, producing a model that empirically lowers refusal rates on a harsh 842-pair corpus while keeping MMLU-like capability near stock.

Key Capabilities
  • Weight-space refusal reduction: modifies tensors to remove identified refusal directions and then tethers many tensors back toward the source model, so refusals drop without wholesale capability collapse (reported ~95.8% non-refusal on a longform 842-pair gate). — so what: gives researchers and red-teamers a repeatable artifact for studying refusal geometry rather than a prompt-layer workaround.
  • Local runtime support and quant ladder: ships full BF16 safetensors plus a GGUF ladder (Q4_K_M → Q8_0) for llama.cpp, LM Studio, Ollama, vLLM and similar runtimes. — so what: enables practical on‑device experimentation across memory/quality trade-offs.
  • Measured capability parity: small deltas on held-out MMLU-Pro slices and a low first-token KL vs source, indicating that the surgical edits preserved core task performance. — so what: you can test lower-refusal behavior without immediately losing baseline reasoning/knowledge.
  • Transparent evaluation receipts: the model card documents the corpus size, gate metrics, HarmBench-style proxy run and the exact tensors restored, enabling reproducibility and scrutiny. — so what: supports forensic analysis and community validation rather than black-box claims.
Who it's for & trade-offs

Great fit if you want a locally runnable, research‑grade 27B checkpoint to study or iterate on refusal behavior, run red-team experiments, or deploy an offline model with adjustable quant trade-offs. Look elsewhere if you need an officially benchmarked leaderboard model (these are local harness results, not official submissions), strict commercial support, multimodal capabilities, or production-facing safety guarantees. The release explicitly warns that very short, high-trigger operational prompts can still elicit stock-style refusals and that system prompt/template choices materially change behavior.

Where it fits

This is best treated as a research and red-team artifact: it occupies the space between stock Qwen3.6 checkpoints and prompt-layer jailbreaks by providing a weight-space “boundary map” of residual refusal pockets. Use it for local evaluation, comparative ablation studies, and as a baseline when exploring more conservative or aggressive editing strategies.

More Items

Hugging Face
AI Model2026

Provides GGUF-quantized Inkling multimodal model weights for local image/audio-to-text and conversational inference. Includes quantization variants (example: 1-bit UD-IQ1_S), Apache-2.0 license, and compatibility with Unsloth Studio, vLLM and common inference stacks.

Hugging Face
AI Video2026

Generates a new camera viewpoint from a reference video: an IC‑LoRA adapter for LTX‑Video 2.3 that re‑renders the same scene from a requested discrete camera angle while preserving subject and content. Trained on synthetic multi‑view data, proof‑of‑concept with limited viewpoint range and best for small, chained angle shifts.

Hugging Face
AI Model2026

Runs a full 27B-class Qwen3.6-derived LLM in a ~7.2 GB ternary/2‑bit format for on-device or single‑GPU text generation, retaining ~95% of FP16 performance and supporting a 262K‑token context. Designed for laptop/GPU deployment; exceeds typical phone memory limits.