weights-and-biases

Track and visualize ML experiments with automatic logging via Weights & Biases.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Managing and visualizing machine learning experiments is time‑consuming and error‑prone, especially when logging metrics, tracking hyperparameters, and versioning models across runs.

Core Features & Use Cases

  • Automatic metric logging for PyTorch, TensorFlow, and Hugging Face models.
  • Real‑time dashboards to monitor training loss, accuracy, and system resources.
  • Hyperparameter sweeps with Bayesian optimization or grid search.
  • Artifact management for datasets, checkpoints, and model registry.
  • Team collaboration through shared projects and run URLs.

Quick Start

Use the weights-and-biases skill to start tracking an experiment by initializing a W&B run with your project name.

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 visualize training metrics in real time?

To track ML experiments and visualize metrics, initialize a Weights & Biases run with your project name to enable automatic logging. This generates real-time dashboards for training loss, accuracy, and system resources across PyTorch, TensorFlow, or Hugging Face models.

Can I use Weights & Biases for hyperparameter tuning with PyTorch or TensorFlow?

Yes, you can use Weights & Biases for hyperparameter tuning with PyTorch or TensorFlow models. It supports hyperparameter sweeps using Bayesian optimization or grid search to systematically find optimal model configurations.

Do I need a specific API key and Python package to log training metrics with W&B?

Yes, logging training metrics with W&B requires installing the wandb Python package and providing an API key for authentication. This setup enables automatic metric logging and artifact management for your experiments.

What is the best way to manage model checkpoints and dataset versioning during ML training?

The best way to manage model checkpoints and dataset versioning is using W&B artifact management. This feature handles datasets, checkpoints, and model registry entries, ensuring proper version control and artifact tracking across all runs.

How does experiment tracking work for team collaboration and shared model development?

Experiment tracking for team collaboration works through shared W&B projects and run URLs. Team members can view real-time metric dashboards, compare hyperparameter sweeps, and access model registry artifacts together.