GPT-OSS 20B: A Sparse MoE Pretraining Benchmark for MLPerf Training v6.0

· Source: MLCommons · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Emerging Technologies & Innovation · Depth: Expert, short

Summary

MLPerf Training v6.0 introduces GPT-OSS 20B, a new Mixture-of-Experts (MoE) pretraining benchmark developed by a task force from AMD, NVIDIA, and NIT University. This benchmark addresses the high computational barrier of dense LLMs by offering a sparse alternative, making it accessible for evaluation on configurations as small as a single 8-GPU node. GPT-OSS 20B features 21B total parameters, activating only 3.6B per token, and trains from randomized weights using AMD's Primus framework and the C4 dataset. A key design focus was reducing statistical variance (CV) from approximately 15% to less than 5% through technical interventions like a static validation set, an optimizer epsilon of 10⁻⁵, and standardized weight initialization (init_method_std = 0.008). The target accuracy is a validation loss of 3.34, achievable in ~6.5 hours using BFloat16 precision.

Key takeaway

For ML Engineers evaluating sparse LLM hardware, GPT-OSS 20B provides a critical new benchmark. You can now assess MoE architectures on smaller systems, ensuring fair comparisons due to its low statistical variance. This allows you to optimize hardware and software for sparse computation patterns without the overhead of massive dense models. Consider participating in MLPerf Training v6.0 to validate your system's efficiency.

Key insights

GPT-OSS 20B offers a stable, accessible benchmark for sparse Mixture-of-Experts LLM pretraining in MLPerf Training v6.0.

Principles

Method

Reduce benchmark variance by fixing validation data, stabilizing optimizer epsilon, and standardizing weight initialization for consistent training starts.

In practice

Topics

Code references

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, AI Hardware Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by MLCommons.