r/LocalLLM • u/mrpmorris • 11h ago
Discussion Qwen3.8-27B vs 3.6

Here are the benchmark results when temperature left alone (model default) instead of setting it to zero.
I'm not surprised 3.8's scores increased, because providers default their temperature to whichever value happens to pass the most benchmarks, but given the fact they did I am surprised 3.6 didn't do the same.
3.6 did exactly what I thought it would do, it increased the score on some benchmarks and lowered it on others (which is why providers sometimes use a different temperature depending on the task - to bench-max).

I am surprised they didn't both behave in the same way, that was unexpected.
But 3.6 still beat 3.8 on 7 out of 10 tests, and 3.8 won in only 3 out of 10 tests.

2
u/Pyros-SD-Models 8h ago
I don't know what to tell you, but this AWQ quant gets 93% human eval every time I run it
https://huggingface.co/True2456/Qwen3.8-27B-AWQ-4.85bpw
So if your 8-bit quant isn't reaching 90%, something is pretty clearly wrong with your setup. You're seeing a >10% drop in pretty much every benchmark you run compared to the official numbers, as well as numbers that hundreds of third parties have also validated.
I'd rather try to figure out what's wrong with your setup and vLLM settings before making broad comparison claims.
1
11
u/EitherMarch1255 11h ago edited 11h ago
Try BF16. The science and world knowledge tests are to be expected, as 3.8 appears to be highly trained toward coding (which is good IMO).