Is there any way to get an 'all' subset?
#2
by
surya-narayanan
- opened
Hi, I want to load all the subsets at once- is that possible?
No, unfortunately the loading script of this dataset does not implement an "all" configuration with the entire dataset.
Alternatively, you could iterate over all the configurations, load the corresponding dataset, and then concatenate all of them.
- You can find information about the concatenate operation in our docs: https://huggingface.co/docs/datasets/v2.12.0/en/process#concatenate
albertvillanova
changed discussion status to
closed
Great point, thanks!