Dataset Viewer
Auto-converted to Parquet Duplicate
text
stringlengths
0
112
Qwen3.8-27B-Abliterated-BF16.gguf
tensors: 866 total, 48 conv1d
conv1d stored as: F32
quantized types present elsewhere in the file: none -- this file is unquantized
-> every conv1d tensor is F32, untouched by quantization
Qwen3.8-27B-Abliterated-Q4_K_M.gguf
tensors: 866 total, 48 conv1d
conv1d stored as: F32
quantized types present elsewhere in the file: Q4_K, Q6_K
-> every conv1d tensor is F32, untouched by quantization
Qwen3.8-27B-Abliterated-Q5_K_M.gguf
tensors: 866 total, 48 conv1d
conv1d stored as: F32
quantized types present elsewhere in the file: Q5_K, Q6_K
-> every conv1d tensor is F32, untouched by quantization
Qwen3.8-27B-Abliterated-IQ4_XS.gguf
tensors: 866 total, 48 conv1d
conv1d stored as: F32
quantized types present elsewhere in the file: IQ4_XS, Q5_K, Q6_K
-> every conv1d tensor is F32, untouched by quantization
Qwen3.8-27B-Abliterated-SigScaleSync-Q4_K_M.gguf
tensors: 866 total, 48 conv1d
conv1d stored as: F32
quantized types present elsewhere in the file: Q4_K, Q6_K
-> every conv1d tensor is F32, untouched by quantization
conv1d tensors: 48
sigma: median=0.04309 min=0.02475 max=0.08273 max/median=1.920
shape: (10240, 1, 4)
layer sigma sigma/median |max| flag(>1.5x)
0 0.03365 0.781 0.5117
1 0.02475 0.574 0.4961
2 0.02641 0.613 0.3887
4 0.03031 0.703 0.9336
5 0.02761 0.641 0.4746
6 0.03068 0.712 0.5078
8 0.03119 0.724 0.4023
9 0.02872 0.667 0.4902
10 0.03018 0.700 0.8828
12 0.03323 0.771 0.5234
13 0.02936 0.681 0.4902
14 0.03144 0.730 0.6094
16 0.02892 0.671 0.6641
17 0.03384 0.785 0.5430
18 0.03573 0.829 0.4980
20 0.05008 1.162 0.6602
21 0.04339 1.007 0.6211
22 0.03432 0.797 0.6211
24 0.03495 0.811 0.5547
25 0.03974 0.922 0.4473
26 0.03654 0.848 0.6172
28 0.04669 1.084 0.7734
29 0.03943 0.915 0.5664
30 0.04212 0.978 0.6055
32 0.04653 1.080 0.9219
33 0.04872 1.131 0.8086
34 0.04597 1.067 0.6953
36 0.06388 1.483 0.6680
37 0.05719 1.327 0.6445
38 0.04279 0.993 0.6562
40 0.04910 1.139 0.6523
41 0.04446 1.032 0.6211
42 0.03981 0.924 0.6289
44 0.05124 1.189 0.7109
45 0.04231 0.982 0.7344
46 0.04641 1.077 0.6797
48 0.04851 1.126 0.8750
49 0.05585 1.296 0.7656
50 0.05410 1.256 0.6758
52 0.07994 1.855 0.8711 *** OUTLIER
53 0.07863 1.825 0.6328 *** OUTLIER
54 0.06284 1.458 0.5430
56 0.07793 1.808 0.7422 *** OUTLIER
57 0.07673 1.781 0.6523 *** OUTLIER
58 0.07098 1.647 0.6211 *** OUTLIER
60 0.08273 1.920 0.7461 *** OUTLIER
61 0.06426 1.491 0.6289
62 0.07307 1.696 0.6367 *** OUTLIER
============================================================
發現 7 個離群層(σ > 1.5×median):
layer 52: σ=0.07994 (1.86×), 建議 α=0.5390
layer 53: σ=0.07863 (1.82×), 建議 α=0.5480
layer 56: σ=0.07793 (1.81×), 建議 α=0.5530
layer 57: σ=0.07673 (1.78×), 建議 α=0.5616
layer 58: σ=0.07098 (1.65×), 建議 α=0.6071
layer 60: σ=0.08273 (1.92×), 建議 α=0.5208
layer 62: σ=0.07307 (1.70×), 建議 α=0.5897
1b71aedb777e933509375357b9e5b1339beb3cea2b09ad3d0b27952ed918b5c0 Qwen3.8-27B-Abliterated-BF16.gguf
085c8d0de8fd87022f044424479be28207e2e31287fa3edf385bc03e578a2c96 Qwen3.8-27B-Abliterated-SigScaleSync-BF16.gguf

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

