Datasets:
Search is not available for this dataset
audio audioduration (s) 3.07 8.45 |
|---|
π’ My Audio Dataset
This dataset contains audio recordings and their corresponding transcriptions. It is designed for Automatic Speech Recognition (ASR) tasks.
π Dataset Summary
- Total Audio Files: 1,000 (example)
- Languages: English, French (modify as needed)
- Format:
.wavaudio files with.txtmetadata - License: CC-BY-4.0
π Dataset Structure
audio/: Contains.wavfiles.metadata.csv: A CSV file mapping each audio file to its transcription.
π Example Data
| Audio | Transcription |
|---|---|
| Hello, how are you? | |
| This is a test sentence. |
π How to Use
You can load this dataset using datasets:
from datasets import load_dataset
dataset = load_dataset("nangkham/openslr")
print(dataset)
- Downloads last month
- 3