weights-and-biases

Track machine learning experiments, sweeps, artifacts, and model registry assets.

Updated May 14, 2026
One-click install
npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill weights-and-biases-sethypagna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weights-and-biases
Source: https://github.com/SethyPagna/Secretary-Jarvis/tree/main/src/capabilities/skills/mlops/evaluation/weights-and-biases
Command: npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill weights-and-biases-sethypagna

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Weights & Biases removes the friction of manually tracking machine learning experiments by centralizing metrics, configs, artifacts, and results in one place.

Core Features & Use Cases

  • Experiment Tracking: Log losses, accuracies, system stats, and configuration values for every training run.
  • Sweeps and Optimization: Coordinate hyperparameter searches with grid, random, or Bayesian strategies and compare outcomes automatically.
  • Artifacts and Model Registry: Version datasets, checkpoints, and production models with lineage and deployment aliases.
  • Framework Integrations: Plug into PyTorch, TensorFlow, Keras, HuggingFace, Lightning, XGBoost, and custom training loops.
  • Use Case: A research team can train multiple image classification models, compare their validation curves, promote the best checkpoint to the registry, and share reproducible run links with collaborators.

Quick Start

Initialize W&B in your training script, log metrics during each epoch, and save your final model as an artifact so the run history and model version stay reproducible.

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 and log metrics for PyTorch or TensorFlow training runs?

Track machine learning experiments by initializing W&B in your training script and logging losses, accuracies, and system stats during each epoch. This centralizes metrics and configuration values for every run across frameworks like PyTorch and TensorFlow.

What is the best way to run hyperparameter sweeps and optimize model performance?

Run hyperparameter sweeps by coordinating searches with grid, random, or Bayesian strategies. W&B automatically compares outcomes across runs, allowing you to evaluate validation curves and identify the best performing model configurations.

Can I version datasets and manage my model registry for reproducible MLOps workflows?

Version datasets and manage your model registry by saving checkpoints as artifacts with lineage and deployment aliases. This ensures run history and model versions stay reproducible for collaborative MLOps reporting.

Does experiment tracking work with HuggingFace and Lightning training loops?

Experiment tracking works with HuggingFace and Lightning through direct framework integrations. You can plug W&B into these training loops to automatically log metrics and system stats without heavily modifying your custom code.

When do I need artifact versioning for machine learning checkpoints?

You need artifact versioning when saving final models or checkpoints to maintain reproducible run history. It tracks dataset and model lineage, allowing research teams to promote specific checkpoints to the registry and share reproducible run links with collaborators.

How do I start using W&B for experiment tracking and model registry management?

Start using W&B by initializing it in your training script, logging metrics during epochs, and saving your final model as an artifact. This ensures your run history and model versions stay reproducible in a single workspace.