How to load multiple dataset using load_dataset

Hi, I find the load_dataset is extremely convenient when using the official dataset. But what if I want to load both wikipedia and bookcorpusopen simultaneously. Currently, I need to load two datasets separately and concatenate them. I am wondering is there any easy way to handle this?

1 Like