weights-and-biases

Track ML experiments and manage model training metadata with Weights & Biases.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps ML teams systematically track experiments, log metrics and artifacts, and coordinate model development using Weights & Biases (W&B), reducing manual overhead and fragmentation.

Core Features & Use Cases

  • Automatic experiment tracking with metrics, parameters, artifacts, and lineage
  • Real-time dashboards and visualizations to compare runs
  • Hyperparameter sweeps and model registry for collaboration
  • Use cases include tracking multiple training runs across frameworks (PyTorch, TensorFlow, HuggingFace) and maintaining a centralized experiment history

Quick Start

Initialize a WandB run and log a simple training loop with a few metrics.

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 across PyTorch and TensorFlow frameworks?

You can track ML experiments across PyTorch and TensorFlow by integrating Weights & Biases APIs into standard Python environments. This enables automatic metric logging, parameter tracking, and artifact versioning to maintain a centralized experiment history across multiple frameworks.

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

The best way to run hyperparameter sweeps is using Weights & Biases sweep functionality. It coordinates model training by automatically searching parameter combinations, logging real-time metrics, and providing visual dashboards to optimize model development across multiple runs.

Can I use Weights & Biases for model registry and artifact versioning?

Yes, you can use Weights & Biases for model registry and artifact versioning. It tracks artifacts with full lineage, manages model training metadata, and integrates with the model registry to support team collaboration across HuggingFace and other ML workflows.

Why do I need experiment tracking for my ML team's model development?

You need experiment tracking to reduce manual overhead and fragmentation in ML team workflows. Weights & Biases systematically logs metrics, parameters, and artifacts, providing real-time dashboards and centralized history for coordinated model development across teams.

Does Weights & Biases work with HuggingFace workflows for real-time visualization?

Yes, Weights & Biases works with HuggingFace workflows for real-time visualization. It supports automatic metric logging and real-time dashboards through WandB APIs in standard Python environments, enabling experiment tracking across HuggingFace model training runs.

How do I initialize a WandB run to log a simple training loop?

To initialize a WandB run and log a simple training loop, use WandB APIs in your Python environment. This automatically tracks metrics, parameters, and artifacts during model training, providing real-time visualizations and experiment history for run comparison.