weights-biases
SKILL.md
Weights & Biases (W&B)
W&B is the "Github for ML models". It tracks every run, hyperparameter, and artifact. 2025 brings W&B Inference and Weave.
When to Use
- Visualization: Live loss curves during training.
- Collaboration: Sharing reports ("The loss spiked here") with teammates.
- Model Registry: Managing lifecycle.
Core Concepts
W&B Run
A single experiment.
Sweeps
Hyperparameter optimization engine.
Weave
A toolkit for logging and debugging interactive GenAI applications (like Tracing).
Best Practices (2025)
Do:
- Use Weave: For LLM apps. It replaces simple text logging.
- Log Model Artifacts: Save
best_model.ptto W&B, not local disk.
Don't:
- Don't leak secrets: W&B logs configs. Ensure API keys aren't in your
configobject.
References
Weekly Installs
1
Repository
g1joshi/agent-skillsGitHub Stars
7
First Seen
Feb 10, 2026
Installed on
mcpjam1
claude-code1
replit1
junie1
windsurf1
zencoder1