Dataset Viewer
Auto-converted to Parquet
path
stringclasses
1 value
audio
unknown
C:/Users/1223/Downloads/1.m4a
"AAAAGGZ0eXBkYXNoAAAAAGlzbzZtcDQxAAACu21vb3YAAABsbXZoZAAAAADj07lL49O5SwAArEQBQVQAAAEAAAEAAAAAAAAAAAA(...TRUNCATED)

MP3 Speech Recognition Dataset

This dataset contains MP3 files of spoken English phrases, along with their corresponding text transcriptions. It is designed for training and evaluating speech recognition models.

Dataset Summary

This dataset includes:

  • 5,000 MP3 audio files of English speech.
  • Each file contains a 3-5 second spoken phrase recorded by various speakers.
  • The audio files are accompanied by text transcriptions.
  • The dataset is divided into training, validation, and test sets.

License

The dataset is available under the CC BY 4.0 License. Please attribute the dataset when using it in your research or applications.

How to Use

To use this dataset, you can load it from Hugging Face's datasets library:

from datasets import load_dataset

dataset = load_dataset("your_username/mp3_speech_recognition")
Downloads last month
19