weights-and-biases

Track machine learning experiments and manage models with wandb.

Updated May 8, 2026
One-click install
npx skills add https://github.com/superfhp/lumi-agent --skill weights-and-biases-superfhp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weights-and-biases
Source: https://github.com/superfhp/lumi-agent/tree/main/skills/mlops/evaluation/weights-and-biases
Command: npx skills add https://github.com/superfhp/lumi-agent --skill weights-and-biases-superfhp

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps streamline the process of tracking machine learning experiments, managing models, and collaborating with team members.

Core Features & Use Cases

  • Experiment Tracking: Log experiments with automatic metric logging and visualize training in real-time dashboards.
  • Model Registry: Manage models with versioning and lineage.
  • Collaboration: Collaborate on ML projects with team workspaces and track artifacts.
  • Use Case: Suppose you are running multiple experiments to find the best hyperparameters for a model. This Skill allows you to log each experiment, compare results, and manage the models you have tried.

Quick Start

To log an experiment and visualize training, run the following command:

hermes model wandb run --project my-project --name "resnet50-experiment-1" --tags "baseline, resnet" --notes "First baseline run"

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 visualize training in real-time?

To track ML experiment metrics, use the wandb library to log runs and visualize training in real-time dashboards. You can execute a run command with specific project names, tags, and notes to log experiments automatically.

What is the best way to manage model versioning and lineage for machine learning projects?

Managing model versioning and lineage involves using the model registry to track artifacts and versions. This approach allows you to compare results across runs and organize the models you have tried in a centralized workspace.

Do I need the wandb library to log experiments and manage model versions?

Yes, you need the wandb library to log experiments and manage model versions. The Skill requires wandb as a dependency to automate metric logging, visualize training, and facilitate collaboration.

How does collaboration work for machine learning research and data science workflows?

Collaboration for ML research uses team workspaces to track artifacts and manage models together. It streamlines data science workflows by allowing multiple users to compare experiment runs and manage model lineage in shared environments.

Can I compare multiple runs to find the best hyperparameters for a model?

Yes, you can compare multiple runs to find the best hyperparameters by logging each experiment individually. The system allows you to visualize training results, compare metrics across runs, and manage the models you have tried.

How do I start logging my first machine learning experiment?

To start logging your first experiment, run the wandb command with your project name, run name, tags, and notes. This initializes the experiment tracking process and logs your metrics to a real-time dashboard.