You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

The urban-noise dataset consists of audio samples representing urban noise environments. It is designed for tasks such as noise classification, audio tagging, or machine learning applications in sound analysis. The dataset includes two configurations, large and small, with varying sizes of data.

Example Usage

from datasets import load_dataset

# Load the large configuration
large_dataset = load_dataset("Sunbird/urban-noise", "large")

# Load the small configuration
small_dataset = load_dataset("Sunbird/urban-noise", "small")
Downloads last month
62