I would like to use multiple workers and interleave datasets with iterable datasets.
What is the best way to do this? I gather from this PR Implement sharding on merged iterable datasets by Hubert-Bonisseur · Pull Request #5735 · huggingface/datasets · GitHub that the individual datasets should be sharded? How is this achieved if using load_dataset?