The conv1d sigma outliers in Qwen3.8-27B are real. The quantization story attached to them is not — and the rescale variant I tested cost perplexity while fixing nothing measurable.

Scope revision (2026-08-24). An earlier version of this README said the rescale was applied "exactly as published" and that the mechanism "cannot work". Both were too strong. What I tested is a 7-tensor median-normalization variant (σ > 1.5× median → α = median/σ); the intervention actually published for Qwen3.8-27B targets 8 layers (including layer 61) with author-specific per-layer α values that do not equal median/σ under my σ measurements. And llama.cpp's F32 exclusion rules out direct quantization of the conv1d weights as a mechanism in these files — it does not rule out effects already present in unquantized weights, which is exactly what the pre-registered A/B below was designed to measure. The data tables are unchanged; the claims around them are narrowed.

In August 2026 a patch called Sig-ScaleSync circulated for Qwen3.5/3.6/3.8-class models. Its claim: a handful of linear_attn.conv1d tensors carry an abnormally wide weight distribution, this gets worse under quantization, and the result is model collapse in long multi-turn sessions — looping, incoherence, tool calls breaking around 100K tokens. The remedy: rescale any conv1d tensor whose sigma exceeds 1.5× the median by alpha = median / sigma.

This repository is what happened when I checked it against my own weights instead of applying it. Everything here is a script you can run and the output it produced.

1. The premise is correct

check_conv1d.py computes sigma for all 48 linear_attn.conv1d.weight tensors in Qwen3.8-27B. Median sigma is 0.04309, and seven blocks exceed 1.5× median — layers 52, 53, 56, 57, 58, 60 and 62, ranging from 1.65× to 1.92×. Layers 54 and 61 sit just under the line at 1.46× and 1.49×. This closely matches the list published for Qwen3.6-27B, and it is inherited from the base model: abliteration never touches conv1d.

Full table in CONV1D_SIGMA.txt.

python check_conv1d.py /path/to/Qwen3.8-27B      # needs torch + safetensors

So the pattern the patch is named after exists. That is where agreement ends.

2. Direct quantization of these tensors cannot be the mechanism — llama.cpp never quantizes them

The patch's causal story requires quantization noise to interact with the conv1d weights. It cannot, because llama.cpp excludes them from quantization outright. In llama-quant.cpp:

// do not quantize Mamba/Kimi's small conv1d weights
quantize &= name.find("ssm_conv1d") == std::string::npos;

and gguf-py/gguf/tensor_mapping.py maps this architecture's linear_attn.conv1d onto exactly that ssm_conv1d name.

Rather than trust the source, gguf_conv1d_dtypes.py reads the tensor-info table straight out of the shipped GGUF files. Across BF16, Q4_K_M, Q5_K_M and IQ4_XS, all 48 conv1d tensors are stored as F32 while the rest of the file is Q4_K/Q5_K/Q6_K/IQ4_XS. Output in CONV1D_DTYPES.txt.

python gguf_conv1d_dtypes.py model.gguf          # header-only, no dependencies

The allegedly quantization-damaged tensors are already at full precision in every file I ship.

