weights-and-biases

Track ML experiments and log metrics, parameters, and artifacts to W&B.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/musical-basics/hermes-build-2 --skill weights-and-biases-musical-basics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weights-and-biases
Source: https://github.com/musical-basics/hermes-build-2/tree/main/skills/mlops/evaluation/weights-and-biases
Command: npx skills add https://github.com/musical-basics/hermes-build-2 --skill weights-and-biases-musical-basics

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Machine learning teams need consistent, searchable, and collaborative tracking for experiments, metrics, hyperparameters, datasets, and models; without a unified system it's hard to reproduce results, compare runs, and manage model versions.

Core Features & Use Cases

  • Automatic experiment tracking: capture metrics, parameters, system stats, and media from training runs for immediate visualization and comparison.
  • Hyperparameter sweeps & optimization: configure grid, random, or Bayesian sweeps and orchestrate parallel agents to find best-performing configurations.
  • Artifacts & model registry: version datasets and models with lineage, aliases, and stage promotions to support deployment workflows.
  • Use Case: run large-scale PyTorch or HuggingFace training, log checkpoints and metrics to W&B, run a sweep to tune learning rate and batch size, then promote the best model to a production alias.

Quick Start

Initialize a W&B run for your project, log training metrics and artifacts during each epoch, and run a sweep to search hyperparameters across multiple agents.

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 parameters for reproducible results?

To track ML experiments, you log metrics, parameters, and artifacts to a centralized W&B project during training. This captures system stats and media for immediate visualization, run comparison, and reproducible results.

Can I use this for hyperparameter tuning across PyTorch and HuggingFace workflows?

Yes, hyperparameter tuning works across PyTorch and HuggingFace workflows. You configure grid, random, or Bayesian sweeps and orchestrate parallel agents to find the best-performing model configurations.

How does artifact versioning and lineage work in the model registry?

Artifact versioning and lineage in the model registry works by versioning datasets and models with aliases and stage promotions. This tracks data origins and supports deployment workflows for production.

What's the best way to log real-time training metrics from TensorFlow runs?

The best way to log real-time training metrics from TensorFlow runs is using framework integrations like callbacks or loggers. They capture metrics during each epoch and authenticate via API key to the W&B service.

Do I need an API key to access the W&B service for experiment tracking?

Yes, you need an API key for authenticated access to the W&B service. The API key secures your centralized project workspace where you log metrics, manage artifacts, and conduct collaborative review.