Closed negativenagesh closed 1 week ago
I think the approach presented in https://github.com/huggingface/datasets/pull/6832 is the one we'll be taking.
Asking user input is not a good idea since load_dataset
is used a lot in server that don't have someone in front of them to select a split
Feel free to give suggestions please..
This PR is raised because of issue: https://github.com/huggingface/datasets/issues/7080
This PR gives solution to https://github.com/huggingface/datasets/issues/7080
Key Changes:
This way, the dataset loading function will interactively prompt the user to select which subdataset or split they want to load instead of automatically loading all of them.