weights-and-biases

Track machine learning experiments with metrics, artifacts, and model versioning in Weights & Biases.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/Gitnapp/Skills --skill weights-and-biases-gitnapp
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: weights-and-biases
Source: https://github.com/Gitnapp/Skills/tree/main/mlops/evaluation/weights-and-biases
Command: npx skills add https://github.com/Gitnapp/Skills --skill weights-and-biases-gitnapp

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps machine learning practitioners manage experiment tracking, visualization, model versioning, and collaboration challenges by providing a structured workflow with Weights & Biases.

Core Features & Use Cases

  • Experiment Tracking: Log metrics, hyperparameters, artifacts, and training runs for reproducible ML workflows.
  • MLOps Management: Use dashboards, sweeps, model registry, and lineage tracking for machine learning lifecycle management.
  • Framework Integration: Connect W&B with PyTorch, TensorFlow, HuggingFace, PyTorch Lightning, and other ML frameworks for automated logging and analysis.
  • Use Case: Train a deep learning model while tracking performance metrics, comparing experiments, optimizing hyperparameters, and promoting the best model through a registry.

Quick Start

Use the weights-and-biases skill to set up experiment tracking for my machine learning training workflow and log metrics, artifacts, and model versions.

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 metrics during a training run?▼

To track machine learning metrics during a training run, you log hyperparameters, artifacts, and training runs to Weights & Biases dashboards. This provides structured experiment tracking for reproducible ML workflows.

Can I integrate experiment tracking with PyTorch and TensorFlow frameworks?▼

Yes, experiment tracking integrates with PyTorch, TensorFlow, PyTorch Lightning, and HuggingFace frameworks. This enables automated logging and analysis of training workflows without requiring manual metric extraction.

What's the best way to manage hyperparameter optimization for deep learning models?▼

The best way to manage hyperparameter optimization for deep learning models is using W&B sweep orchestration. This coordinates parameter searches across multiple training runs and logs results for comparative analysis within a centralized dashboard.

Do I need Weights & Biases for artifact lineage management in MLOps?▼

You need Weights & Biases for artifact lineage management in MLOps if you require structured artifact versioning and model registry operations. It tracks dataset versions, model artifacts, and training lineage for reproducible development.

How do I promote a model version to a model registry after training?▼

To promote a model version to a model registry after training, you use W&B registry operations to finalize tracked artifacts. This manages model versioning workflows and links final models back to their original experiment tracking lineage.