weights-and-biases

Track ML experiments and model artifacts with the wandb Python package.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

W&B removes the manual overhead of tracking training runs, comparing experiments, and preserving model lineage so ML teams can reproduce results and collaborate with confidence.

Core Features & Use Cases

  • Experiment Tracking: Log metrics, configs, media, and system signals during training.
  • Sweeps and Optimization: Run hyperparameter searches with grid, random, or Bayesian strategies.
  • Artifacts and Registry: Version datasets and models, then promote them through a model registry.
  • Use Case: A researcher training multiple PyTorch or Hugging Face models can compare runs, visualize learning curves, and publish the best checkpoint with lineage attached.

Quick Start

Ask the skill to set up a W&B training run that logs metrics, config values, and a final model artifact for your project.

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

To track ML experiments and model lineage, log metrics, configs, and system signals during training runs. This preserves artifacts and metadata in reproducible projects, ensuring teams can compare experiments and reproduce results with confidence.

Can I run hyperparameter sweeps and optimization for PyTorch or Hugging Face models?

Yes, you can run hyperparameter sweeps and optimization for PyTorch or Hugging Face models. The system supports grid, random, and Bayesian search strategies to log metrics and visualize learning curves across training runs.

Does experiment tracking work with TensorFlow and Hugging Face workflows?

Experiment tracking works with TensorFlow and Hugging Face workflows through dedicated framework integrations. You can log metrics, artifacts, and metadata in reproducible projects, removing manual overhead for ML teams.

What is the best way to version datasets and publish checkpoints to a model registry?

The best way to version datasets and publish checkpoints to a model registry is by using artifacts. You can version datasets and models, then promote the best checkpoint through the model registry with full lineage attached.

Do I need the wandb Python package and authentication to log metrics and artifacts?

Yes, you need the wandb Python package and W&B authentication to log metrics, artifacts, and metadata. This setup is required to track training runs, manage hyperparameter sweeps, and view real-time dashboards.

When do I need experiment tracking and what problem does removing manual overhead solve?

You need experiment tracking when training multiple models and comparing runs. It solves the manual overhead of preserving model lineage, allowing ML teams to reproduce results, compare metrics, and collaborate with confidence.