keystats/kiswahili_sahihi_asr_adapted_2
Automatic Speech Recognition
•
Updated
•
210
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")