weights-and-biases

Track ML experiments and manage metrics, artifacts, and provenance across teams.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Track ML experiments and manage the full lifecycle of model training, including metrics, artifacts, provenance, and collaboration across teams.

Core Features & Use Cases

  • Automatic metric logging and real-time dashboards for training visibility
  • Sweeps for hyperparameter optimization and reproducibility
  • Artifacts, model registry, and lineage to organize datasets and models
  • Collaboration and team projects to coordinate ML workflows

Quick Start

Initialize a W&B run in your training script to start logging metrics and artifacts immediately.

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 in real time across PyTorch and TensorFlow?

ML experiment tracking logs metrics automatically for real-time dashboard visibility across PyTorch and TensorFlow frameworks, enabling immediate monitoring during model training. You initialize a run in your training script to start logging.

What is W&B model registry and how does it manage lineage?

W&B model registry organizes models and datasets using artifacts to track lineage and provenance. This mechanism maintains full historical context of data and model versions across team collaboration workflows.

Can I run hyperparameter sweeps for reproducibility in HuggingFace workflows?

Hyperparameter sweeps support reproducibility and optimization within HuggingFace workflows. You configure sweep parameters to systematically explore and evaluate different model training configurations.

What's the best way to manage MLOps artifacts and provenance across teams?

Managing MLOps artifacts and provenance across teams requires tracking datasets, models, and metrics within collaborative project structures. This approach coordinates workflows and ensures full lifecycle visibility from training to registry.

Do I need wandb installed to enable end-to-end MLOps for my experiments?

Yes, you need wandb installed to enable end-to-end MLOps for experiments, sweeps, and the model registry. It provides the required foundation for artifact tracking and sweep configurations.