hal9000 / README.md
cgb's picture
Upload dataset
76c8c08 verified
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 file
  • text: The transcription of the audio
  • audio_id: Unique identifier for the audio file