Y0us/Medina-Qwen3.5-27B-OpenClaw-Uncensored-GGUF
056
Medina-Qwen3.5-27B-OpenClaw-uncensored — GGUF
GGUF quantizations of `Y0us/Medina-Qwen3.5-27B-OpenClaw-uncensored`, an abliterated variant of `peterjohannmedina/Medina-Qwen3.5-27B-OpenClaw`.
For full methodology and evaluation details, see the main model card.
GGUF Downloads
Abliteration Summary
Evaluation
Numbers below are from the Q4_K_M build in this repo. All runs used llama.cpp with --parallel 1 --cache-reuse 0, temperature=0.0, greedy decoding.
Refusal rate (`mlabonne/harmful_behaviors`, N=50)
Capability preservation
MMLU and GSM8K run 0-shot in generation mode (CoT + Answer: X). Overall MMLU and GSM8K are identical (132/150 and 49/50).
Usage with llama.cpp
./llama-server \
-m Medina-Qwen3.5-27B-OpenClaw-uncensored-Q4_K_M.gguf \
--port 8080 --host 127.0.0.1 \
-c 8192 -ngl 999 \
--chat-template chatml \
--parallel 1 \
--cache-reuse 0Important flags for this architecture:
--parallel 1— the base uses hybrid GatedDeltaNet + attention; parallel slots thrash the cache.--cache-reuse 0— KV cache cannot currently be reused across turns for this architecture underllama.cpp.
See llama.cpp PR #13194 for background.
Usage with Ollama
# Direct from this repo (after quantization is hosted)
ollama run hf.co/Y0us/Medina-Qwen3.5-27B-OpenClaw-uncensored-GGUF:Q4_K_MKnown Limitations
- Hybrid architecture prevents KV-cache reuse across turns under current
llama.cpp— every prompt is fully re-processed (runtime limitation, not a weight issue). - Refusal benchmark (N=50) is a sanity check, not an exhaustive safety audit.
- Professional Law shows a −6.67 point drop on MMLU (N=30).
License
Apache 2.0 — same as the base model.
