File size: 960 Bytes
c8d5634
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
tags:
  - speech recognition
  - audio
  - mp3
license: cc-by-4.0
language: en
size: 2GB
---

# 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](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:

```python
from datasets import load_dataset

dataset = load_dataset("your_username/mp3_speech_recognition")