ahnafsamin commited on
Commit
e47c2a2
·
verified ·
1 Parent(s): 737bcb7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -10
README.md CHANGED
@@ -84,7 +84,7 @@ tags:
84
 
85
  ### Dataset Summary
86
 
87
- SUBAK.KO, a publicly available annotated Bangladeshi standard Bangla speech corpus is compiled for automatic speech recognition research.
88
  This corpus contains 241 hours of high-quality speech data, including 229 hours of read speech data and 12 hours of broadcast speech data.
89
  The read speech segment is recorded in a noise-proof studio environment from 33 male and 28 female native Bangladeshi Bangla speakers
90
  representing 8 divisions/34 districts of Bangladesh. Furthermore, the read speech segment comprises a total of 1 hour and 30 minutes
@@ -92,7 +92,7 @@ of recorded speech provided by two second language (L2) speakers. The broadcast
92
  been manually annotated under human supervision. The [associated paper](https://www.sciencedirect.com/science/article/abs/pii/S0167639321001370) reports detailed information about
93
  the development and baseline performance of SUBAK.KO.
94
 
95
- SUBAK.KO is developed by the Department of Computer Science and Engineering (CSE) at Shahjalal University of Science and Technology (SUST),
96
  Bangladesh with financial support from the Higher Education Quality Enhancement Project (AIF Window 4, CP 3888) for “The Development of
97
  Multi-Platform Speech and Language Processing Software for Bangla” of the University Grants Commission (UGC), Bangladesh.
98
 
@@ -131,16 +131,14 @@ A typical data point comprises the path to the audio file, called `path` and its
131
 
132
  ### Data Splits
133
 
134
- The speech material has been subdivided into portions for train and test.
 
135
 
136
- Speech was recorded in a quiet environment with high quality microphone, speakers were asked to read one sentence at a time.
137
 
138
- | | Train | Test |
139
- | ---------------- | ----- | ----- |
140
- | Speakers | 46 | 19 |
141
- | Utterances | 11660 | 760 |
142
- | Duration | 14:55 | 00:45 |
143
- | Unique Syllables | 4617 | 1692 |
144
 
145
 
146
  ## Additional Information
 
84
 
85
  ### Dataset Summary
86
 
87
+ SUBAK.KO, a publicly available annotated Bangladeshi standard Bangla speech corpus, is compiled for automatic speech recognition research.
88
  This corpus contains 241 hours of high-quality speech data, including 229 hours of read speech data and 12 hours of broadcast speech data.
89
  The read speech segment is recorded in a noise-proof studio environment from 33 male and 28 female native Bangladeshi Bangla speakers
90
  representing 8 divisions/34 districts of Bangladesh. Furthermore, the read speech segment comprises a total of 1 hour and 30 minutes
 
92
  been manually annotated under human supervision. The [associated paper](https://www.sciencedirect.com/science/article/abs/pii/S0167639321001370) reports detailed information about
93
  the development and baseline performance of SUBAK.KO.
94
 
95
+ SUBAK.KO is developed by the researchers from the Department of Computer Science and Engineering (CSE) at Shahjalal University of Science and Technology (SUST),
96
  Bangladesh with financial support from the Higher Education Quality Enhancement Project (AIF Window 4, CP 3888) for “The Development of
97
  Multi-Platform Speech and Language Processing Software for Bangla” of the University Grants Commission (UGC), Bangladesh.
98
 
 
131
 
132
  ### Data Splits
133
 
134
+ SUBAK.KO has been subdivided into three splits for train, validation and test. It is strongly advised to use identical data splits
135
+ for research purposes to facilitate benchmarking across various models.
136
 
 
137
 
138
+ | | Train | Validation | Test |
139
+ | ---------------- | ---------|------------|----------|
140
+ | Utterances | 64491 | 6594 | 6533 |
141
+ | Duration | 200.3 hrs| 20.3 hrs | 20.3 hrs |
 
 
142
 
143
 
144
  ## Additional Information