jaishah2808's picture
Update README.md
b1f2045 verified
metadata
license: apache-2.0
dataset_info:
  features:
    - name: file_name
      dtype: string
    - name: text
      dtype: string
    - name: category
      dtype: string
    - name: duration
      dtype: int64
    - name: audio
      dtype: audio
  splits:
    - name: train
      num_bytes: 113225396
      num_examples: 58
  download_size: 110521531
  dataset_size: 113225396
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*

My Audio Dataset

This dataset contains audio recordings with corresponding transcriptions and metadata.

Columns

  • audio: Audio files (WAV format).
  • text: Transcription of the audio.
  • category: Category of the audio (if applicable).
  • duration: Duration of the audio in seconds.

Usage

Load the dataset using the datasets library:

from datasets import load_dataset
dataset = load_dataset("jaishah2808/speech-to-text-benchmark")