JackyHoCL/whisper-large-v3-turbo-cantonese-noise-detection
Automatic Speech Recognition
•
0.8B
•
Updated
•
37
•
3
The urban-noise-uganda-61k 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.
from datasets import load_dataset
# Load the large configuration
large_dataset = load_dataset("Sunbird/urban-noise-uganda-61k", "large")
# Load the small configuration
small_dataset = load_dataset("Sunbird/urban-noise-uganda-61k", "small")