Datasets:
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