← back to catalog · registered 2026-09-14 11:56

SOMEHOTMEAL/Qwen3.5-9B-Janus-Abliterated-V2-GGUF

SOMEHOTMEAL Qwen 9B GGUF
Abliteration classifier · v1.0.0
M5
Primary method

Mergekit merge

Applied on top of direct removal inherited from the base model.
Confidence
MEDIUM
Inherited from base model
Why this label 3 signals
Method inferred from partial signals — repository name, related files, or tag patterns. Producer identity not confirmed; label may sharpen or shift as we gather more evidence.
  • merge tag / mergekit / dare-ties in tags or name
  • no unusual architecture pattern (regular merge)
  • abliterated marker present
Refusal direction extraction

No specific extraction method could be identified for this model. The producer either did not document it or used a proprietary pipeline.

What is a refusal direction? →
Downloads · 30-day
325
Likes
1
Model age
1d ago
created 2026-09-13

Genealogy 0 direct forks

Full fork graph →

This model's place in the market. Above: what it was derived from. Below: the tree of everything derived from it.

Variants by this author 2 formats · 325 downloads combined

The same weights this author released in different packaging. Pick the format that matches your runtime.

Metadata

License
apache-2.0
Languages
en
Quantizations
Q4_K
Tags
transformers gguf Qwen3.5 janus abliterated merge roleplay uncensored not-for-all-audiences text-generation en base_model:Qwen/Qwen3.5-9B

Related

Total size
41.2 GB
Files
7
Quantizations
2
Registered
2026-09-14 11:56
Last updated on HF
2026-09-14 11:43

Files by quantization

Q4_K 1 file 5.24 GB
Qwen3.5-9B-Janus-Abliterated-V2-Q4_K_M-GGUF.gguf 5.24 GB 8b57b07c download
Auxiliary files 6 files 36.0 GB
Qwen3.5-9B-Janus-Abliterated-V2-f16-GGUF.gguf 16.7 GB 4fdc4cbb download
Qwen3.5-9B-Janus-Abliterated-V2-Q8_0-GGUF.gguf 8.87 GB c200948a download
Qwen3.5-9B-Janus-Abliterated-V2-Q6_K-GGUF.gguf 6.85 GB e3516f27 download
Qwen3.5-9B-Janus-Abliterated-V2-Q2_K-GGUF.gguf 3.56 GB 2105fad5 download
README.md 3.70 KB d57f7a5a download
.gitattributes 1.94 KB dedc6a00 download

README current version from Hugging Face


license: apache-2.0
library_name: transformers
base_model: Qwen/Qwen3.5-9B
tags:

  • Qwen3.5
  • janus
  • abliterated
  • merge
  • roleplay
  • uncensored
  • gguf
  • not-for-all-audiences
    language:
  • en
    pipeline_tag: text-generation
    quantized_by: SOMEHOTMEAL

Qwen3.5-9B-Janus-Abliterated-V2

Base model intelligence. Abliterated freedom. One balanced merge.

🧬 What is "Janus"?

Janus is my personal merging recipe that blends a base model with its abliterated counterpart in a controlled ratio:

Component Ratio Purpose
Base ~40% Reasoning, instruction-following, world knowledge
Abliterated ~60% Reduced refusal behavior, fewer moralizing interjections

The goal is the two-faced balance of the Roman god Janus: keeps a solid core of the base model's reasoning while the abliterated half loosens refusal vectors. Unlike pure abliterations — which often degrade reasoning — this ratio is tuned to keep coherence intact on logic/math tasks while still producing long-form creative and mature content without excessive hedging.

⚠️ This is a merge, not a finetune. No additional training data was used.

📦 Files / Quantization

  • Format: GGUF
  • Provided quants: F16, Q8_0, Q6_K, Q4_K_M, Q2_K
  • Recommended for most users: Q4_K_M (best quality/size tradeoff on 12GB+ VRAM)

🎯 Intended Use

  • Creative writing, fiction, and long-form narrative
  • Roleplay (including mature/NSFW scenarios for users 18+)
  • Uncensored brainstorming and research assistance
  • General chat with fewer refusals on benign-but-edgy prompts

Not intended for: safety-critical deployments, automated decisioning, or anything requiring a guaranteed aligned refusal layer.

🛠️ Recipe

Merge configuration (click to expand)
merge_method: slerp
base_model: &model_a Qwen/Qwen3.5-9B   # Notice the & anchor trick!

slices:
  - sources:
      - model: *model_a                          # Automatically matches base_model
        layer_range: [0, 32]                    # Safely covers all layers (8B up to 70B)
      - model: huihui-ai/Huihui-Qwen3.5-9B-abliterated
        layer_range: [0, 32]
        # Only uncomment the 2 lines below if pulling from a Janus/VL model:
        # rename:
        #   - ["text_model.model.", "model."]
        #   - ["text_model.", ""]

parameters:
  t: 0.60                                        # 60% Model B, 40% Model A
dtype: bfloat16
tokenizer_source: base

🧪 Custom Benchmark

I don't publish MMLU / HellaSwag scores for a merge — those aren't what this model is for.

How to Run

(may not be valid as I don't test them that way and use actual deployment via KoboldCPP)

llama-cli -m Qwen3.5-9B-Janus-Abliterated-V2-Q4_K_M-GGUF.gguf -p "Hello" --chat-template chatml

⚠️ Limitations & Warnings

  • Merge artifacts: some quants may occasionally produce degraded outputs on edge-case math or very long contexts.
  • Reduced safety layer: the abliteration component intentionally lowers refusal behavior. Users are responsible for how they use the model.
  • No new knowledge: knowledge cutoff and factual accuracy inherit from the base.
  • Not affiliated with Qwen / Alibaba. Original licenses of the source models apply.

🙏 Credits

  • Qwen/Qwen3.5-9B — base model
  • huihui-ai/Huihui-Qwen3.5-9B-abliterated — abliterated variant
  • Merge + Janus recipe + GGUF conversion: SOMEHOTMEAL

📜 License

Apache 2.0, inherited from the base Qwen model. Abliterated sources under their respective licenses.

Catalog is the map. Apps are the tools.

Run models on your own machine, not in the cloud.

Every model page has an "Open in app" button that hands off directly to a local runtime of your choice - Infrahuman, LM Studio, or Ollama. No API keys, no subscription, no prompt leakage.