does this dataset work with streaming

#4
by lamedicineniksy - opened

i am doing my project work in google colab
i am entirely new to this ..

from datasets import load_dataset

dataset = load_dataset("MahmoodLab/UNI2-h-features", split="train", streaming=True)

but i am getting error for loader inspite of using h5py and tables
is there any way in which i can examine the dataset while using streaming

Sign up or log in to comment