CoolFace
Datasetpublic

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")

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
1likes12downloads
Dataset Card

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:

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