Samriddhikay commited on
Commit
ea2b2c2
·
verified ·
1 Parent(s): a31fc0f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md CHANGED
@@ -23,3 +23,68 @@ configs:
23
  - split: train
24
  path: data/train-*
25
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  - split: train
24
  path: data/train-*
25
  ---
26
+ task_categories:
27
+ - text-to-speech
28
+ language:
29
+ - gj
30
+ pretty_name: Gujarati Indic TTS dataset
31
+ size_categories:
32
+ - n<1K
33
+ ---
34
+ # Gujarati Indic TTS Dataset
35
+
36
+ This dataset is derived from the Indic TTS Database project, specifically using the Gujarati 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
+ Gujarati
38
+ ## Dataset Details
39
+
40
+ - **Language**: Gujarati
41
+ - **Total Duration**: ~10.33 hours (Male: 10.93 hours, Female: 10.33 hours)
42
+ - **Audio Format**: WAV
43
+ - **Sampling Rate**: 48000Hz
44
+ - **Speakers**: 3 (1 male, 2 female native Gujarati speakers)
45
+ - **Content Type**: Monolingual Gujarati 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.