Until there’s something better, I decided to start running and recording some basic evals on the models I can run locally so I can more easily compare them.
I’m starting with arc_challenge and mbpp. I wanted evals I can run completely within a container, although I might change my mind on this given how many newer benchmarks require the ability to spawn containers. I also wanted something where I can use a single framework (Inspect AI in this case) to run different evals without having to figure out each one individually.
My goal here is to be able to answer questions like:
- Is Gemma4 26b better or worse than Qwen3.5 35B?
- What impact does using
--quantization fp4 --kv-cache-dtype fp8have on accuracy? - Is Qwen3-Coder-Next better than Qwen3.5-X?
- Exactly what command/flags are required to get those specific scores I recorded?
- Is this AutoRound better than this NVFP4?
- Is this fine-tune from an anonymous egg avatar actually better or worse?
I’m recording my results (including the instructions/commands I used to collect them, and for every tested model, the commands and flags to run that model) here:
Ultimately it’d be nice for this data to live somewhere like spark-arena (and it sounds like that might be in the works?), but in the meantime I wanted to start collecting some numbers for my own comparisons.
Note: My plan is not to run all benchmarks for all models, just get a small but broad sample that can be used to get an approximate idea of the relative accuracy between models. I’m not concerned with speed at all here (those metrics are available on spark-arena).
Feedback (and other results) welcome!





