from datasets import load_dataset
dataset = load_dataset(“imagenet-1k”, split = “train”)
I have seen that the above code downloads the data in partitions .
How can I just download the first partition and not waste any more time , since I donot need whole data . I just need some data for analysis . But , I have to wait for the whole time