60-82% accuracy swing on 4B model classification task: the only variable was harness design
Mirrored from r/LocalLLaMA for archival readability. Support the source by reading on the original site.
| I ran a pre-registered ablation on a classification task (Kubernetes issue → SIG triage) using a 4B model on a 6GB laptop GPU. Same frozen weights, same 250-issue gold corpus, same scorer across every run. The variable under test was harness design: rule placement, evidence order, turn structure, what survives between turns. Result: 22 points of accuracy, same model, same task. 60% at the worst harness, 82% at the best. "This model is bad at X" is often actually "my harness is bad at X." What moved accuracy:
The worst-designed harness paid for an extra stage and 250 tool calls and got nothing for it - landed right back at bare-model accuracy. Everything's public and archived - corpus, scorer, pre-registration, every run manifest. You can re-score the results without a GPU; you only need one to generate new predictions. Eval harness: https://github.com/TGPSKI/leather/blob/main/examples/14-sig-triage/eval/README.md [link] [comments] |
Discussion (0)
Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.
Sign in →No comments yet. Sign in and be the first to say something.