Dataset doesn't work

#1
by Devio - opened

Hi,

I get the below error when loading the dataset.

File ~/miniconda3/envs/nucleus/lib/python3.10/site-packages/datasets/builder.py:1912, in ArrowBasedBuilder._prepare_split_single(self, gen_kwargs, fpath, file_format, max_shard_size, job_id)
1910 if isinstance(e, SchemaInferenceError) and e.context is not None:
1911 e = e.context
-> 1912 raise DatasetGenerationError("An error occurred while generating the dataset") from e
1914 yield job_id, True, (total_num_examples, total_num_bytes, writer._features, num_shards, shard_lengths)

DatasetGenerationError: An error occurred while generating the dataset

Any idea what could be causing it?

Not sure but you can manually download or use the English part of xP3x (https://huggingface.co/datasets/Muennighoff/xP3x)

Sign up or log in to comment