Files changed (1) hide show
  1. README.md +64 -0
README.md CHANGED
@@ -22,4 +22,68 @@ 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
+ - kn
29
+ pretty_name: Kannada Indic TTS dataset
30
+ size_categories:
31
+ - 1K<n<10K
32
  ---
33
+ # Kannada Indic TTS Dataset
34
+
35
+ This dataset is derived from the Indic TTS Database project, specifically using the Kannada 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**: Kannada
40
+ - **Total Duration**: ~7.35 hours (Male: 3.4 hours, Female: 3.95 hours)
41
+ - **Audio Format**: WAV
42
+ - **Sampling Rate**: 48000Hz
43
+ - **Speakers**: 2 (1 male, 1 female native Kannada speakers)
44
+ - **Content Type**: Monolingual Kannada 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: [email protected]
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.