Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -21,4 +21,69 @@ configs:
|
|
| 21 |
data_files:
|
| 22 |
- split: train
|
| 23 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
data_files:
|
| 22 |
- split: train
|
| 23 |
path: data/train-*
|
| 24 |
+
task_categories:
|
| 25 |
+
- text-to-speech
|
| 26 |
+
language:
|
| 27 |
+
- od
|
| 28 |
+
pretty_name: Odia Indic TTS dataset
|
| 29 |
+
size_categories:
|
| 30 |
+
- n<1K
|
| 31 |
---
|
| 32 |
+
|
| 33 |
+
# Odia Indic TTS Dataset
|
| 34 |
+
|
| 35 |
+
This dataset is derived from the Indic TTS Database project, specifically using the Odia monolingual recordings from both male and female speakers. The dataset contains high-quality speech recordings with corresponding text transcriptions, making it suitable for text-to-speech (TTS) research and development.
|
| 36 |
+
|
| 37 |
+
## Dataset Details
|
| 38 |
+
|
| 39 |
+
- **Language**: Odia
|
| 40 |
+
- **Total Duration**: ~8.74 hours (Male: 4.47 hours, Female: 4.27 hours)
|
| 41 |
+
- **Audio Format**: WAV
|
| 42 |
+
- **Sampling Rate**: 48000Hz
|
| 43 |
+
- **Speakers**: 2 (1 male, 1 female native Odia speakers)
|
| 44 |
+
- **Content Type**: Monolingual Odia utterances
|
| 45 |
+
- **Recording Quality**: Studio-quality recordings
|
| 46 |
+
- **Transcription**: Available for all audio files
|
| 47 |
+
|
| 48 |
+
## Dataset Source
|
| 49 |
+
|
| 50 |
+
This dataset is derived from the Indic TTS Database, a special corpus of Indian languages developed by the Speech Technology Consortium at IIT Madras. The original database covers 13 major languages of India and contains 10,000+ spoken sentences/utterances for both monolingual and English recordings.
|
| 51 |
+
|
| 52 |
+
## License & Usage
|
| 53 |
+
|
| 54 |
+
This dataset is subject to the original Indic TTS license terms. Before using this dataset, please ensure you have read and agreed to the [License For Use of Indic TTS](https://www.iitm.ac.in/donlab/indictts/downloads/license.pdf).
|
| 55 |
+
|
| 56 |
+
## Acknowledgments
|
| 57 |
+
|
| 58 |
+
This dataset would not be possible without the work of the Speech Technology Consortium at IIT Madras. Special acknowledgment goes to:
|
| 59 |
+
- Speech Technology Consortium
|
| 60 |
+
- Department of Computer Science & Engineering and Electrical Engineering, IIT Madras
|
| 61 |
+
- Bhashini, MeitY
|
| 62 |
+
- Prof. Hema A Murthy & Prof. S Umesh
|
| 63 |
+
|
| 64 |
+
## Citation
|
| 65 |
+
|
| 66 |
+
If you use this dataset in your research or applications, please cite the original Indic TTS project:
|
| 67 |
+
|
| 68 |
+
```bibtex
|
| 69 |
+
@misc{indictts2023,
|
| 70 |
+
title = {Indic {TTS}: A Text-to-Speech Database for Indian Languages},
|
| 71 |
+
author = {Speech Technology Consortium and {Hema A Murthy} and {S Umesh}},
|
| 72 |
+
year = {2023},
|
| 73 |
+
publisher = {Indian Institute of Technology Madras},
|
| 74 |
+
url = {https://www.iitm.ac.in/donlab/indictts/},
|
| 75 |
+
institution = {Department of Computer Science and Engineering and Electrical Engineering, IIT MADRAS}
|
| 76 |
+
}
|
| 77 |
+
```
|
| 78 |
+
|
| 79 |
+
## Contact
|
| 80 |
+
|
| 81 |
+
For any issues or queries related to this HuggingFace dataset version, feel free to comment in the Community tab.
|
| 82 |
+
|
| 83 |
+
For queries related to the original Indic TTS database, please contact: smtiitm@gmail.com
|
| 84 |
+
|
| 85 |
+
## Original Database Access
|
| 86 |
+
|
| 87 |
+
The original complete database can be accessed at: https://www.iitm.ac.in/donlab/indictts/database
|
| 88 |
+
|
| 89 |
+
Note: The original database provides access to data in multiple Indian languages and variants. This HuggingFace dataset specifically contains the Hindi monolingual portion of that database.
|