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