Dataset Viewer

The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider removing the loading script and relying on automated data support (you can use convert_to_parquet from the datasets library). If this is not possible, please open a discussion for direct help.

ESC50

Dataset Summary

The ESC-50 dataset is a labeled collection of 2000 environmental audio recordings suitable for benchmarking methods of environmental sound classification. It comprises 2000 5s-clips of 50 different classes across natural, human and domestic sounds, again, drawn from Freesound.org.

Data Instances

An example of 'train' looks as follows.

{
    "audio": {
        "path": "ESC-50-master/audio/4-143118-B-7.wav", 
        "array", array([0.05203247, 0.05285645, 0.05441284, ..., 0.0093689 , 0.00753784, 0.00643921], 
        "sampling_rate", 44100
    }, 
    "fold": 4, 
    "label": 30
}
Downloads last month
79