Is there any way to get an 'all' subset of this dataset?

#4
by surya-narayanan - opened

I want to train on the whole thing and not subset it one by one, is that possible?

Yes, the loading script of this dataset has implemented a configuration named "all":

ds = load_dataset("red_caps", "all", split="train")
albertvillanova changed discussion status to closed

Thanks so much!

Sign up or log in to comment