diff --git a/docs/fundamentals/artifacts.md b/docs/fundamentals/artifacts.md index 6cb39eee..52241166 100644 --- a/docs/fundamentals/artifacts.md +++ b/docs/fundamentals/artifacts.md @@ -61,13 +61,13 @@ In the ClearML's web UI, model information can be located through a project's Mo task. Models associated with a task appear in the task's **ARTIFACTS** tab. To see further model details, including design, -label enumeration, and general information, click the model name, which is a hyperlink to the +label enumeration, lineage, and general information, click the model name, which is a hyperlink to the [model's detail page](../webapp/webapp_model_viewing.md). Models can also be accessed through their associated project's [Model Table](../webapp/webapp_model_table.md), where all the models associated with a project are listed. -![WebApp Model](../img/examples_model_update_model.png) +![WebApp Model](../img/fundamentals_models.png) ## SDK Interface diff --git a/docs/img/fundamentals_models.png b/docs/img/fundamentals_models.png new file mode 100644 index 00000000..b57c5008 Binary files /dev/null and b/docs/img/fundamentals_models.png differ