Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html>
<h"... is not valid JSON
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
UrbanSound8K
This is an audio classification dataset for Sound Event Classification.
Classes = 10 , Split = Ten-Fold
Structure
audiosfolder contains audio files.csv_filesfolder contains CSV files for ten-fold cross-validation.- To perform cross-validation on fold 1,
train_1.csvwill be used for the training split andtest_1.csvfor the testing split, with the same pattern followed for the other folds. - To perform training and testing witout cross-validation, use
csv_files/train.csvandcsv_files/test.csvfiles respectively.
Download
import os
import huggingface_hub
audio_datasets_path = "DATASET_PATH/Audio-Datasets"
if not os.path.exists(audio_datasets_path): print(f"Given {audio_datasets_path=} does not exist. Specify a valid path ending with 'Audio-Datasets' folder.")
huggingface_hub.snapshot_download(repo_id="MahiA/UrbanSound8K", repo_type="dataset", local_dir=os.path.join(audio_datasets_path, "UrbanSound8K"))
Acknowledgment
This dataset is a slightly processed/restructured version of data originally released by Source.
Please refer to the respective source for their licensing details and any additional information.
Contact
For questions or feedback, please create an issue.
- Downloads last month
- 7,627