W&B will eventually stop supporting W&B Model Registry. Users are encouraged to instead use W&B Registry for linking and sharing their model artifacts versions. W&B Registry broadens the capabilities of the legacy W&B Model Registry. For more information about W&B Registry, see the Registry docs.W&B will migrate existing model artifacts linked to the legacy Model Registry to the new W&B Registry in the near future. See Migrating from legacy Model Registry for information about the migration process.

- Bookmark your best model versions for each machine learning task.
- Automate downstream processes and model CI/CD.
- Move model versions through its ML lifecycle; from staging to production.
- Track a model’s lineage and audit the history of changes to production models.

How it works
Track and manage your staged models with a few simple steps.- Log a model version: In your training script, add a few lines of code to save the model files as an artifact to W&B.
- Compare performance: Check live charts to compare the metrics and sample predictions from model training and validation. Identify which model version performed the best.
- Link to registry: Bookmark the best model version by linking it to a registered model, either programmatically in Python or interactively in the W&B UI.
- Connect model transitions to CI/CD workflows: transition candidate models through workflow stages and automate downstream actions with webhooks.
How to get started
Depending on your use case, explore the following resources to get started with W&B Models:- Check out the two-part video series:
- Logging and registering models
- Consuming models and automating downstream processes in the Model Registry.
- Read the models walkthrough for a step-by-step outline of the W&B Python SDK commands you could use to create, track, and use a dataset artifact.
- Learn about:
- Protected models and access control.
- How to connect Registry to CI/CD processes.
- Set up Slack notifications when a new model version is linked to a registered model.
- Review What is an ML Model Registry? to learn how to integrate Model Registry into your ML workflow.
- Take the W&B Enterprise Model Management course and learn how to:
- Use the W&B Model Registry to manage and version your models, track lineage, and promote models through different lifecycle stages
- Automate your model management workflows using webhooks.
- See how the Model Registry integrates with external ML systems and tools in your model development lifecycle for model evaluation, monitoring, and deployment.