weights-and-biases

Track ML experiments, metrics, and artifacts across training runs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

W&B removes the manual overhead of tracking ML experiments, comparing runs, and preserving model lineage so teams can understand what changed and why results improved.

Core Features & Use Cases

  • Experiment Tracking: Log metrics, configs, images, and system stats in real time.
  • Sweeps: Search hyperparameters with grid, random, or Bayesian optimization.
  • Artifacts & Registry: Version datasets and models, then promote them through registry stages.
  • Integrations: Connect PyTorch, TensorFlow, HuggingFace, Lightning, Fast.ai, XGBoost, and custom training loops.
  • Use Case: A team fine-tuning a transformer can compare runs, store the best checkpoint, and promote it to production with lineage intact.

Quick Start

Use the weights-and-biases skill to design a W&B workflow for tracking a training run, launching a sweep, and saving the best model as a versioned artifact.

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 artifacts across training runs?

Track ML experiments by logging metrics, configs, images, and system stats in real time. This preserves model lineage and removes manual overhead, helping teams understand what changed between runs and why results improved.

What is the best way to run hyperparameter sweeps for model training?

Run hyperparameter sweeps using grid, random, or Bayesian optimization. This searches hyperparameters across training runs to find the best performing configurations without manual trial and error.

Does Weights and Biases work with PyTorch and TensorFlow framework integrations?

Yes, framework integrations support PyTorch, TensorFlow, HuggingFace, Lightning, Fast.ai, and XGBoost. You can connect these frameworks or use custom training loops to log metrics and artifacts directly.

How do I version datasets and promote models through a model registry?

Version datasets and models as artifacts, then promote them through model registry stages. This ensures artifact lineage remains intact when promoting the best checkpoint to production.

Why do I need experiment tracking for reproducible MLOps?

Experiment tracking is needed for reproducible MLOps to log metrics, track artifacts, and manage model registries. It provides dashboard visualization and sweep orchestration so teams can compare runs and verify results.