weights-and-biases

Track machine learning experiments and hyperparameters with wandb.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires wandb, and includes references (resource) components.

What problem does it solve?

This Skill addresses the lack of visibility and reproducibility in machine learning workflows by providing a centralized platform for tracking experiments, managing model versions, and optimizing hyperparameters.

Core Features & Use Cases

  • Experiment Tracking: Automatically log metrics, system usage, and code versions for every training run.
  • Hyperparameter Sweeps: Execute automated search strategies like Bayesian optimization to find the best model configurations.
  • Model Registry & Artifacts: Version control datasets and model weights to ensure lineage and facilitate team collaboration.

Quick Start

Initialize a new experiment run by calling the wandb init function within your training script to start logging metrics to your project dashboard.

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 machine learning experiments and log metrics in real-time?

Track machine learning experiments by initializing a run in your training script to automatically log metrics, system usage, and code versions. This synchronizes training data with the cloud, providing real-time visibility and reproducibility for every run.

Can I use this for hyperparameter tuning with PyTorch and TensorFlow?

Yes, hyperparameter tuning is supported with PyTorch, TensorFlow, and HuggingFace. You can execute automated search strategies like Bayesian optimization to find the best model configurations and automatically log the results for each sweep.

What is the best way to version control datasets and model weights for team collaboration?

The best way to version control datasets and model weights is using a model registry and artifacts system. This ensures full lineage tracking for machine learning workflows and facilitates team collaboration through centralized cloud synchronization.

Does experiment tracking work without installing the wandb library?

No, experiment tracking requires the wandb library to manage experiment metadata and synchronize training data with the cloud platform. You must install this dependency to initialize runs and log metrics from your training scripts.

Why do I need data versioning and experiment tracking for my ML workflows?

You need data versioning and experiment tracking to solve the lack of visibility and reproducibility in machine learning workflows. A centralized platform tracks experiments, manages model versions, and optimizes hyperparameters to ensure consistent performance.