perrynelson commited on
Commit
3fc4b8b
·
verified ·
1 Parent(s): dac2d2e

Upload dataset

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md CHANGED
@@ -155,6 +155,37 @@ dataset_info:
155
  num_examples: 184519
156
  download_size: 61066198529
157
  dataset_size: 62062743368
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
158
  configs:
159
  - config_name: ach
160
  data_files:
@@ -206,4 +237,14 @@ configs:
206
  path: ewe/test-*
207
  - split: unlabeled
208
  path: ewe/unlabeled-*
 
 
 
 
 
 
 
 
 
 
209
  ---
 
155
  num_examples: 184519
156
  download_size: 61066198529
157
  dataset_size: 62062743368
158
+ - config_name: kpo
159
+ features:
160
+ - name: id
161
+ dtype: string
162
+ - name: speaker_id
163
+ dtype: string
164
+ - name: transcription
165
+ dtype: string
166
+ - name: language
167
+ dtype: string
168
+ - name: gender
169
+ dtype: string
170
+ - name: audio
171
+ dtype:
172
+ audio:
173
+ sampling_rate: 16000
174
+ splits:
175
+ - name: train
176
+ num_bytes: 4563140553
177
+ num_examples: 14539
178
+ - name: validation
179
+ num_bytes: 570274898
180
+ num_examples: 1817
181
+ - name: test
182
+ num_bytes: 570588695
183
+ num_examples: 1818
184
+ - name: unlabeled
185
+ num_bytes: 54550165615
186
+ num_examples: 173807
187
+ download_size: 59845898490
188
+ dataset_size: 60254169761
189
  configs:
190
  - config_name: ach
191
  data_files:
 
237
  path: ewe/test-*
238
  - split: unlabeled
239
  path: ewe/unlabeled-*
240
+ - config_name: kpo
241
+ data_files:
242
+ - split: train
243
+ path: kpo/train-*
244
+ - split: validation
245
+ path: kpo/validation-*
246
+ - split: test
247
+ path: kpo/test-*
248
+ - split: unlabeled
249
+ path: kpo/unlabeled-*
250
  ---