ahnafsamin commited on
Commit
637c6d0
·
verified ·
1 Parent(s): 643bb12

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -8
README.md CHANGED
@@ -76,11 +76,9 @@ tags:
76
 
77
  ## Dataset Description
78
 
79
- - **Developed By** Shahjalal University of Science and Technology, Bangladesh
80
- - **Repository:** [Needs More Information]
81
  - **Paper:** [Bangladeshi Bangla speech corpus for automatic speech recognition research](https://www.sciencedirect.com/science/article/abs/pii/S0167639321001370)
82
- - **Leaderboard:** [Needs More Information]
83
- - **Point of Contact:** [M. Shahidur Rahman](mailto:[email protected])
84
 
85
  ### Dataset Summary
86
 
@@ -89,13 +87,26 @@ This corpus contains 241 hours of high-quality speech data, including 229 hours
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
91
  of recorded speech provided by two second language (L2) speakers. The broadcast speech segment is collected from YouTube. SUBAK.KO has
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
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
  ### Supported Tasks and Leaderboards
100
 
101
  This dataset is designed for the automatic speech recognition task. The associated paper provides the baseline results on SUBAK.KO corpus.
@@ -144,9 +155,10 @@ for research purposes to facilitate benchmarking across various models.
144
 
145
  ### Licensing Information
146
 
147
- Public Domain, Creative Commons Attribution NonCommercial ShareAlike v4.0 ([CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode))
148
 
149
  ### Citation Information
 
150
 
151
  ```
152
  @article{kibria2022bangladeshi,
 
76
 
77
  ## Dataset Description
78
 
79
+ - **Developed By** Dept. of CSE, SUST, Bangladesh
 
80
  - **Paper:** [Bangladeshi Bangla speech corpus for automatic speech recognition research](https://www.sciencedirect.com/science/article/abs/pii/S0167639321001370)
81
+ - **Point of Contact:** [Prof. Dr. M. Shahidur Rahman](mailto:[email protected])
 
82
 
83
  ### Dataset Summary
84
 
 
87
  The read speech segment is recorded in a noise-proof studio environment from 33 male and 28 female native Bangladeshi Bangla speakers
88
  representing 8 divisions/34 districts of Bangladesh. Furthermore, the read speech segment comprises a total of 1 hour and 30 minutes
89
  of recorded speech provided by two second language (L2) speakers. The broadcast speech segment is collected from YouTube. SUBAK.KO has
90
+ been manually annotated under human supervision. The [corresponding paper](https://www.sciencedirect.com/science/article/abs/pii/S0167639321001370) reports detailed information about
91
  the development and baseline performance of SUBAK.KO.
92
 
93
+ SUBAK.KO is developed by the researchers from the **Department of Computer Science and Engineering (CSE)** at **Shahjalal University of Science and Technology (SUST),
94
+ Bangladesh** with financial support from the Higher Education Quality Enhancement Project (AIF Window 4, CP 3888) for “The Development of
95
  Multi-Platform Speech and Language Processing Software for Bangla” of the University Grants Commission (UGC), Bangladesh.
96
 
97
+
98
+ ### Example Usage
99
+ To download the full SUBAK.KO corpus, use the following code:
100
+
101
+ ```python
102
+ from datasets import load_dataset
103
+
104
+ dataset = load_dataset("ahnafsamin/SUBAK.KO")
105
+ ```
106
+
107
+ Alternatively, you can manually download the zipped SUBAK.KO folder from [this HuggingFace directory.](https://huggingface.co/datasets/ahnafsamin/SUBAK.KO/tree/main/Data)
108
+ The csv files corresponding to the train, validation and test splits can be found in the same directory.
109
+
110
  ### Supported Tasks and Leaderboards
111
 
112
  This dataset is designed for the automatic speech recognition task. The associated paper provides the baseline results on SUBAK.KO corpus.
 
155
 
156
  ### Licensing Information
157
 
158
+ [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/deed.en)
159
 
160
  ### Citation Information
161
+ Please cite the following paper if you use the corpus.
162
 
163
  ```
164
  @article{kibria2022bangladeshi,