# Eval results Raw output from the harness so the numbers in the model card can be checked rather than taken on trust. - `v3_base.json` / `v3_tuned.json`: the released model against its base, 120 generated cases, both bf16, identical serving settings. This is the pair the model card reports. - `v4_base.json` / `v4_tuned.json`: the later run that tried to fix the refusal rate by rebalancing the training data and made it worse. Kept because the negative result is the useful part. Reproduce with: python -m pat.cli run --url --model --generated 120 --gen-seed 1 --out out.json python -m pat.cli compare v3_base.json v3_tuned.json