nguyenvulebinh commited on
Commit
025b584
1 Parent(s): 8035cd6

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +305 -0
README.md ADDED
@@ -0,0 +1,305 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: LibriSpeech
3
+ annotations_creators:
4
+ - expert-generated
5
+ language_creators:
6
+ - crowdsourced
7
+ - expert-generated
8
+ language:
9
+ - en
10
+ license:
11
+ - cc-by-4.0
12
+ multilinguality:
13
+ - monolingual
14
+ paperswithcode_id: librispeech-1
15
+ size_categories:
16
+ - 100K<n<1M
17
+ source_datasets:
18
+ - original
19
+ task_categories:
20
+ - automatic-speech-recognition
21
+ - audio-classification
22
+ task_ids:
23
+ - speaker-identification
24
+ dataset_info:
25
+ - config_name: clean
26
+ features:
27
+ - name: file
28
+ dtype: string
29
+ - name: audio
30
+ dtype:
31
+ audio:
32
+ sampling_rate: 16000
33
+ - name: text
34
+ dtype: string
35
+ - name: speaker_id
36
+ dtype: int64
37
+ - name: chapter_id
38
+ dtype: int64
39
+ - name: id
40
+ dtype: string
41
+ splits:
42
+ - name: train.100
43
+ num_bytes: 6619683041
44
+ num_examples: 28539
45
+ - name: train.360
46
+ num_bytes: 23898214592
47
+ num_examples: 104014
48
+ - name: validation
49
+ num_bytes: 359572231
50
+ num_examples: 2703
51
+ - name: test
52
+ num_bytes: 367705423
53
+ num_examples: 2620
54
+ download_size: 30121377654
55
+ dataset_size: 31245175287
56
+ - config_name: other
57
+ features:
58
+ - name: file
59
+ dtype: string
60
+ - name: audio
61
+ dtype:
62
+ audio:
63
+ sampling_rate: 16000
64
+ - name: text
65
+ dtype: string
66
+ - name: speaker_id
67
+ dtype: int64
68
+ - name: chapter_id
69
+ dtype: int64
70
+ - name: id
71
+ dtype: string
72
+ splits:
73
+ - name: train.500
74
+ num_bytes: 31810256902
75
+ num_examples: 148688
76
+ - name: validation
77
+ num_bytes: 337283304
78
+ num_examples: 2864
79
+ - name: test
80
+ num_bytes: 352396474
81
+ num_examples: 2939
82
+ download_size: 31236565377
83
+ dataset_size: 32499936680
84
+ - config_name: all
85
+ features:
86
+ - name: file
87
+ dtype: string
88
+ - name: audio
89
+ dtype:
90
+ audio:
91
+ sampling_rate: 16000
92
+ - name: text
93
+ dtype: string
94
+ - name: speaker_id
95
+ dtype: int64
96
+ - name: chapter_id
97
+ dtype: int64
98
+ - name: id
99
+ dtype: string
100
+ splits:
101
+ - name: train.clean.100
102
+ num_bytes: 6627791685
103
+ num_examples: 28539
104
+ - name: train.clean.360
105
+ num_bytes: 23927767570
106
+ num_examples: 104014
107
+ - name: train.other.500
108
+ num_bytes: 31852502880
109
+ num_examples: 148688
110
+ - name: validation.clean
111
+ num_bytes: 359505691
112
+ num_examples: 2703
113
+ - name: validation.other
114
+ num_bytes: 337213112
115
+ num_examples: 2864
116
+ - name: test.clean
117
+ num_bytes: 368449831
118
+ num_examples: 2620
119
+ - name: test.other
120
+ num_bytes: 353231518
121
+ num_examples: 2939
122
+ download_size: 61357943031
123
+ dataset_size: 63826462287
124
+ ---
125
+
126
+ # Dataset Card for librispeech_asr
127
+
128
+ ## Table of Contents
129
+ - [Dataset Description](#dataset-description)
130
+ - [Dataset Summary](#dataset-summary)
131
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
132
+ - [Languages](#languages)
133
+ - [Dataset Structure](#dataset-structure)
134
+ - [Data Instances](#data-instances)
135
+ - [Data Fields](#data-fields)
136
+ - [Data Splits](#data-splits)
137
+ - [Dataset Creation](#dataset-creation)
138
+ - [Curation Rationale](#curation-rationale)
139
+ - [Source Data](#source-data)
140
+ - [Annotations](#annotations)
141
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
142
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
143
+ - [Social Impact of Dataset](#social-impact-of-dataset)
144
+ - [Discussion of Biases](#discussion-of-biases)
145
+ - [Other Known Limitations](#other-known-limitations)
146
+ - [Additional Information](#additional-information)
147
+ - [Dataset Curators](#dataset-curators)
148
+ - [Licensing Information](#licensing-information)
149
+ - [Citation Information](#citation-information)
150
+ - [Contributions](#contributions)
151
+
152
+ ## Dataset Description
153
+
154
+ - **Homepage:** [LibriSpeech ASR corpus](http://www.openslr.org/12)
155
+ - **Repository:** [Needs More Information]
156
+ - **Paper:** [LibriSpeech: An ASR Corpus Based On Public Domain Audio Books](https://www.danielpovey.com/files/2015_icassp_librispeech.pdf)
157
+ - **Leaderboard:** [The 🤗 Speech Bench](https://huggingface.co/spaces/huggingface/hf-speech-bench)
158
+ - **Point of Contact:** [Daniel Povey](mailto:[email protected])
159
+
160
+ ### Dataset Summary
161
+
162
+ LibriSpeech is a corpus of approximately 1000 hours of 16kHz read English speech, prepared by Vassil Panayotov with the assistance of Daniel Povey. The data is derived from read audiobooks from the LibriVox project, and has been carefully segmented and aligned.
163
+
164
+ ### Supported Tasks and Leaderboards
165
+
166
+ - `automatic-speech-recognition`, `audio-speaker-identification`: 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 Hugging Face leaderboard which can be found at https://huggingface.co/spaces/huggingface/hf-speech-bench. The leaderboard ranks models uploaded to the Hub based on their WER. An external leaderboard at https://paperswithcode.com/sota/speech-recognition-on-librispeech-test-clean ranks the latest models from research and academia.
167
+
168
+ ### Languages
169
+
170
+ The audio is in English. There are two configurations: `clean` and `other`.
171
+ The speakers in the corpus were ranked according to the WER of the transcripts of a model trained on
172
+ a different dataset, and were divided roughly in the middle,
173
+ with the lower-WER speakers designated as "clean" and the higher WER speakers designated as "other".
174
+
175
+ ## Dataset Structure
176
+
177
+ ### Data Instances
178
+
179
+ A typical data point comprises the path to the audio file, usually called `file` and its transcription, called `text`. Some additional information about the speaker and the passage which contains the transcription is provided.
180
+
181
+ ```
182
+ {'chapter_id': 141231,
183
+ 'file': '/home/patrick/.cache/huggingface/datasets/downloads/extracted/b7ded9969e09942ab65313e691e6fc2e12066192ee8527e21d634aca128afbe2/dev_clean/1272/141231/1272-141231-0000.flac',
184
+ 'audio': {'path': '/home/patrick/.cache/huggingface/datasets/downloads/extracted/b7ded9969e09942ab65313e691e6fc2e12066192ee8527e21d634aca128afbe2/dev_clean/1272/141231/1272-141231-0000.flac',
185
+ 'array': array([-0.00048828, -0.00018311, -0.00137329, ..., 0.00079346,
186
+ 0.00091553, 0.00085449], dtype=float32),
187
+ 'sampling_rate': 16000},
188
+ 'id': '1272-141231-0000',
189
+ 'speaker_id': 1272,
190
+ 'text': 'A MAN SAID TO THE UNIVERSE SIR I EXIST'}
191
+ ```
192
+
193
+
194
+ ### Data Fields
195
+
196
+ - file: A path to the downloaded audio file in .flac format.
197
+
198
+ - audio: A dictionary containing the path to the downloaded audio file, the decoded audio array, and the sampling rate. Note that when accessing the audio column: `dataset[0]["audio"]` the audio file is automatically decoded and resampled to `dataset.features["audio"].sampling_rate`. Decoding and resampling of a large number of audio files might take a significant amount of time. Thus it is important to first query the sample index before the `"audio"` column, *i.e.* `dataset[0]["audio"]` should **always** be preferred over `dataset["audio"][0]`.
199
+
200
+ - text: the transcription of the audio file.
201
+
202
+ - id: unique id of the data sample.
203
+
204
+ - speaker_id: unique id of the speaker. The same speaker id can be found for multiple data samples.
205
+
206
+ - chapter_id: id of the audiobook chapter which includes the transcription.
207
+
208
+ ### Data Splits
209
+
210
+ The size of the corpus makes it impractical, or at least inconvenient
211
+ for some users, to distribute it as a single large archive. Thus the
212
+ training portion of the corpus is split into three subsets, with approximate size 100, 360 and 500 hours respectively.
213
+ A simple automatic
214
+ procedure was used to select the audio in the first two sets to be, on
215
+ average, of higher recording quality and with accents closer to US
216
+ English. An acoustic model was trained on WSJ’s si-84 data subset
217
+ and was used to recognize the audio in the corpus, using a bigram
218
+ LM estimated on the text of the respective books. We computed the
219
+ Word Error Rate (WER) of this automatic transcript relative to our
220
+ reference transcripts obtained from the book texts.
221
+ The speakers in the corpus were ranked according to the WER of
222
+ the WSJ model’s transcripts, and were divided roughly in the middle,
223
+ with the lower-WER speakers designated as "clean" and the higher-WER speakers designated as "other".
224
+
225
+ For "clean", the data is split into train, validation, and test set. The train set is further split into train.100 and train.360
226
+ respectively accounting for 100h and 360h of the training data.
227
+ For "other", the data is split into train, validation, and test set. The train set contains approximately 500h of recorded speech.
228
+
229
+ | | Train.500 | Train.360 | Train.100 | Valid | Test |
230
+ | ----- | ------ | ----- | ---- | ---- | ---- |
231
+ | clean | - | 104014 | 28539 | 2703 | 2620|
232
+ | other | 148688 | - | - | 2864 | 2939 |
233
+
234
+
235
+
236
+ ## Dataset Creation
237
+
238
+ ### Curation Rationale
239
+
240
+ [Needs More Information]
241
+
242
+ ### Source Data
243
+
244
+ #### Initial Data Collection and Normalization
245
+
246
+ [Needs More Information]
247
+
248
+ #### Who are the source language producers?
249
+
250
+ [Needs More Information]
251
+
252
+ ### Annotations
253
+
254
+ #### Annotation process
255
+
256
+ [Needs More Information]
257
+
258
+ #### Who are the annotators?
259
+
260
+ [Needs More Information]
261
+
262
+ ### Personal and Sensitive Information
263
+
264
+ The dataset consists of people who have donated their voice online. You agree to not attempt to determine the identity of speakers in this dataset.
265
+
266
+ ## Considerations for Using the Data
267
+
268
+ ### Social Impact of Dataset
269
+
270
+ [More Information Needed]
271
+
272
+ ### Discussion of Biases
273
+
274
+ [More Information Needed]
275
+
276
+ ### Other Known Limitations
277
+
278
+ [Needs More Information]
279
+
280
+ ## Additional Information
281
+
282
+ ### Dataset Curators
283
+
284
+ The dataset was initially created by Vassil Panayotov, Guoguo Chen, Daniel Povey, and Sanjeev Khudanpur.
285
+
286
+ ### Licensing Information
287
+
288
+ [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
289
+
290
+ ### Citation Information
291
+
292
+ ```
293
+ @inproceedings{panayotov2015librispeech,
294
+ title={Librispeech: an ASR corpus based on public domain audio books},
295
+ author={Panayotov, Vassil and Chen, Guoguo and Povey, Daniel and Khudanpur, Sanjeev},
296
+ booktitle={Acoustics, Speech and Signal Processing (ICASSP), 2015 IEEE International Conference on},
297
+ pages={5206--5210},
298
+ year={2015},
299
+ organization={IEEE}
300
+ }
301
+ ```
302
+
303
+ ### Contributions
304
+
305
+ Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.