metadata
language:
- en
license: mit
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
dataset_info:
features:
- name: audio
dtype:
audio:
sampling_rate: 16000
- name: text
dtype: string
- name: audio_id
dtype: string
splits:
- name: train
num_bytes: 16188377
num_examples: 81
download_size: 15334682
dataset_size: 16188377
Dataset Description
This is a speech dataset containing audio recordings with their transcriptions.
Dataset Structure
audio
: The audio filetext
: The transcription of the audioaudio_id
: Unique identifier for the audio file