weights-and-biases

Track ML experiments and visualize results using Weights & Biases.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/shiftrepo/aws --skill weights-and-biases-shiftrepo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: weights-and-biases
Source: https://github.com/shiftrepo/aws/tree/main/HermesAgent/skills/skills/mlops/evaluation/weights-and-biases
Command: npx skills add https://github.com/shiftrepo/aws --skill weights-and-biases-shiftrepo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Track ML experiments and visualize results using Weights & Biases (W&B) to log metrics, compare runs, and manage artifacts across teams.

Core Features & Use Cases

  • Automatic experiment logging and real-time visualization of training runs.
  • Hyperparameter sweeps and optimization to discover better configurations.
  • Artifacts, model registry, and collaborative reporting for team workflows.

Quick Start

Launch a simple training script and log metrics with wandb.init to start tracking 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 visualize training runs in real-time?▼

You can track ML experiments by integrating your training scripts with Weights & Biases to log metrics, visualize training runs, and compare results across teams using real-time dashboards.

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

Yes, Weights & Biases experiment tracking supports many ML frameworks including PyTorch, TensorFlow, and HuggingFace, allowing you to log metrics and manage artifacts within your existing training environments.

How do I run hyperparameter sweeps to optimize my model configurations?▼

You can run hyperparameter sweeps by configuring sweep parameters within Weights & Biases, which orchestrates optimization runs to discover better model configurations and logs the results for comparison.

What is the best way to manage model artifacts and lineage for team collaboration?▼

Managing model artifacts and lineage is best handled through a model registry, enabling your team to track data integrity, manage artifact versions, and generate collaborative reports for ML workflows.

How do I start logging metrics from a simple training script?▼

To start logging metrics, launch your simple training script and initialize the tracking session using wandb.init, which connects your run to the Weights & Biases dashboard for immediate visualization.