weights-and-biases

Track machine learning experiments and artifacts with W&B.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the friction of manually tracking machine learning experiments by centralizing metrics, configs, artifacts, and model versions in one collaborative workflow.

Core Features & Use Cases

  • Experiment Tracking: Log training metrics, hyperparameters, system stats, and notes for reproducible runs.
  • Hyperparameter Sweeps: Search parameter spaces with grid, random, or Bayesian optimization to find better model settings.
  • Artifacts and Model Registry: Version datasets, checkpoints, and final models while preserving lineage and deployment aliases.
  • Framework Integrations: Support common ML stacks like PyTorch, TensorFlow, Hugging Face, Lightning, Fast.ai, XGBoost, and LightGBM.
  • Use Case: A data scientist can launch a training run, monitor live accuracy curves, compare sweep results, and promote the best checkpoint into a production registry.

Quick Start

Ask the AI to set up a W&B run for your training script, log metrics and artifacts, and recommend a sweep configuration for improving validation performance.

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 with PyTorch and TensorFlow in real time?

Run hyperparameter sweeps by configuring W&B to search parameter spaces using grid, random, or Bayesian optimization. This finds better model settings by systematically evaluating combinations across your training runs.

Can I version datasets and model checkpoints with an ML model registry?

Version datasets and model checkpoints using W&B Artifacts and Model Registry. This preserves lineage and assigns deployment aliases, linking reproducible MLOps tracking directly to your final models.

Does experiment tracking work with Hugging Face and XGBoost pipelines?

Experiment tracking works with Hugging Face, XGBoost, LightGBM, PyTorch Lightning, and Fast.ai pipelines. Framework integrations log metrics and artifacts natively without requiring custom ML pipeline modifications.

What is the best way to log custom ML pipeline metrics for reproducible runs?

Log custom ML pipeline metrics by initializing W&B and applying metric logging within your training workflow. This captures real-time accuracy curves and notes, ensuring reproducible runs across collaborative reviews.