Datasets:
README.md
Browse files# LibriSpeech Small
This dataset is a smaller subset of the LibriSpeech dataset, designed for Automatic Speech Recognition (ASR) tasks.
## Structure
The dataset contains two main folders:
- `train/`: Contains training audio files.
- `test/`: Contains testing audio files.
## License
This dataset is licensed under the [Creative Commons Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/).
## Citation
If you use this dataset, please cite the original LibriSpeech dataset.
README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- automatic-speech-recognition
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- automatic-speech-recognition(ASR)
|
| 9 |
+
pretty_name: LibriSpeech_Small
|
| 10 |
+
size_categories:
|
| 11 |
+
- n<1K
|
| 12 |
+
---
|