2021-05-13 23:48:51 +00:00
---
2022-03-06 11:00:46 +00:00
title: Model Details
2021-05-13 23:48:51 +00:00
---
2023-04-04 13:16:54 +00:00
In the models table, double-click on a model to view and/or modify the following:
2022-03-06 11:00:46 +00:00
* General model information
* Model configuration
* Model label enumeration
* Model metadata
2023-05-17 08:38:28 +00:00
* Model scalars and other plots
2022-03-06 11:00:46 +00:00
Models in *Draft* status are editable, so you can modify their configuration, label enumeration, and metadata.
*Published* models are read-only, so only their metadata can be modified.
2021-09-02 07:48:37 +00:00
## General Model Information
2021-05-13 23:48:51 +00:00
2022-03-06 11:00:46 +00:00
The **GENERAL** tab lists the model's General information including:
2021-05-13 23:48:51 +00:00
* Model URL
2022-03-06 11:00:46 +00:00
* ML Framework
* Creating experiment (ClearML experiment that generated the model)
* Description (click to edit)
2021-05-13 23:48:51 +00:00
2022-03-06 11:00:46 +00:00
If the model is stored in a network location, it can be downloaded by clicking the model URL. If the model was stored on
the local machine you can copy its URL to manually access it.
![Model general information ](../img/webapp_model_general.png )
2021-05-13 23:48:51 +00:00
2021-09-02 07:48:37 +00:00
## Model Configuration
2021-05-13 23:48:51 +00:00
2022-03-06 11:00:46 +00:00
The **NETWORK** tab displays the model's configuration.
![Model network ](../img/webapp_model_network.png )
Hover over the model configuration area to access the following actions:
![Model config actions ](../img/webapp_model_config_actions.png )
2024-11-13 12:03:53 +00:00
* < img src = "/docs/latest/icons/ico-search.svg" alt = "Magnifying glass" className = "icon size-md space-sm" /> Search
* < img src = "/docs/latest/icons/ico-copy-to-clipboard.svg" alt = "Copy" className = "icon size-md space-sm" /> Copy configuration
* < img src = "/docs/latest/icons/ico-trash.svg" alt = "Trash" className = "icon size-md space-sm" /> CLEAR (for Draft models) - Delete the configuration
2022-03-06 11:00:46 +00:00
* EDIT (for Draft models) - Modify / Add model configuration
2021-05-13 23:48:51 +00:00
2021-09-02 07:48:37 +00:00
## Label Enumeration
2021-05-13 23:48:51 +00:00
2024-04-07 08:16:04 +00:00
The **LABELS** tab displays for each class label (`Label`) its name and enumerated value (`ID`).
2022-03-06 11:00:46 +00:00
![Model label enumeration ](../img/webapp_model_labels.png )
2024-04-07 08:16:04 +00:00
To modify / add / delete class labels (for *Draft* models), hover over the label table and click **EDIT** . This opens the
2022-03-06 11:00:46 +00:00
label editing window.
![Model label editing ](../img/webapp_model_labels_edit.png )
## Metadata
The **METADATA** tab lists the model's metadata entries, which consist of a key, type, and value.
![Model metadata ](../img/webapp_model_metadata.png )
2024-04-07 08:16:04 +00:00
To modify / add / delete model metadata items, hover over the metadata table and click **EDIT** . This opens the metadata editing
2022-03-06 11:00:46 +00:00
window.
2021-05-13 23:48:51 +00:00
2023-03-15 13:11:34 +00:00
![Model metadata editing ](../img/webapp_model_metadata_edit.png )
## Lineage
The **LINEAGE** tab displays the model's creating experiment (the ClearML experiment that generated the model) and lists
all the tasks where the model is used as an input model. Click an experiment to navigate to its page.
You can filter the task list by tags and task status.
Use the search bar to look for experiments based on their name, ID, or description.
![Model lineage ](../img/webapp_model_lineage.png )
## Scalars
The **SCALARS** tab displays all scalar plots attached to a model. Scalar values are presented as time series line
2023-05-17 08:38:28 +00:00
plots. To see the series for a metric in high resolution, view it in full screen mode by hovering over the graph and
2024-11-13 12:03:53 +00:00
clicking < img src = "/docs/latest/icons/ico-maximize.svg" alt = "Maximize plot icon" className = "icon size-md space-sm" / > .
2023-05-17 08:38:28 +00:00
Reported single value scalars are aggregated into a table plot displaying scalar names and values.
To embed scalar plots in your [Reports ](webapp_reports.md ), hover over a plot and click < img src = "/docs/latest/icons/ico-plotly-embed-code.svg" alt = "Embed code" className = "icon size-md space-sm" /> ,
which will copy to clipboard the embed code to put in your Reports. In contrast to static screenshots, embedded resources
are retrieved when the report is displayed allowing your reports to show the latest up-to-date data.
2023-03-15 13:11:34 +00:00
For better plot analysis, see [Plot Controls ](webapp_exp_track_visual.md#plot-controls ).
![Model scalars ](../img/webapp_model_scalars.png )
## Plots
2023-05-17 08:38:28 +00:00
The **PLOTS** tab displays plots attached to a model.
To embed plots in your [Reports ](webapp_reports.md ), hover over a plot and click < img src = "/docs/latest/icons/ico-plotly-embed-code.svg" alt = "Embed code" className = "icon size-md space-sm" /> ,
which will copy to clipboard the embed code to put in your Reports. In contrast to static screenshots, embedded resources
are retrieved when the report is displayed allowing your reports to show the latest up-to-date data.
For better plot analysis, see [Plot Controls ](webapp_exp_track_visual.md#plot-controls ).
2023-03-15 13:11:34 +00:00
![Model plots ](../img/webapp_model_plots.png )