ankita-01 commited on
Commit
3b30a1c
·
verified ·
1 Parent(s): ac88a2c

Update README.md

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