Converting a dense pretrained model into a 15.7B-total / 3.97B-active mixture-of-experts model with domain-specialized experts.
Design lockedRather than training a sparse MoE from scratch, we complete dense pretraining first, curate all 10 domain datasets simultaneously, then upcycle once — converting the dense base into a 10-expert MoE with Switch-Transformer-style load-balancing loss and weight perturbation for symmetry breaking.
A 9-file FSDP multi-GPU training system: config loading, GQA + QK-norm + SwiGLU MoE model definition, a swappable tokenizer adapter (kept modular given PU-Tok/Hyper-Token's evolving vocab size), async domain-routed data loading, an eval harness, and ZeRO-3 training with a WSD schedule, 8-bit AdamW, W&B logging, and profiling.
Dense pretraining and identity-alignment fine-tuning tooling are built; upcycling begins once dense pretraining and domain dataset curation are complete.
© 2026 Cybergeon Technologies. All numbers on this site are re-verified against real code before publishing.