Convert to parquet (loading scripts are no longer supported)
#4
by davanstrien HF Staff - opened
datasets no longer supports dataset loading scripts, so load_dataset('biglam/contentious_contexts') fails with RuntimeError: Dataset scripts are no longer supported.
This PR converts the dataset to parquet and removes the loading script. The join and schema match the script exactly: one row per extract, with every annotator response carried in both Dutch and English translation alongside the free-text suggestions. All response strings map cleanly to the script's English lookup (asserted in the build).
The card's Loading section said loading was broken, which this PR fixes, so that paragraph is replaced with a working snippet. Nothing else in the card is touched.
Source data unchanged: https://github.com/cultural-ai/ConConCor
davanstrien changed pull request status to merged