wandb.log_artifact
import wandb wandb.init(entity='wdz', project='log_numbering') art = wandb.Artifact('model-3e8slgre', type='model') # ... add content to artifact ... wandb.log_artifact(art)