{"clean": {"description": "A collection of 97 hours of parliamentary speeches published on the ClarinPL website\n\nNote that in order to limit the required storage for preparing this dataset, the audio\nis stored in the .wav format and is not converted to a float32 array. To convert the audio\nfile to a float32 array, please make use of the `.map()` function as follows:\n\n```python\nimport soundfile as sf\n\ndef map_to_array(batch):\n speech_array, _ = sf.read(batch[\"file\"])\n batch[\"speech\"] = speech_array\n return batch\n\ndataset = dataset.map(map_to_array, remove_columns=[\"file\"])\n```\n", "citation": "@article{marasek2014system,\n title={System for automatic transcription of sessions of the {P}olish {S}enate},\n author={Marasek, Krzysztof and Kor{\u000b{z}}inek, Danijel and Brocki, {\\L}ukasz},\n journal={Archives of Acoustics},\n volume={39},\n number={4},\n pages={501--509},\n year={2014}\n}\n", "homepage": "https://mowa.clarin-pl.eu/", "license": "", "features": {"file": {"dtype": "string", "id": null, "_type": "Value"}, "text": {"dtype": "string", "id": null, "_type": "Value"}, "speaker_id": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "file", "output": "text"}, "builder_name": "clarin_pl_sejm_senat", "config_name": "clean", "version": {"version_str": "2.1.0", "description": "", "major": 2, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6707757, "num_examples": 6622, "dataset_name": "clarin_pl_sejm_senat"}, "test": {"name": "test", "num_bytes": 69884, "num_examples": 130, "dataset_name": "clarin_pl_sejm_senat"}}, "download_checksums": {"http://mowa.clarin-pl.eu/korpusy/parlament/parlament.tar.gz": {"num_bytes": 9710411398, "checksum": "fe015bb23e94478931244211bbb504508ad5eb134542e22a186bc875b0f9f921"}}, "download_size": 9710411398, "post_processing_size": null, "dataset_size": 6777641, "size_in_bytes": 9717189039}}