download_boom_benchmark
chronax.dataset_utils.download_boom_benchmark
Download all raw files of the Boom Benchmark dataset from Hugging Face into a local directory.
| Parameter | Type | Default | Description |
|---|---|---|---|
| local_path | str | - | Parent directory where 'boom_benchmark' folder will be created. Must exist. |
Returns: str (Path to the downloaded dataset folder.)
Raises: ValueError (if local_path does not exist and is not a directory.)