weights-and-biases

Log machine learning experiment metrics and artifacts to Weights & Biases.

7|1|Updated Jul 26, 2026
One-click install
npx skills add https://github.com/paxlabs-inc/ion-agent --skill weights-and-biases-paxlabs-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weights-and-biases
Source: https://github.com/paxlabs-inc/ion-agent/tree/main/skills/mlops/evaluation/weights-and-biases
Command: npx skills add https://github.com/paxlabs-inc/ion-agent --skill weights-and-biases-paxlabs-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill solves the challenge of fragmented machine learning workflows by providing a centralized system to track experiments, manage model versions, and visualize training metrics in real-time.

Core Features & Use Cases

  • Experiment Tracking: Automatically log hyperparameters, system metrics, and training progress for every run.
  • Hyperparameter Sweeps: Execute automated Bayesian, grid, or random searches to find optimal model configurations.
  • Model Registry & Artifacts: Maintain a versioned lineage of datasets and model checkpoints to ensure reproducibility and governance.

Quick Start

Initialize a new experiment tracking session by calling the weights-and-biases skill with your project name and configuration dictionary.

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 experiment metrics during deep learning training?

To track machine learning experiment metrics, you log hyperparameters, system metrics, and training progress to a centralized platform. This provides real-time visualization and lineage tracking for every run during deep learning workflows.

Can I use this for hyperparameter tuning with PyTorch and TensorFlow?

Yes, hyperparameter tuning is supported for PyTorch and TensorFlow models. You can execute automated Bayesian, grid, or random search sweeps to find optimal model configurations across your deep learning runs.

What is the best way to manage model versions and artifacts for reproducibility?

Model version management is best handled through a model registry that maintains versioned lineage of datasets and model checkpoints. This ensures reproducibility and governance across your machine learning workflows.

Does experiment tracking work with HuggingFace models?

Yes, experiment tracking integrates directly with HuggingFace models. It logs training metrics and hyperparameters in real-time, providing centralized visualization and lineage tracking for your HuggingFace deep learning experiments.

How do I initialize a new experiment tracking session?

To initialize experiment tracking, call the skill with your specific project name and a configuration dictionary. This sets up the session to automatically log system metrics, hyperparameters, and training progress.