Skip to content

Commit

Permalink
fix: change model artifacts example and add artifacts workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Bharat Ramanathan committed Aug 22, 2023
1 parent 85a61e0 commit b659a0c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions colabs/huggingface/Huggingface_wandb.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,11 @@
"source": [
"## Model Artifacts\n",
"\n",
"You will also be able to view your model checkpoints in the W&B [Artifacts](https://docs.wandb.ai/guides/artifacts) page of the run above. These artifacts store all the metadata associated with this model, the W&B runs consuming it, and the whole lineage of upstream and downstream artifacts!\n",
"See an example model checkpoint and its in the UI [here](https://wandb.ai/wandb/arttest/artifacts/model/iv3_trained/5334ab69740f9dda4fed/lineage?_gl=1*yyql5q*_ga*MTQxOTYyNzExOS4xNjg0NDYyNzk1*_ga_JH1SJHJQXJ*MTY5MjMwNzI2Mi4yNjkuMS4xNjkyMzA5NjM2LjM3LjAuMA..) These artifacts store all the metadata associated with this model, the W&B runs consuming it, and the whole lineage of upstream and downstream artifacts!\n",
"\n",
"[Here's](https://wandb.ai/parambharat/huggingface-demo/runs/szfbcsd7/artifacts?workspace=) an example of the artifacts generated from the above run\n",
"\n",
"Here's an example of the artifacts generated from the above run\n",
"\n",
"![run_artifacts](https://drive.google.com/uc?export=view&id=1janWuNXhxgIbNnSZjSON51dq-DVv8S0i)\n",
"\n"
]
},
Expand All @@ -213,9 +213,7 @@
"\n",
"The Model Registry is a central page that lives above individual W&B projects. It houses **Registered Models**, portfolios that store \"links\" to the valuable checkpoints living in individual W&B Projects.\n",
"\n",
"The model registry offers a centralized place to house the best checkpoints for all your model tasks. Any `model` artifact you log can be \"linked\" to a Registered Model. Please refer to the following [tutorial](https://colab.research.google.com/github/wandb/examples/blob/master/colabs/wandb-model-registry/Model_Registry_E2E.ipynb) for more information related to the model registry\n",
"\n",
"<a href=\"https://colab.research.google.com/github/wandb/examples/blob/master/colabs/wandb-model-registry/Model_Registry_E2E.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
"The model registry offers a centralized place to house the best checkpoints for all your model tasks. Any `model` artifact you log can be \"linked\" to a Registered Model. Pleaser refer to [this](https://docs.wandb.ai/guides/models) guide where you can find a [walkthrough](https://docs.wandb.ai/guides/models/walkthrough) of the Model Registry to learn more."
]
},
{
Expand Down

0 comments on commit b659a0c

Please sign in to comment.