Convert dataset to Parquet

#7
by lhoestq HF Staff - opened

Convert dataset to Parquet.

This PR converts the dataset to Parquet to

  1. enable the Dataset Viewer
  2. let users load the dataset in 1 line of code via pandas, datasets, etc.
  3. let user easily stream and filter the dataset

This was requested by the community here: https://github.com/huggingface/datasets/issues/7693#issuecomment-4230991558

I also kept the original files in the data/ directory in case they are still used somewhere.

cc @Tahmid could you take a look at the PR pls ? thank you !

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment