Incompatible to Datasets library V4

#1
by Aviggu - opened

André,

This dataset is not compatible with dataset library version 4. Though the files are in parquet, I am unable to load the dataset.
The latest version does not support the dataset scripts.

Error:
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python3.10/dist-packages/datasets/load.py", line 1132, in load_dataset_builder
dataset_module = dataset_module_factory(
File "/usr/local/lib/python3.10/dist-packages/datasets/load.py", line 1031, in dataset_module_factory
raise e1 from None
File "/usr/local/lib/python3.10/dist-packages/datasets/load.py", line 989, in dataset_module_factory
raise RuntimeError(f"Dataset scripts are no longer supported, but found {filename}")
RuntimeError: Dataset scripts are no longer supported, but found the_pile_github.py

Hi @Aviggu ,

Thank you for the heads-up! I have updated the dataset to be compatible with datasets v4.

Sign up or log in to comment