You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pre-#2277 matrix rows for gpt-oss-family models (gpt-oss:20b, GPT-OSS-Cybersecurity-20B-Merged-heretic) were produced by requests whose content came back empty — the scores on those cells are null-field artifacts, not model behavior. #2277 fixes the serving shape, but it also means:
The new wire shape still differs mechanically from the Qwen family (grammar off, thinking channel on, wider anti-repetition window). It is recorded per-request in transcripts, but matrix footnotes should say so for these two tags.
What to do at the next operator benchmark window
Re-run sessions + revdeck (and ghidra/triage when Tier B evidence lands) for both family tags through the fixed harness.
Confirm no analysis-channel spirals remain at the rescue sampler settings; if one appears, widen repeat_last_n/repeat_penalty rather than touching prompts — prompts must stay byte-identical across families.
Annotate the matrix so pre-fix gpt-oss cells are visibly not baselines.
Partial verification already done live (homeserver ollama 0.32.13): grammar-ignored discovery, loop isolation to SESSION_SUFFIX MITRE rules, sampler-rescue JSON parse on case 1 through the real harness — see #2277 body. Full breadth was deferred because an unrelated GPU benchmark held the host.
Follow-up to #2233 (fixed by #2277).
Why this needs a line in the round bookkeeping
Pre-#2277 matrix rows for gpt-oss-family models (
gpt-oss:20b,GPT-OSS-Cybersecurity-20B-Merged-heretic) were produced by requests whosecontentcame back empty — the scores on those cells are null-field artifacts, not model behavior. #2277 fixes the serving shape, but it also means:What to do at the next operator benchmark window
repeat_last_n/repeat_penaltyrather than touching prompts — prompts must stay byte-identical across families.Partial verification already done live (homeserver ollama 0.32.13): grammar-ignored discovery, loop isolation to SESSION_SUFFIX MITRE rules, sampler-rescue JSON parse on case 1 through the real harness — see #2277 body. Full breadth was deferred because an unrelated GPU benchmark held the host.