Y
Hacker News
new
|
ask
|
show
|
jobs
by
htrp
47 days ago
why 27b vs 35b? Is MoE that much worse for coding?
2 comments
amarshall
47 days ago
Can take the geometric mean of total and active parameters of MoE to get
approximate
equivalent quality to dense model params. So sqrt(35*10)≈18.7.
The trade-off of MoE is that it is worse but faster for the same total size.
link
electronsoup
47 days ago
Yeah MoE is a little worse for the same size, but you can often run bigger MoEs at respectable speeds even on cpu ram offload. The dense models really need to be 100% vram
link
The trade-off of MoE is that it is worse but faster for the same total size.