Is there a comparison between Qwen3.5-0.8B and Qwen3-0.6B?

#6
by sssssp - opened

Is there a comparison between Qwen3.5-0.8B and Qwen3-0.6B?

deleted

Hello @sssssp

Qwen3-0.6B's benchmarks can be found in Qwen3's technical report, however, only for the base model.
You get an idea on the performance improvement, you can compare the base-model's performance (Qwen3-0.6B) with the instruct-model's performance (Qwen3.5-0.8B, non-thinking):

Benchmark Qwen3-0.6B-Base Qwen3.5-0.8B (non-thinking) Benchmark Measures (simplified)
MMLU-Pro 24.74 29.7 ๐Ÿฅ‡ reasoning, problem-solving, knowledge
MMLU-Redux 51.26 ๐Ÿฅ‡ 48.5 accuracy, reliability
SuperGPQA 15.03 16.9 ๐Ÿฅ‡ knowledge, reasoning

It should be noted that, naturally, with thinking enabled, both models will perform notably better at the cost of more compute.
Overall, Qwen3.5-0.8B outperforms Qwen3-0.6B, but that's about all I could find for official benchmarks.

Have a great day.

Sign up or log in to comment