microsoft/mup
maximal update parametrization (µP) observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1765
- days_rel: n/a
- days_push: 777
- n_releases_24m: 0
Adoption not part of the score
1753 stars · 105 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
The `mup` Python package implements Maximal Update Parametrization (μP) for PyTorch models, enabling optimal hyperparameters to remain stable across model widths. It supports μTransfer: tuning hyperparameters on a small proxy model and zero-shot transferring them to much larger models.
Use cases
- tune hyperparameters on a small model and transfer them to a large transformer
- implement maximal update parametrization in PyTorch models
- reduce hyperparameter tuning cost for large neural networks
- run coord checks to verify parametrization correctness
- scale up MLPs or transformers without retuning learning rates
When to choose
- you are pretraining large transformers or other wide neural networks and want cheap hyperparameter tuning
- you want to reduce fragility when scaling models from exploration to production size
- you use PyTorch and can modify your model's readout layer and optimizers
When to avoid
- you train small models where hyperparameter tuning is already cheap
- you cannot modify your model architecture to use μP layers
- you use frameworks other than PyTorch
Facets
library · maturity stable
machine-learning deep-learning llm-training machine-learning deep-learning large-language-models python pytorch mup mutransfer hyperparameter-tuning transformers parametrization
7 sources
- readme: https://github.com/microsoft/mup · fetched 2026-08-28 · 25ddd2bb1d96
- homepage: https://arxiv.org/abs/2203.03466 · fetched 2026-08-29 · c9eae2e78bc3
- site_page: https://info.arxiv.org/about/donate.html · fetched 2026-08-29 · cca9c3a11c56
- site_page: https://info.arxiv.org/about/ourmembers.html · fetched 2026-08-29 · 47cbc55ff1de
- site_page: https://info.arxiv.org/about · fetched 2026-08-29 · a1f16f915a9a
- registry_pypi: https://pypi.org/pypi/mup/json · fetched 2026-08-29 · 18e1db92f4d5
- site_page: https://info.arxiv.org/labs/index.html · fetched 2026-08-29 · b14a8d05a0ec
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| microsoft/mup | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem