Weights & Biases (wandb) integration lets an agent or developer instrument training runs to log metrics, hyperparameters, model checkpoints, artifacts, and visualizations. The skill shows how to initialize wandb, log training/validation metrics per epoch, finish runs, and run hyperparameter sweeps (Bayesian/agent-driven). It includes example Python snippets for init, wandb.log usage, and an example sweep configuration.
Use this skill when you need reproducible experiment tracking, collaborative dashboards for ML teams, automated hyperparameter search, or versioned model/artifact storage. It's appropriate during model development, hyperparameter tuning, and when you want quick visualizations of training behaviour.
Agents and environments that run Python and can execute training code (Copilot/Codex-style agents, local Python runners, or any assistant that can provide code and instructions).
This skill has not been reviewed by our automated audit pipeline yet.
Knowledge Base (Help Center)
Guidance and templates for designing help center architecture, writing effective support articles, and optimizing search to maximize self-service deflection.
OpenAI CLIP
Contrastive language–image pre-training (zero-shot image classification, image-text similarity, and cross-modal retrieval).