They are once again getting squeezed in the middle and this is even before Meta releases Llama 4.
QwQ-32B: Embracing the Power of Reinforcement Learning
41–50 of 178 posts
Re: QwQ-32B: Embracing the Power of Reinforcement Learning
#42Re: QwQ-32B: Embracing the Power of Reinforcement Learning
#43Available on ollama now as well.
Re: QwQ-32B: Embracing the Power of Reinforcement Learning
#4420x smaller than Deep Seek! How small can these go? What kind of hardware can run this?
Re: QwQ-32B: Embracing the Power of Reinforcement Learning
#45Note the massive context length (130k tokens). Also because it would be kinda pointless to generate a long CoT without enough context to contain it and the reply. EDIT: Here we are. My first prompt created a CoT so long that it catastrophically forgot the task (but I don't believe I was near 130k -- using ollama with fp16 model). I asked one of my test questions with a coding question totally unrelated to what it say…
Re: QwQ-32B: Embracing the Power of Reinforcement Learning
#46I guess I won’t be needing that 512GB M3 Ultra after all.
Re: QwQ-32B: Embracing the Power of Reinforcement Learning
#47Earlier quoted context omitted.
super impressive. we won't need that many GPUs in the future if we can have the performance of DeepSeek R1 with even less parameters. NVIDIA is in trouble. We are moving towards a world of very cheap compute: https://medium.com/thoughts-on-machine-learning/a-future-of-...
Have you heard of Jevons paradox? That says that whenever new tech is used to make something more efficient the tech is just upscaled to make the product quality higher. Same here. Deepseek has some algoritmic improvements that reduces resources for the same output quality. But increasig resources (which are available) will increase the quality. There will be always need for more compute. Nvidia is not in trouble. Th…
Re: QwQ-32B: Embracing the Power of Reinforcement Learning
#48Re: QwQ-32B: Embracing the Power of Reinforcement Learning
#49I love that emphasizing math learning and coding leads to general reasoning skills. Probably works the same in humans, too. 20x smaller than Deep Seek! How small can these go? What kind of hardware can run this?
Its only logical.
Re: QwQ-32B: Embracing the Power of Reinforcement Learning
#50Note the massive context length (130k tokens). Also because it would be kinda pointless to generate a long CoT without enough context to contain it and the reply. EDIT: Here we are. My first prompt created a CoT so long that it catastrophically forgot the task (but I don't believe I was near 130k -- using ollama with fp16 model). I asked one of my test questions with a coding question totally unrelated to what it say…
In my experiments of a couple mechanical engineering problems, it did fairly well in final answers, correctly solving mechanical engineering problems that even DeepSeek r1 (full size) and GPT 4o did wrong in my tests. However, the chain of thought was absurdly long, convoluted, circular, and all over the place. This also made it very slow, maybe 30x slower than comparably sized non-thinking models.
I used a num_ctx of 32768, top_k of 30, temperature of 0.6, and top_p of 0.95. These parameters (other than context length) were recommended by the developers on Hugging Face.