This dataset contains audio recordings with corresponding transcriptions and metadata.
audio: Audio files (WAV format).
text: Transcription of the audio.
category: Category of the audio (if applicable).
duration: Duration of the audio in seconds.
Load the dataset using the datasets library:
from datasets import load_dataset
dataset = load_dataset("jaishah2808/speech-to-text-benchmark")