How to download only a certain percentage of a subset?

#62
by namirocks - opened

dataset = load_dataset("wikimedia/wikipedia", split="train[:2%]", data_dir="20231101.en")

this command download all the 100% of 20231101.en subset of the dataset?

thanks for help ! :)

Sign up or log in to comment