From d3229f29fd671ab6f4db6da58a32e6cd2578a450 Mon Sep 17 00:00:00 2001 From: revital Date: Mon, 3 Mar 2025 10:48:23 +0200 Subject: [PATCH] Update Transformers images --- docs/integrations/transformers.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/integrations/transformers.md b/docs/integrations/transformers.md index 74b8c69b..ffbd59c1 100644 --- a/docs/integrations/transformers.md +++ b/docs/integrations/transformers.md @@ -50,7 +50,8 @@ To log the models created during training, set the `CLEARML_LOG_MODEL` environme You can see all the captured data in the task's page of the ClearML [WebApp](../webapp/webapp_exp_track_visual.md). -![transformers scalars](../img/integrations_transformers_scalars.png) +![transformers scalars](../img/integrations_transformers_scalars.png#light-mode-only) +![transformers scalars](../img/integrations_transformers_scalars_dark.png#dark-mode-only) Additionally, you can view all of your Transformers runs tracked by ClearML in the [Task Table](../webapp/webapp_model_table.md). Add custom columns to the table, such as mAP values, so you can easily sort and see what is the best performing model.