weights-and-biases

Track ML experiments and manage model artifacts with WandB.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires wandb.

What problem does it solve?

We provide a streamlined solution for tracking ML experiments, organizing runs, and managing model artifacts to accelerate research and improve reproducibility.

Core Features & Use Cases

  • Automatic, real-time tracking of metrics, hyperparameters, and training state with dashboards.
  • Artifact versioning and model registry for lineage, collaboration, and deployment readiness.
  • Seamless integration with popular ML frameworks (PyTorch, TensorFlow) and CI workflows.
  • Real-world use: a team runs dozens of experiments weekly, compares results, shares artifacts, and iterates faster.

Quick Start

Install the WandB client, initialize a run in your training script, and observe live metrics in the WandB UI.

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

To track ML experiments, you initialize a run within your training script using the WandB library. This enables automatic, real-time logging of metrics, hyperparameters, and training state, while providing artifact versioning to manage model lineage across runs.

How does artifact versioning work for model registry and lineage tracking?

Artifact versioning manages model registry and lineage by capturing training state and model artifacts across runs. It enables cross-team collaboration and tracks deployment readiness by maintaining a versioned history of your machine learning artifacts within the WandB ecosystem.

Do I need the WandB library to enable hyperparameter sweeps and experiment tracking?

Yes, you need the WandB library and frontmatter-defined configuration to enable runs, projects, sweeps, and registries. Installing the WandB client is required to initialize tracking within your training script and observe live metrics in the UI.

Can I use experiment tracking with popular ML frameworks like PyTorch and TensorFlow?

Experiment tracking works seamlessly with popular ML frameworks like PyTorch and TensorFlow. This integration allows you to automatically capture metrics and training state in real-time dashboards while fitting into existing CI workflows.

What is the best way to organize ML runs and compare results for cross-team collaboration?

The best way to organize ML runs for cross-team collaboration is using a centralized dashboard with artifact versioning. Teams can run dozens of experiments weekly, compare results visually, share artifacts, and iterate faster through real-time metric tracking.

Why should I use hyperparameter sweeps for machine learning workflows?

Hyperparameter sweeps optimize machine learning workflows by systematically exploring hyperparameter combinations across multiple runs. This accelerates research and improves reproducibility by automatically tracking each configuration's metrics within the experiment tracking dashboard.