What problem does it solve?
This Skill helps you reliably log ML experiments so you can compare results across runs, reproduce configurations, and manage models and artifacts over time.
Core Features & Use Cases
- Experiment tracking: Log metrics, hyperparameters, and run metadata to W&B for fast comparison and review.
- Hyperparameter sweeps: Run automated searches (grid/random/bayesian) to find better settings with consistent evaluation metrics.
- Artifacts & model registry: Store versioned datasets, checkpoints, and models with lineage, aliases (e.g., best/production), and promotion workflows.
- Integrations: Works across common training stacks (e.g., PyTorch, Hugging Face Trainer, PyTorch Lightning, Keras/TensorFlow) via native logging or callbacks.
Example use case: you train an image classifier across many learning rates and optimizers, track validation accuracy for each run, then register the best checkpoint to a model registry stage like staging/production.
Quick Start
Use the weights-and-biases skill to log a training run’s hyperparameters and metrics to W&B for instant dashboards and run comparison.