Views
No views yet
| pristine | Ektomē | |
|---|---|---|
| compliance (n=100, AdvBench) | 0.000 | 0.990 |
| MMLU-val (n=400, 0-shot loglik) | 0.8625 | 0.855 (dcap −0.0075, SE 0.017) |
| foreign / degen / instr | 0.000 / 0.000 / 0.400 | 0.000 / 0.000 / 0.400 |
| vision | yes | yes — verified by generation |
layer_frac=0.65, 128 residual-write matrices
(16 full-attention o_proj + 48 linear-attention out_proj + 64 MLP down_proj).Qwen/Qwen3.6-27B is
Qwen3_5ForConditionalGeneration — natively multimodal. The previous artefact was
Qwen3_5ForCausalLM with no vision_config: the loader tried AutoModelForCausalLM first
and fell back to multimodal classes only on an exception. For qwen3_5 that call does not
raise — it returns the text sub-model — so the fallback never fired and the tower was dropped
without a warning. The loader now selects the class from config.architectures up front.
Vision in this build is confirmed by asking the model to describe a synthetic image, not by
the presence of a config key.enable_thinking=False). Qwen3.6-27B is a thinking
model, and the two renderings end on different tokens, so the previous direction was estimated
at "about to think" while refusal was scored at "about to answer".-Q4_K_M.gguf in this repo is the OLD buildEktome-Qwen3.6-27B-PristinelyUncensored-Q4_K_M.gguf (16.55 GB) dates from 2026-07-02. It is
kept for continuity — it has real download history — but it is superseded on both counts
described above:-GGUF repo,
and take the mmproj-*.gguf with it.-NF4 —
bitsandbytes 4-bit, ~17 GB, vision retained, compliance 1.000, MMLU 0.853-GGUF —
Q4_K_M / IQ4_XS / Q3_K_M plus mmproj-*.gguf (required for vision)out_features
divisible by 64; Gated DeltaNet's linear_attn.in_proj_a / in_proj_b emit one scalar per
value head — 48 here. gptqmodel skips those layers during packing but still lists them in the
quantisation manifest, producing a checkpoint that loads uninitialised weights and fails with
CUBLAS_STATUS_INTERNAL_ERROR. Use NF4 or GGUF.o_proj, out_proj,
down_proj). Zero training, zero fine-tuning, zero distillation — the delta is a linear
weight edit derived from activations. A configuration ships only if compliance clears target
and capability holds (dcap ≥ −SE) and generation quality holds (no code-switching,
degeneration, or instruction-following loss).