Is there any way to load datasets with custom splits ?
For example : load_dataset(âcsvâ,data_files=[âmyfile1.csvâ,âmyfile2.csvâ],splits=[âcsv1â,âcsv2â]))
Instead of âtrain, test, and validation,â we can have multiple splits with custom names.