Trouble Loading Data

#6
by Vaantje - opened

I would like to use this dataset but when I try to load it I receive this error:
"BadZipFile: zipfiles that span multiple disks are not supported"

The dataviewer on Hugging Face gives the same error. Does anyone know what the current status of this dataset is?

Same here by running:

# Import the load_dataset function
from datasets import load_dataset

# Load the BioMassters dataset
dataset = load_dataset("nascetti-a/BioMassters")

# Print the dataset
print(dataset)

Sign up or log in to comment