---
dataset_info:
  features:
  - name: file_name
    dtype: string
  - name: transcription
    dtype: string
  - name: transcription_normalised
    dtype: string
  - name: audio
    dtype: audio
  splits:
  - name: train
    num_bytes: 1016421455.0
    num_examples: 4000
  download_size: 1016281273
  dataset_size: 1016421455.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---