Convert to parquet

#6
by MCFred - opened

With the new version of datasets (4.0.0), trust_remote_code is no longer supported, which means that script based datasets will no longer work (https://github.com/huggingface/datasets/pull/7592)
Therefore, this dataset should be converted to parquet format in order to ensure it will be usable in the future.

This can be done by loading the dataset with load_dataset, followed by calling the push_to_hub() function on the dataset object.

Sign up or log in to comment