Samriddhikay commited on
Commit
7ab3c18
·
verified ·
1 Parent(s): 53ad43a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +66 -0
README.md CHANGED
@@ -22,4 +22,70 @@ configs:
22
  data_files:
23
  - split: train
24
  path: data/train-*
 
 
 
 
 
 
 
25
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  data_files:
23
  - split: train
24
  path: data/train-*
25
+ task_categories:
26
+ - text-to-speech
27
+ language:
28
+ - te
29
+ pretty_name: Telugu Indic TTS dataset
30
+ size_categories:
31
+ - n<1K
32
  ---
33
+
34
+ # Telugu Indic TTS Dataset
35
+
36
+ This dataset is derived from the Indic TTS Database project, specifically using the Telugu 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.
37
+
38
+ ## Dataset Details
39
+
40
+ - **Language**: Telugu
41
+ - **Total Duration**: ~8.74 hours (Male: 4.47 hours, Female: 4.27 hours)
42
+ - **Audio Format**: WAV
43
+ - **Sampling Rate**: 48000Hz
44
+ - **Speakers**: 2 (1 male, 1 female native Telugu speakers)
45
+ - **Content Type**: Monolingual Telugu utterances
46
+ - **Recording Quality**: Studio-quality recordings
47
+ - **Transcription**: Available for all audio files
48
+
49
+ ## Dataset Source
50
+
51
+ 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.
52
+
53
+ ## License & Usage
54
+
55
+ 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).
56
+
57
+ ## Acknowledgments
58
+
59
+ This dataset would not be possible without the work of the Speech Technology Consortium at IIT Madras. Special acknowledgment goes to:
60
+ - Speech Technology Consortium
61
+ - Department of Computer Science & Engineering and Electrical Engineering, IIT Madras
62
+ - Bhashini, MeitY
63
+ - Prof. Hema A Murthy & Prof. S Umesh
64
+
65
+ ## Citation
66
+
67
+ If you use this dataset in your research or applications, please cite the original Indic TTS project:
68
+
69
+ ```bibtex
70
+ @misc{indictts2023,
71
+ title = {Indic {TTS}: A Text-to-Speech Database for Indian Languages},
72
+ author = {Speech Technology Consortium and {Hema A Murthy} and {S Umesh}},
73
+ year = {2023},
74
+ publisher = {Indian Institute of Technology Madras},
75
+ url = {https://www.iitm.ac.in/donlab/indictts/},
76
+ institution = {Department of Computer Science and Engineering and Electrical Engineering, IIT MADRAS}
77
+ }
78
+ ```
79
+
80
+ ## Contact
81
+
82
+ For any issues or queries related to this HuggingFace dataset version, feel free to comment in the Community tab.
83
+
84
+ For queries related to the original Indic TTS database, please contact: smtiitm@gmail.com
85
+
86
+ ## Original Database Access
87
+
88
+ The original complete database can be accessed at: https://www.iitm.ac.in/donlab/indictts/database
89
+
90
+ 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.
91
+