From 42ee6fe443babf4544689d0a6c0b99bf86fca94d Mon Sep 17 00:00:00 2001 From: Roland Tannous Date: Wed, 4 Mar 2026 23:15:49 +0000 Subject: [PATCH] fix: remove unnecessary tooltip copy from train split start --- .../frontend/src/features/studio/sections/dataset-section.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/studio/frontend/src/features/studio/sections/dataset-section.tsx b/studio/frontend/src/features/studio/sections/dataset-section.tsx index bb65f704ac..28254adcc7 100644 --- a/studio/frontend/src/features/studio/sections/dataset-section.tsx +++ b/studio/frontend/src/features/studio/sections/dataset-section.tsx @@ -368,9 +368,7 @@ export function DatasetSection() { Only train on a subset of your training split by specifying a start row index (inclusive, 0-based). - Useful for resuming from a checkpoint or debugging - with a smaller slice. Leave empty to start from the - first row. + Leave empty to start from the first row.