Chapter 082 / 4
Mixture-of-Experts Models
Implement a full sparse MoE FFN with capacity, token dropping, and gate-weighted combinati
Medium
Implement a full sparse MoE FFN with capacity, token dropping, and gate-weighted combination.
Target interface
class ExpertComplete the starter code in the editor. Any correct approach is accepted.
Hints0 / 2
Reference solution
Your own code stays in the editor.