3. Applying the patch costs perplexity and buys nothing measurable

I built a median-normalization variant of the patch (σ > 1.5× median → α = median/σ, which selects 7 tensors; the published Qwen3.8 intervention targets 8 layers with different per-layer α) — byte-verified as the only change — and compared both at Q4_K_M on held-out wikitext:

context unmodified Sig-ScaleSync delta
4K 5.9492 6.0717 +0.123
16K 6.1726 6.2929 +0.120
32K 6.1957 6.3174 +0.122
64K 6.2113 6.3305 +0.119
128K 6.1393 6.2538 +0.115
256K 6.0531 6.1623 +0.109

The penalty is real, and more tellingly it is flat. A defect that damages long context should show a widening gap as context grows. It doesn't move from 4K to 256K — the signature of slightly detuned trained weights, not of a masked instability.

Needle-in-a-haystack retrieval was clean for both builds out to 823,868 real prompt tokens. A 90-turn dialogue with KV reuse (132K tokens, recall probes every 6th turn) completed 90/90 with 15/15 probes correct, minimum distinct-5-gram ratio 1.000, on both builds. Three different methods, no reproduction of the reported failure.

4. The steelman, and the experiment that was never triggered

There is a version of the concern worth taking seriously, and it is not about quantization. In this architecture Q and K pass through normalization after the convolution, so conv scale there largely cancels — but V does not, and the recurrent state S is not re-normalized between tokens. Oversized V-writes into near-1-decay heads saturating the state is a genuine failure class for linear RNNs.

That is a measurable prediction, so I built a pre-registered A/B to measure it, published the design before running it, and offered to run it on my hardware:

  • BF16 unmodified vs BF16 Sig-ScaleSync, same engine commit, same host, speculative decoding off
  • the sampler the reporter specified (temp 1.15, top-p 1.0, top-k 0, min-p 0.06, rep-pen 1.05) plus a control
  • 10 paired seeds × 141 scripted user turns (one setup + 140 test turns, ~200K tokens): persona role-play, nested checkable reasoning, high-entropy symbol blocks, recall probes spread across the context
  • instrumented at the mechanism: per-chunk Frobenius norm of the DeltaNet state S for the 7 outlier layers against mid-stack controls, by teacher-forced replay of every transcript. If the theory holds, state norms diverge before the text degrades.
  • collapse criteria fixed in advance, including character-level n-gram checks so CJK loops count, and infrastructure failures separated from model failures so a 503 can never be scored as a collapse

The design is in PREREG.md; the harness is ab_gen_turns.py, ab_driver.py, ab_replay_norms.py, ab_server.sh, ab_orchestrate.sh, with the frozen scripted-turns file turns.jsonl (141 records: one setup + 140 test turns; sha256 begins 61bf02ca — PREREG.md's "140" counts the test turns) and build hashes in gguf_hashes.txt.

The full 40-session matrix was never run. It was conditioned on receiving a session or script that reproduces the failure, and none was ever provided. The harness passed its smoke test and is published here unrun, so that anyone who does have a reproduction can execute a design that was fixed before anybody saw the outcome. Publishing it unrun is the point: a test you can only run after you know the answer is not evidence.

What I am not claiming

That the patch is harmful to every model — I measured this model, at these quant levels, on these tasks. That no long-context failure exists in Qwen3.8-27B — I could not reproduce one across three methods, which is not the same as proving absence. That sigma outliers are meaningless — they are observably there, and the steelman above may yet be right about V-path saturation under sampling regimes I did not reach.

What I am claiming is narrower and checkable: quantization does not touch these tensors in these files, so direct quantization of them cannot be the mechanism there; and the median-normalization variant I tested worsened perplexity at every context length while improving no other measured outcome — completion, recall, repetition and needle retrieval were identical between the two builds. Whether the published 8-layer per-layer-α intervention behaves differently is untested here; the harness in this repo is how you'd find out.

Downloads last month
110