weights-and-biases

Track ML experiments, log metrics, and manage model artifacts with WandB.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/Tnemo65/template --skill weights-and-biases-tnemo65
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weights-and-biases
Source: https://github.com/Tnemo65/template/tree/main/.cursor/skills/09-mlops/weights-and-biases
Command: npx skills add https://github.com/Tnemo65/template --skill weights-and-biases-tnemo65

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires wandb, and includes references (resource) components.

What problem does it solve?

Real-time ML experiment tracking, artifact management, and registry coordination to reduce fragmentation and improve reproducibility across teams.

Core Features & Use Cases

  • Real-time tracking of experiments with automatic metric logging and dashboards.
  • Hyperparameter sweeps support and a centralized model registry for versioning and lineage.
  • Collaborative workflows with traceable artifact references and cross-run comparisons.

Quick Start

Initialize a WandB run, log metrics and artifacts during training, and push models to the registry.

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 experiments and log metrics in real time?

Hyperparameter sweeps systematically explore parameter combinations across training runs, logging results to centralized dashboards. You can compare cross-run metrics and manage lineage through the model registry.

Can I use wandb for collaborative model registry management?

Yes, wandb requires only the wandb dependency to start logging metrics and artifacts. You initialize a run during training, log data automatically, and push models to the registry without complex setup.

What is the best way to manage model artifacts and lineage across teams?

Model registry management handles artifacts and lineage across teams. It provides versioning, traceable references, and real-time dashboards to reduce fragmentation and improve reproducibility for collaborative workflows.

Does wandb support hyperparameter sweeps for model evaluation?

Yes, wandb supports hyperparameter sweeps for model evaluation. You can run sweeps, log metrics automatically, and compare cross-run results using real-time dashboards and traceable artifact references.