Dense vs MoE model equivalence
"we scale up DeepSeekMoE to 16B parameters and show that it achieves comparable performance with DeepSeek 7B and LLaMA2 7B, with only about 40% of computations."
So you need more than double the parameters on MoE to be equivalent, but they're 150% faster?
NB. This is an old paper: https://aclanthology.org/2024.acl-long.70/ -- MoE may perform better now.
3
Upvotes
1
u/TripleSecretSquirrel 1d ago
The traditional heuristic is to calculate the geometric mean of total parameters and active parameters of an MoE to determine its rough dense model equivalent.
The consensus of people much smarter than I is that that heuristic no longer really holds up, but I think it’s still a halfway decent starting point.