weights-and-biases

Track machine learning experiments, metrics, artifacts, and sweeps.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the manual overhead of monitoring machine learning experiments by centralizing metrics, configurations, artifacts, and model versions in one collaborative workflow.

Core Features & Use Cases

  • Experiment Tracking: Log training and validation metrics, hyperparameters, system stats, and run metadata in real time.
  • Hyperparameter Sweeps: Search for better configurations with grid, random, or Bayesian optimization and coordinate multiple agents.
  • Artifacts and Model Registry: Version datasets, checkpoints, and final models with lineage and promotion stages such as staging or production.
  • Framework Integrations: Connect W&B to PyTorch, TensorFlow, Keras, HuggingFace Transformers, PyTorch Lightning, Fast.ai, XGBoost, and LightGBM.
  • Use Case: A team training image classifiers can compare runs, promote the best checkpoint to a registry, and share dashboards with stakeholders.

Quick Start

Ask the assistant to set up Weights & Biases for your training workflow so it logs metrics, tracks artifacts, and adds a sweep configuration if needed.

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 during model training?

Run hyperparameter sweeps using grid, random, or Bayesian optimization configurations. You can coordinate multiple sweep agents to search for better configurations and automatically log the results of each tuning trial.

Can I use Weights & Biases experiment tracking with PyTorch Lightning and HuggingFace?

Weights & Biases experiment tracking integrates directly with PyTorch, PyTorch Lightning, HuggingFace Transformers, TensorFlow, Keras, Fast.ai, XGBoost, and LightGBM. Framework integrations allow automatic metric logging without changing your core training scripts.

How do I version datasets and manage a model registry for production?

Version datasets and manage a model registry by logging artifacts with lineage tracking. You can promote model checkpoints through staging and production stages, ensuring collaborative MLOps workflows use the correct versions.

Do I need to install wandb to log hyperparameter sweeps and system stats?

Yes, wandb installation is required to authenticate run initialization, log hyperparameter sweeps, and track system stats. The setup process applies to model training, hyperparameter tuning, and collaborative MLOps workflows across supported frameworks.