The dataset viewer is not available for this split.
Parquet error: Scan size limit exceeded: attempted to read 550791926 bytes, limit is 300000000 bytes
Make sure that
1. the Parquet files contain a page index to enable random access without loading entire row groups2. otherwise use smaller row-group sizes when serializing the Parquet files
Error code: TooBigContentError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Medical Noise Dataset
Dữ liệu âm thanh tiếng Việt đã được tăng cường nhiễu (noise augmentation + RIR convolution).
Nguồn gốc
- Audio gốc:
dolly-vn/dolly-audio-1000h-vietnamese - Noise sources: YouTube extracted, WHAM!, Hospital ambient noise
- RIR: Real RIR far-field (RVB2014)
Cách load
from datasets import load_dataset
ds = load_dataset("manhcuong2005/medical_noise_data")
- Downloads last month
- 261