You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a dataset is passed as a string the loading of the data will fail since the rest of the pipeline expects a dataset.Dataset and not a dataset.DatasetDict which is returned if no split is provided. I propose we auto-select a split with the following logic: test > validation > train. We can inform the user with a log which split is evaluated.