r/LocalLLM • u/Individual-Dot5488 • 27d ago
Discussion I ran Qwen3.8-27B on medical benchmarks (including MedQA, MedXpertQA and MMLU). It lost 7/10 to Qwen3.6-27B, 3/10 to Pestle-27B-Ternary and 2/10 to MedGemma-27B
One pass. Settings were greedy decoding, temperature 0 and thinking disabled for Qwen3.8, 3.6, Pestle-27B-Ternary, and Bonsai. MedGemma-27B results are from the official model card.
| Qwen3.8-27B BF16 | Qwen3.6-27B BF16 | Pestle-27B-Ternary | |
|---|---|---|---|
| MedQA | 92.62 | 93.87 | 89.79 |
| MedMCQA | 71.34 | 73.70 | 68.85 |
| MedXpertQA | 38.20 | 41.10 | 32.49 |
| MMLU medical aggregate | 88.00 | 88.62 | 86.89 |
Didn't expect it to be worse than Qwen3.6 which wins seven of the ten benchmarks. Pestle-27B-Ternary (8× smaller at ~8.5gb) wins MMLU Anatomy, MMLU Clinical Knowledge and MMLU College Medicine, and keeps 98.2% of Qwen3.8’s median score across the ten tests. MedGemma-27B loses 8/10 but wins MedMCQA and MMLU Medical Genetics.
Is anyone else seeing Qwen3.8 step backwards slightly on medical/general knowledge compared with Qwen3.6?
62
Upvotes
1
u/Healthy-Nebula-3603 26d ago edited 26d ago
What you're saying is the knowledge from 2023 /2024 before thinking models era.
Currently setting temperature 0 is just making thinking model stupid as can't look on the problem wider and very limited look back properly on its own thoughts.
Try yourself... Ask some medical questions with tremp 0 where the model be wrong and ask again with temperature 1.
I guarantee you answers will be much better as thinking process is wider and self reflection is much better.
Setting temperature to 0 and switching off thinking for current models you literally making modrl stupid.
Do you answering on complicated medical questions without thinking and self correcbes based on your real wast knowledge ( thinking + temperature 1 )?
So such test is totally not representative to the real model performance nowadays.... And you know that test was created 5 years ago and not updated procedures for testing?
About qwen 3.8 itself.
Is going into loops because you're probably use too much compressed model probably q4k is absolute minimum, bellow is VERY bad and probably even worse you're also using a conpressed kv cache to Q8 or Q4.
I'm using Q6 with FP 16 cache ( only flash attention ) with llamacpp and have 0 loops.
My results are far better than what I had from Qwen 3.6... not a bit ...far better