
MH
Michelle Horton
· 1 min read
EngineeringNVIDIA Technical Blog
Efficient MoE Training for Biological Foundation Models
As language models grow, scaling dense architectures becomes increasingly expensive. In a dense transformer, every token passes through every layer, so adding...
As language models grow, scaling dense architectures becomes increasingly expensive. In a dense transformer, every token passes through every layer, so adding capabilities increases computation for both training and inference. Mixture-of-experts (MoE) architectures take a different approach to scaling by using many subnetworks, or experts, while activating only a small subset for each token.
Source
Original source
This story was published by NVIDIA Technical Blog and written by Michelle Horton. SyncAI.news shows a preview; the complete article is on the publisher's site.
Read the full story on developer.nvidia.com


