GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

yethdev/qwen3.5-2b-manumit-v2-GGUF overview

license: mit base model: yethdev/qwen3.5 2b manumit v2 pipeline tag: text generation library name: gguf tags: abliterated gguf Qwen3.5 2B, manumit v2, GGUF GGU…

ggufabliteratedtext-generationbase_model:yethdev/qwen3.5-2b-manumit-v2base_model:quantized:yethdev/qwen3.5-2b-manumit-v2license:mitendpoints_compatibleregion:us

Runs locally from ~1.19 GB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline
text-generation
Author

Repository Files & Downloads

3 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
qwen3.5-2b-manumit-v2-Q4_K_M.ggufGGUFQ4_K_M1.19 GBDownload
qwen3.5-2b-manumit-v2-Q5_K_M.ggufGGUFQ5_K_M1.31 GBDownload
qwen3.5-2b-manumit-v2-Q8_0.ggufGGUFQ8_01.87 GBDownload

Model Details

Model IDyethdev/qwen3.5-2b-manumit-v2-GGUF
Authoryethdev
Pipelinetext-generation
Licensemit
Base modelyethdev/qwen3.5-2b-manumit-v2
Last modified2026-09-06T01:24:57.000Z

Model README

---

license: mit

base_model: yethdev/qwen3.5-2b-manumit-v2

pipeline_tag: text-generation

library_name: gguf

tags:

  • abliterated
  • gguf

---

Qwen3.5-2B, manumit v2, GGUF

GGUF builds of qwen3.5-2b-manumit-v2 for llama.cpp, Ollama, LM Studio, and anything else that reads GGUF. Same weights as the safetensors release, just quantized so they run on CPU or a small GPU.

manumit finds the directions in the residual stream that carry refusal and projects them out of the weights, then heals the model back on ordinary data so the ablation does not cost you the model. The full method and the measurement setup are on the main model card.

The multi-token-prediction head is not in these files. It only ever fed self-speculative decoding, and the release weights ship without it, so nothing is lost for normal generation.

Files

| file | quant | size | pick this if |

|---|---|---|---|

| qwen3.5-2b-manumit-v2-Q4_K_M.gguf | Q4_K_M | 1.3 GB | smallest, runs almost anywhere |

| qwen3.5-2b-manumit-v2-Q5_K_M.gguf | Q5_K_M | 1.4 GB | a bit larger, a bit closer to full precision |

| qwen3.5-2b-manumit-v2-Q8_0.gguf | Q8_0 | 2.0 GB | closest to the original weights |

If you are not sure, take Q4_K_M. Move up to Q5_K_M or Q8_0 if you have the memory and want the last bit of quality.

Numbers

Refusal is the keyword refusal rate on held-out harmful prompts, AdvBench-test and JailbreakBench. Ability is MMLU-Pro at n=500, base measured the same way.

| | this model | base |

|---|---|---|

| AdvBench refusal | 0.0% | high |

| JailbreakBench refusal | 0.0% | high |

| MMLU-Pro | 23.8% | 17.0% |

Refusal is essentially gone and MMLU-Pro landed at or above the base. That is the result worth having.

Run it

llama.cpp:

llama-cli -m qwen3.5-2b-manumit-v2-Q4_K_M.gguf -p "Your prompt here"

Ollama:

ollama run hf.co/yethdev/qwen3.5-2b-manumit-v2-GGUF:Q4_K_M

Stated plainly

There is no safety layer left and no guard model watching the output. Whatever you generate is yours to answer for, and you still have to follow the law and the base model's terms. manumit takes the refusal behaviour out, it does not put anything back.

License

The license is in LICENSE.md. The base model is Qwen/Qwen3.5-2B and keeps its own terms. If you fork or reshare this, keep the manumit credit.

Run yethdev/qwen3.5-2b-manumit-v2-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models