yfyeung commited on
Commit
f00bcbf
1 Parent(s): 60e8201

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +171 -7
README.md CHANGED
@@ -1,17 +1,18 @@
 
1
  annotations_creators: []
2
  language_creators: []
3
  language:
4
- - th
5
- - id
6
- - vi
7
  license:
8
- - apache-2.0
9
  multilinguality:
10
- - multilingual
11
  pretty_name: Gigaspeech 2
12
  source_datasets: []
13
  task_categories:
14
- - automatic-speech-recognition
15
  extra_gated_prompt: >-
16
  SpeechColab does not own the copyright of the audio files. For researchers and
17
  educators who wish to use the audio files for non-commercial research and/or
@@ -59,4 +60,167 @@ extra_gated_fields:
59
  Organization: text
60
  Address: text
61
  I hereby confirm that I have requested access via the Google Form provided above: checkbox
62
- I accept the terms of access: checkbox
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
  annotations_creators: []
3
  language_creators: []
4
  language:
5
+ - th
6
+ - id
7
+ - vi
8
  license:
9
+ - apache-2.0
10
  multilinguality:
11
+ - multilingual
12
  pretty_name: Gigaspeech 2
13
  source_datasets: []
14
  task_categories:
15
+ - automatic-speech-recognition
16
  extra_gated_prompt: >-
17
  SpeechColab does not own the copyright of the audio files. For researchers and
18
  educators who wish to use the audio files for non-commercial research and/or
 
60
  Organization: text
61
  Address: text
62
  I hereby confirm that I have requested access via the Google Form provided above: checkbox
63
+ I accept the terms of access: checkbox
64
+ ---
65
+
66
+ # Dataset Card for Gigaspeech 2
67
+
68
+ ## Table of Contents
69
+ - [Table of Contents](#table-of-contents)
70
+ - [Dataset Description](#dataset-description)
71
+ - [Dataset Summary](#dataset-summary)
72
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
73
+ - [Languages](#languages)
74
+ - [Dataset Structure](#dataset-structure)
75
+ - [Data Instances](#data-instances)
76
+ - [Data Fields](#data-fields)
77
+ - [Data Splits](#data-splits)
78
+ - [Dataset Creation](#dataset-creation)
79
+ - [Curation Rationale](#curation-rationale)
80
+ - [Source Data](#source-data)
81
+ - [Annotations](#annotations)
82
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
83
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
84
+ - [Social Impact of Dataset](#social-impact-of-dataset)
85
+ - [Discussion of Biases](#discussion-of-biases)
86
+ - [Other Known Limitations](#other-known-limitations)
87
+ - [Additional Information](#additional-information)
88
+ - [Dataset Curators](#dataset-curators)
89
+ - [Licensing Information](#licensing-information)
90
+ - [Citation Information](#citation-information)
91
+ - [Contributions](#contributions)
92
+ - [Terms of Access](#terms-of-access)
93
+
94
+
95
+ ## Dataset Description
96
+
97
+ - **Homepage:** https://github.com/SpeechColab/GigaSpeech2
98
+ - **Repository:** https://github.com/SpeechColab/GigaSpeech2
99
+ - **Paper:** TODO:
100
+ - **Leaderboard:** https://github.com/SpeechColab/GigaSpeech2#leaderboard
101
+ - **Point of Contact:** [gigaspeech@speechcolab.org](mailto:gigaspeech@speechcolab.org)
102
+
103
+ ## Dataset Description
104
+ GigaSpeech 2 is an evolving, large-scale, multi-domain, and multilingual ASR corpus focusing on low-resource languages. $GigaSpeech 2 raw$ comprises about 30,000 hours of automatically transcribed speech, across Thai, Indonesian, and Vietnamese. $GigaSpeech 2 refine$ consists of 10,000 hours of Thai, 6,000 hours each for Indonesian and Vietnamese.
105
+
106
+ ### Example Usage
107
+ 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
+
120
+ ### Data Instances
121
+ TODO:
122
+
123
+ ### Data Fields
124
+ TODO:
125
+
126
+ ### Data Splits
127
+ TODO:
128
+
129
+ #### Transcribed Training Subsets Size
130
+ TODO:
131
+
132
+ #### Transcribed Evaluation Subsets
133
+ TODO:
134
+
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
+
221
+ 1. Researcher shall use the Database only for non-commercial research and educational purposes.
222
+ 2. The SpeechColab team and Tsinghua University make no representations or warranties regarding the Database, including but not limited to warranties of non-infringement or fitness for a particular purpose.
223
+ 3. Researcher accepts full responsibility for his or her use of the Database and shall defend and indemnify the SpeechColab team and Tsinghua University, including their employees, Trustees, officers and agents, against any and all claims arising from Researcher's use of the Database, including but not limited to Researcher's use of any copies of copyrighted audio files that he or she may create from the Database.
224
+ 4. Researcher may provide research associates and colleagues with access to the Database provided that they first agree to be bound by these terms and conditions.
225
+ 5. The SpeechColab team and Tsinghua University reserve the right to terminate Researcher's access to the Database at any time.
226
+ 6. If Researcher is employed by a for-profit, commercial entity, Researcher's employer shall also be bound by these terms and conditions, and Researcher hereby represents that he or she is fully authorized to enter into this agreement on behalf of such employer.