yfyeung commited on
Commit
0b81cd1
1 Parent(s): f00bcbf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -42
README.md CHANGED
@@ -52,7 +52,7 @@ extra_gated_prompt: >-
52
  agreement on behalf of such employer.
53
 
54
 
55
- !!! Please also fill out the Google Form https://forms.gle/UuGQAPyscGRrUMLq6
56
  to request access to the Gigaspeech 2 dataset.
57
  extra_gated_fields:
58
  Name: text
@@ -108,12 +108,10 @@ TODO:
108
 
109
  ### Supported Tasks and Leaderboards
110
 
111
- - `automatic-speech-recognition`: The dataset can be used to train a model for Automatic Speech Recognition (ASR). The model is presented with an audio file and asked to transcribe the audio file to written text. The most common evaluation metric is the word error rate (WER). The task has an active leaderboard which can be found at https://github.com/SpeechColab/GigaSpeech#leaderboard and ranks models based on their WER.
112
- - `text-to-speech`, `text-to-audio`: The dataset can also be used to train a model for Text-To-Speech (TTS).
113
 
114
  ### Languages
115
-
116
- Gigaspeech contains audio and transcription data in Thai, Indonesian, Vietnamese.
117
 
118
  ## Dataset Structure
119
 
@@ -135,86 +133,64 @@ TODO:
135
  ## Dataset Creation
136
 
137
  ### Curation Rationale
138
-
139
- [More Information Needed]
140
 
141
  ### Source Data
142
  TODO:
143
 
144
  #### Initial Data Collection and Normalization
145
-
146
- [More Information Needed]
147
 
148
  #### Who are the source language producers?
149
-
150
- [More Information Needed]
151
 
152
  ### Annotations
153
 
154
  #### Annotation process
155
-
156
- [More Information Needed]
157
 
158
  #### Who are the annotators?
159
-
160
- Development and test subsets are annotated by professional human annotators.
161
 
162
  ### Personal and Sensitive Information
163
-
164
- [More Information Needed]
165
 
166
  ## Considerations for Using the Data
167
 
168
  ### Social Impact of Dataset
169
-
170
- [More Information Needed]
171
 
172
  ### Discussion of Biases
173
-
174
- [More Information Needed]
175
 
176
  ### Other Known Limitations
177
-
178
- [More Information Needed]
179
 
180
  ## Additional Information
181
 
182
  ### Dataset Curators
183
-
184
- [More Information Needed]
185
 
186
  ### Licensing Information
187
-
188
  SpeechColab does not own the copyright of the audio files. For researchers and educators who wish to use the audio files for
189
  non-commercial research and/or educational purposes, we can provide access through our site under certain conditions and terms.
190
 
191
  In general, when training a machine learning model on a given dataset, the license of the model is **independent** to that of the
192
- dataset. That is to say, speech recognition models trained on the GigaSpeech dataset may be eligible for commercial license,
193
  provided they abide to the 'Fair Use' terms of the underlying data and do not violate any explicit copyright restrictions.
194
  This is likely to be true in most use-cases. However, it is your responsiblity to verify the appropriate model license for
195
  your specific use-case by confirming that the dataset usage abides by the Fair Use terms. SpeechColab is not responsible
196
- for the license of any machine learning model trained on the GigaSpeech dataset.
197
 
198
  ### Citation Information
199
-
200
  Please cite this paper if you find this work useful:
201
-
202
- ```bibtext
203
- @inproceedings{GigaSpeech2021,
204
- title={GigaSpeech: An Evolving, Multi-domain ASR Corpus with 10,000 Hours of Transcribed Audio},
205
- booktitle={Proc. Interspeech 2021},
206
- year=2021,
207
- author={Guoguo Chen, Shuzhou Chai, Guanbo Wang, Jiayu Du, Wei-Qiang Zhang, Chao Weng, Dan Su, Daniel Povey, Jan Trmal, Junbo Zhang, Mingjie Jin, Sanjeev Khudanpur, Shinji Watanabe, Shuaijiang Zhao, Wei Zou, Xiangang Li, Xuchen Yao, Yongqing Wang, Yujun Wang, Zhao You, Zhiyong Yan}
208
- }
209
- ```
210
 
