Chinese strategy is open-source software part and earn on robotics part. And, They are already ahead of everyone in that game. These things are pretty interesting as they are developing. What US will do to retain its power? BTW I am Indian and we are not even in the race as country. :(
QwQ-32B: Embracing the Power of Reinforcement Learning
11–20 of 178 posts
Re: QwQ-32B: Embracing the Power of Reinforcement Learning
#12This is insane matching deepseek but 20x smaller?
Re: QwQ-32B: Embracing the Power of Reinforcement Learning
#13This is insane matching deepseek but 20x smaller?
Roughly the same number of active parameters as R1 is a mixture-of-experts model. Still extremely impressive, but not unbelievable.
Does each expert within R1 have 37B parameters? If so, is QwQ only truly competing against one expert in this particular benchmark?
Generally I don't think I follow how MOE "selects" a model during training or usage.
Re: QwQ-32B: Embracing the Power of Reinforcement Learning
#14Re: QwQ-32B: Embracing the Power of Reinforcement Learning
#15Available on ollama now as well.
Re: QwQ-32B: Embracing the Power of Reinforcement Learning
#16Available on ollama now as well.
i could not find it, where did you?
The actual name (via HF): https://huggingface.co/Qwen/QwQ-32B
Re: QwQ-32B: Embracing the Power of Reinforcement Learning
#17Earlier quoted context omitted.
Roughly the same number of active parameters as R1 is a mixture-of-experts model. Still extremely impressive, but not unbelievable.
I understand the principles of MOE, but clearly not enough to make full sense of this. Does each expert within R1 have 37B parameters? If so, is QwQ only truly competing against one expert in this particular benchmark? Generally I don't think I follow how MOE "selects" a model during training or usage.
Instead, the mixture of experts exists within individual layers. Suppose we want to have a big feed-forward layer that takes as input a 1024-element vector, has a hidden size of 8096, and an output size of 1024. We carve up that 8096 hidden layer into 8 1024-sized chunks (this does not have to be the same size as the input). Whenever an input arrives at this layer, a routing function determines which of those 1024-sized chunks should serve as the hidden layer. Every token within a single prompt/response can choose a different chunk when it is processed by this layer, and every layer can have a different routing decision. So if I have 100 layers, each of which has 8 experts, there are 8^100 possible different paths that an individual token could take through the network.
Re: QwQ-32B: Embracing the Power of Reinforcement Learning
#18Chinese strategy is open-source software part and earn on robotics part. And, They are already ahead of everyone in that game. These things are pretty interesting as they are developing. What US will do to retain its power? BTW I am Indian and we are not even in the race as country. :(
China’s strategy is to prevent any one bloc from achieving dominance and cutting off the others, while being the sole locus for the killer combination of industrial capacity + advanced research.
Re: QwQ-32B: Embracing the Power of Reinforcement Learning
#19Earlier quoted context omitted.
i could not find it, where did you?
Ollama's library butchers names, I believe its this: https://ollama.com/library/qwq The actual name (via HF): https://huggingface.co/Qwen/QwQ-32B
Re: QwQ-32B: Embracing the Power of Reinforcement Learning
#20Chinese strategy is open-source software part and earn on robotics part. And, They are already ahead of everyone in that game. These things are pretty interesting as they are developing. What US will do to retain its power? BTW I am Indian and we are not even in the race as country. :(
Unitree just open-sourced their robot designs: https://sc.mp/sr30f China’s strategy is to prevent any one bloc from achieving dominance and cutting off the others, while being the sole locus for the killer combination of industrial capacity + advanced research.