weights-and-biases

Track ML experiments, hyperparameter sweeps, and model artifacts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the chaos of unorganized machine learning experiments by providing a centralized, automated system for tracking metrics, hyperparameters, and model artifacts.

Core Features & Use Cases

  • Experiment Tracking: Automatically log training metrics, system usage, and code versions to prevent data loss.
  • Hyperparameter Optimization: Use Bayesian sweeps to find the best model configuration without manual trial-and-error.
  • Model Registry: Manage the lifecycle of your models from development to production with versioned artifacts.
  • Use Case: A researcher training a ResNet model can use this to compare 50 different learning rate configurations in real-time and automatically save the best-performing model checkpoint.

Quick Start

Use the weights-and-biases skill to initialize a new experiment tracking run for my current training script.

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 automatically?

Track machine learning experiments automatically by logging training metrics, system usage, and code versions. This prevents data loss and ensures reproducibility without manual record-keeping during your model training runs.

Does experiment tracking work with PyTorch and TensorFlow frameworks?

Yes, experiment tracking works with PyTorch, TensorFlow, and HuggingFace frameworks. It supports real-time metric visualization and lineage management across these diverse platforms for your training scripts.

What is the best way to run hyperparameter sweeps for model optimization?

The best way to run hyperparameter sweeps is using Bayesian optimization to find the best model configuration. This automates the search process, eliminating manual trial-and-error when comparing different parameter settings like learning rates.

How do I manage the model lifecycle from development to production?

Manage the model lifecycle from development to production using a model registry with versioned artifacts. This handles artifact versioning and collaborative workflows to ensure proper lineage management throughout deployment stages.

Why do I need a model registry for versioned artifacts?

You need a model registry for versioned artifacts to manage the lifecycle of your models and ensure reproducibility. It provides automated artifact logging and collaborative workflows to prevent unorganized machine learning experiments.