211
  ### Contributions
212
-
213
- Thanks to [@polinaeterna](https://github.com/polinaeterna) and [@sanchit-gandhi](https://github.com/sanchit-gandhi)
214
- for adding this dataset.
215
 
216
  ## Terms of Access
217
- The "Researcher" has requested permission to use the GigaSpeech database (the "Database")
218
  at Tsinghua University. In exchange for such permission, Researcher hereby agrees to the
219
  following terms and conditions:
220
 
 
52
  agreement on behalf of such employer.
53
 
54
 
55
+ !!! Please also fill out the Google Form TODO:
56
  to request access to the Gigaspeech 2 dataset.
57
  extra_gated_fields:
58
  Name: text
 
108
 
109
  ### Supported Tasks and Leaderboards
110
 
111
+ - `automatic-speech-recognition`: The dataset can be used to train a model for Automatic Speech Recognition (ASR). The model is presented with an audio file and asked to transcribe the audio file to written text. Evaluation metrics includes Character Error Rate (CER) for Thai, and Word Error Rate (WER) for Indonesian and Vietnamese. The task has an active leaderboard which can be found at https://github.com/SpeechColab/GigaSpeech2#leaderboard and ranks models based on their WER.
 
112
 
113
  ### Languages
114
+ Gigaspeech 2 contains audio and transcription data in Thai, Indonesian, Vietnamese.
 
115
 
116
  ## Dataset Structure
117
 
 
133
  ## Dataset Creation
134
 
135
  ### Curation Rationale
136
+ TODO:
 
137
 
138
  ### Source Data
139
  TODO:
140
 
141
  #### Initial Data Collection and Normalization
142
+ TODO:
 
143
 
144
  #### Who are the source language producers?
145
+ TODO:
 
146
 
147
  ### Annotations
148
 
149
  #### Annotation process
150
+ TODO:
 
151
 
152
  #### Who are the annotators?
153
+ Development (DEV) and test (TEST) subsets are annotated by professional human annotators.
 
154
 
155
  ### Personal and Sensitive Information
156
+ TODO:
 
157
 
158
  ## Considerations for Using the Data
159
 
160
  ### Social Impact of Dataset
161
+ TODO:
 
162
 
163
  ### Discussion of Biases
164
+ TODO:
 
165
 
166
  ### Other Known Limitations
167
+ TODO:
 
168
 
169
  ## Additional Information
170
 
171
  ### Dataset Curators
172
+ TODO:
 
173
 
174
  ### Licensing Information
 
175
  SpeechColab does not own the copyright of the audio files. For researchers and educators who wish to use the audio files for
176
  non-commercial research and/or educational purposes, we can provide access through our site under certain conditions and terms.
177
 
178
  In general, when training a machine learning model on a given dataset, the license of the model is **independent** to that of the
179
+ dataset. That is to say, speech recognition models trained on the GigaSpeech 2 dataset may be eligible for commercial license,
180
  provided they abide to the 'Fair Use' terms of the underlying data and do not violate any explicit copyright restrictions.
181
  This is likely to be true in most use-cases. However, it is your responsiblity to verify the appropriate model license for
182
  your specific use-case by confirming that the dataset usage abides by the Fair Use terms. SpeechColab is not responsible
183
+ for the license of any machine learning model trained on the GigaSpeech 2 dataset.
184
 
185
  ### Citation Information
 
186
  Please cite this paper if you find this work useful:
187
+ TODO:
 
 
 
 
 
 
 
 
188
 
189
  ### Contributions
190
+ TODO:
 
 
191
 
192
  ## Terms of Access
193
+ The "Researcher" has requested permission to use the GigaSpeech 2 database (the "Database")
194
  at Tsinghua University. In exchange for such permission, Researcher hereby agrees to the
195
  following terms and conditions:
196