Convert to parquet (loading scripts are no longer supported)

#2
by davanstrien HF Staff - opened
BigLAM: BigScience Libraries, Archives and Museums org

datasets no longer supports dataset loading scripts, so load_dataset('biglam/hansard_speech') fails with RuntimeError: Dataset scripts are no longer supported.

This PR converts the dataset to parquet, reproducing the schema the loading script produced (all fields as strings, plus the three list-of-string post columns), and removes hansard_speech.py and dataset_infos.json.

Source data unchanged: Hansard Speeches v3.1.0 (https://doi.org/10.5281/zenodo.4843485).

davanstrien changed pull request status to merged

Sign up or log in to comment