How do I best log models from runs in a sweep?

One effective approach for logging models in a sweep involves creating a model artifact for the sweep. Each version represents a different run from the sweep. Implement it as follows:

wandb.Artifact(name="sweep_name", type="model")

Last modified January 30, 2025: 2eba537