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?