jaishah2808/speech-to-text
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")
113
