weights-and-biases

Track ML experiments and log metrics with Weights & Biases.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Weights & Biases (W&B) provides a unified platform to track ML experiments, log metrics automatically, visualize runs in real time, and manage artifacts and model lineage across projects, reducing manual tracking overhead.

Core Features & Use Cases

  • Automatic experiment logging and real-time dashboards for easy comparison of runs
  • Hyperparameter sweeps and automated experimentation to find better configurations
  • Artifacts, datasets, and model registry with lineage tracking to enable governance and collaboration
  • Integrations with popular ML frameworks (e.g., PyTorch, TensorFlow) and team-workspace collaboration

Quick Start

Start a wandb run and log metrics during training to enable real-time visualization and reproducible experiments

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 automatically during model training?▼

To track ML experiments automatically, start a W&B run within your training script to capture configurations and model outputs in real time, building a reproducible record without manual overhead.

What is hyperparameter sweeping and how does it improve model training?▼

Hyperparameter sweeping is the automated exploration of model configurations to identify optimal parameters. It systematically tests combinations across training runs to find better-performing models.

Does Weights & Biases work with PyTorch and TensorFlow frameworks?▼

Weights & Biases works with popular ML frameworks including PyTorch and TensorFlow. It integrates into existing workflows to provide real-time visualization and artifact management across these platforms.

How do I manage model lineage and artifacts for ML governance?▼

To manage model lineage and artifacts, use a model registry to track dataset versions and model iterations. This stores configurations and lineage metadata to support reproducibility and collaboration.

Do I need to install the wandb package to use experiment tracking features?▼

You need to install the wandb package as a core dependency. It provides the required client library to initialize runs, log metrics, and synchronize training data with real-time dashboards.