Qwen3 is substantially better in my local testing. As in, adheres to the prompt better (pretty much exactly for the 32B parameter variant, very impressive) and is more organic sounding. In simplebench gpt-oss (120 bn) flopped hard so it doesn't appear particularly good at logical puzzles either. So presumably, this comes down to... - training technique or data - dimension - lower number of large experts vs higher num…
GPT-OSS vs. Qwen3 and a detailed look how things evolved since GPT-2
31–40 of 99 posts
Re: GPT-OSS vs. Qwen3 and a detailed look how things evolved since GPT-2
#32In my tests, GPT-OSS-120B Q8 was close to DeepSeek R1 671B Q16 in solving graduate-level math but much faster with way fewer thinking tokens.
Re: GPT-OSS vs. Qwen3 and a detailed look how things evolved since GPT-2
#33From my experience, qwen3-coder is way better. I only have gpt-oss:20b installed to make a few more tests but I give it a program to make a summary of what it does and qwen3 just works in a few seconds, while gpt-oss was cancelled after 5 minuts... doing nothing. So I just use qwen3. Fast and great ouput. If for some reason I don't get what I need, I might use search engines or Perplexity. I have a 10GB 3080 and Ryze…
Qwen3 coder 480B is quite good and on par with Sonnet 4. It’s the first time I realized the Chinese models are probably going to eclipse US-based models pretty soon, at least for coding.
Re: GPT-OSS vs. Qwen3 and a detailed look how things evolved since GPT-2
#34Tencent's hunyuan-turbos, another hybrid, is currently ranked at 22. https://arxiv.org/abs/2505.15431
Re: GPT-OSS vs. Qwen3 and a detailed look how things evolved since GPT-2
#35Earlier quoted context omitted.
FWIW, I asked gpt-oss-120b this question 10 times and the answer was always "sauce", "sane" or "sale". I also tried different temperatures (from 0 to 1), which did not seem to have an effect on the correctness of the answer. EDIT: I now have also questioned the smaller gpt-oss-20b (free) 10 times via OpenRouter (default settings, provider was AtlasCloud) and the answers were: sage, sane, sane, space, sane, sane, sane…
GP asked the model to _create_ a riddle, not solve a given one.
Re: GPT-OSS vs. Qwen3 and a detailed look how things evolved since GPT-2
#36Re: GPT-OSS vs. Qwen3 and a detailed look how things evolved since GPT-2
#37One question I was wondering about regarding the open models released by big labs is how much more the could improve with additional training. GPT-OSS has 2.1m hours of training, how much score improvements could we see at double that?
Re: GPT-OSS vs. Qwen3 and a detailed look how things evolved since GPT-2
#38Wait, is this true? That seems like a wild statement to make, relatively unsubstantiated?
Re: GPT-OSS vs. Qwen3 and a detailed look how things evolved since GPT-2
#39> This is likely because LLMs are typically trained for only a single epoch over massive datasets, which is in contrast to the multi-hundred-epoch training regimes for which dropout was first introduced. Wait, is this true? That seems like a wild statement to make, relatively unsubstantiated?
Re: GPT-OSS vs. Qwen3 and a detailed look how things evolved since GPT-2
#40tldr; I'll save you a lot of time trying things out for yourself. If you are on a >=32 GB Mac download LMStudio and then the `qwen3-coder-30b-a3b-instruct-mlx@5bit` model. It uses ~20 GB of RAM so a 32GB machine is plenty. Set it up with opencode [1] and you're off to the races! It has great tool calling ability. The tool calling ability of gpt-oss doesn't even come close in my observations.