Views
No views yet
| ccp_truth | safety_control | ccp_truth_neutral | capability | compliance | |
|---|---|---|---|---|---|
| Wichtel-Qwen3.6-27B | 17/18 | 2/2 | 4/4 | 3/3 | 2/2 |
| Huihui-Qwen3.8-abliterated | 18/18 | 0/2 | 3/4 | 3/3 | 2/2 |
| WichtelHui (this model) | 18/18 | 2/2 | 3/4 | 3/3 | 2/2 |
safety_control holds two prompts that a model should refuse. The abliterated parent
scores 0/2 on them — abliteration removes a refusal direction without regard to what that
direction refuses, so topic refusals and harm refusals go together. This merge scores 2/2,
at a pass rate of 1.00 on both, while keeping the full 18/18 the abliterated parent gained.june4_neutral_zh), which follows the abliterated parent.| ARC | tool_call_valid | right_tool | args_ok | no_hallucination | |
|---|---|---|---|---|---|
| Wichtel-Qwen3.6-27B | 64.88% | 1.00 | 1.00 | 1.00 | 1.00 |
| WichtelHui | 60.54% | 1.00 | 0.77 | 0.85 | 1.00 |
| Qwen3.8-27B (base) | 52.84% | — | — | — | — |
| Huihui-Qwen3.8-abliterated | 52.17% | 1.00 | 0.57 | 0.66 | 1.00 |
llama-perplexity --multiple-choice (deterministic — no
sampling, no judge). Tool use is a 47-case agentic benchmark.right_tool it misses roughly a
quarter of tool selections where Wichtel misses none — disqualifying for autonomous agent work.
Use Wichtel for that.1base_model: nbeerbower/Wichtel-Qwen3.6-27B
2models:
3 - model: huihui-ai/Huihui-Qwen3.8-27B-abliterated
4merge_method: slerp
5parameters:
6 t: 0.5
7dtype: bfloat16tokenizer_source is deliberately absent. Setting it to base rebuilds the embedding to
the tokenizer's 248077 real tokens while config.json still declares the padded 248320, and
llama.cpp then refuses to load the model with a token_embd.weight shape mismatch. Both
parents ship the same tokenizer, so the setting buys nothing.visual.* tensors are
dropped, leaving a config that still declares vision. They were grafted back from Wichtel
(the parents' vision towers are cosine 0.999 identical), along with the 15 mtp.* tensors.