Skip to main content

Empty Artifact

model-l2dtmhtf has no versions.

no-artifacts

Use wandb.log_artifact to add a version to this Artifact.

import wandb wandb.init(entity='huseinzol05', project='malaysian-whisper-small-v2') art = wandb.Artifact('model-l2dtmhtf', type='model') # ... add content to artifact ... wandb.log_artifact(art)