fix: remove unnecessary tooltip copy from train split start
This commit is contained in:
parent
7f8c0867d5
commit
42ee6fe443
1 changed files with 1 additions and 3 deletions
|
|
@ -368,9 +368,7 @@ export function DatasetSection() {
|
|||
<TooltipContent>
|
||||
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.
|
||||
</TooltipContent>
|
||||
</Tooltip>
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue