weights-and-biases

Track ML runs, hyperparameters, metrics, and artifacts via a consistent API.

2|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/AlexiosBluffMara/mercury --skill weights-and-biases-alexiosbluffmara
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: weights-and-biases
Source: https://github.com/AlexiosBluffMara/mercury/tree/main/skills/mlops/evaluation/weights-and-biases
Command: npx skills add https://github.com/AlexiosBluffMara/mercury --skill weights-and-biases-alexiosbluffmara

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Centralize ML experimentation by automatically logging runs, hyperparameters, metrics, and artifacts, enabling reproducibility and collaboration across teams.

Core Features & Use Cases

  • Automatic run logging of metrics, configs, and artifacts across experiments to streamline reproducibility.
  • Hyperparameter sweeps and cross-run comparisons for efficient model optimization and decision making.
  • Artifact management and model registry to share results, versions, and lineage with teammates.

Quick Start

Initialize a W&B run, configure your experiment, and start training to auto-log metrics and artifacts.

Frequently Asked Questions about weights-and-biases

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track ML experiment metrics and hyperparameters across multiple runs?▼

To track ML experiment metrics and hyperparameters, you can initialize a run to automatically log configurations, metrics, and artifacts. This centralizes experiment tracking and enables cross-run comparisons for reproducible model optimization.

What is the best way to run hyperparameter sweeps for model optimization?▼

Hyperparameter sweeps allow you to efficiently optimize models by automatically logging metrics across varied configurations. You can execute sweeps and compare cross-run results to streamline decision-making for large-scale training pipelines.

How does artifact versioning work for sharing ML models with a team?▼

Artifact versioning manages model registry entries and lineage by tracking artifacts across experiments. This enables teammates to share, version, and review results consistently through a unified API across common ML frameworks.

Can I use automatic metric logging for large-scale training pipelines?▼

Yes, automatic metric logging is suitable for both small experiments and large-scale training pipelines. It coordinates end-to-end ML experiments by tracking runs, hyperparameters, metrics, and artifacts without requiring manual intervention.

Do I need a specific ML framework to use this experiment tracking and registry API?▼

No, you do not need a specific framework. The API provides a consistent interface for automatic metric, config, and artifact logging across common ML frameworks, allowing you to coordinate end-to-end experiments seamlessly.

When should I use a model registry for ML experiment management?▼

You should use a model registry when you need to centralize ML experimentation, share artifact versions, and enable team collaboration. It tracks lineage and results, ensuring reproducibility across both small experiments and large-scale pipelines.