Holger1997 commited on
Commit
96255b3
·
verified ·
1 Parent(s): 84f8ec7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +186 -282
README.md CHANGED
@@ -23,291 +23,195 @@ tags:
23
  - speech
24
  - audio
25
  dataset-info:
26
- - config_name: horizontal
27
- features:
28
- - name: audio
29
- dtype: audio
30
- - name: original_path
31
- dtype: string
32
- - name: duration
33
- dtype: float64
34
- - name: transcript
35
- dtype: string
36
- - name: audio_duration
37
- dtype: float64
38
- - name: speaker_id
39
- dtype: string
40
- - name: chapter_id
41
- dtype: string
42
- - name: file
43
- dtype: string
44
- - name: id
45
- dtype: string
46
- - name: microphone_left_x
47
- dtype: float64
48
- - name: microphone_left_y
49
- dtype: float64
50
- - name: microphone_left_z
51
- dtype: float64
52
- - name: microphone_right_x
53
- dtype: float64
54
- - name: microphone_right_y
55
- dtype: float64
56
- - name: microphone_right_z
57
- dtype: float64
58
- - name: elevation
59
- dtype: float64
60
- - name: azimuth
61
- dtype: float64
62
- splits:
63
- - name: train_clean_100
64
- num_bytes: x
65
- num_examples: x
66
- - name: train_clean_360
67
- num_bytes: x
68
- num_examples: x
69
- - name: train_other_500
70
- num_bytes: x
71
- num_examples: x
72
- - name: dev_clean
73
- num_bytes: x
74
- num_examples: x
75
- - name: dev_other
76
- num_bytes: x
77
- num_examples: x
78
- - name: test_clean
79
- num_bytes: x
80
- num_examples: x
81
- - name: test_other
82
- num_bytes: x
83
- num_examples: x
84
- download_size: x
85
- dataset_size: x
86
- - config_name: spherical
87
- features:
88
- - name: audio
89
- dtype: audio
90
- - name: original_path
91
- dtype: string
92
- - name: duration
93
- dtype: float64
94
- - name: transcript
95
- dtype: string
96
- - name: audio_duration
97
- dtype: float64
98
- - name: speaker_id
99
- dtype: string
100
- - name: chapter_id
101
- dtype: string
102
- - name: file
103
- dtype: string
104
- - name: id
105
- dtype: string
106
- - name: microphone_left_x
107
- dtype: float64
108
- - name: microphone_left_y
109
- dtype: float64
110
- - name: microphone_left_z
111
- dtype: float64
112
- - name: microphone_right_x
113
- dtype: float64
114
- - name: microphone_right_y
115
- dtype: float64
116
- - name: microphone_right_z
117
- dtype: float64
118
- - name: elevation
119
- dtype: float64
120
- - name: azimuth
121
- dtype: float64
122
- splits:
123
- - name: train_clean_100
124
- num_bytes: x
125
- num_examples: x
126
- - name: train_clean_360
127
- num_bytes: x
128
- num_examples: x
129
- - name: train_other_500
130
- num_bytes: x
131
- num_examples: x
132
- - name: dev_clean
133
- num_bytes: x
134
- num_examples: x
135
- - name: dev_other
136
- num_bytes: x
137
- num_examples: x
138
- - name: test_clean
139
- num_bytes: x
140
- num_examples: x
141
- - name: test_other
142
- num_bytes: x
143
- num_examples: x
144
- download_size: x
145
- dataset_size: x
146
- - config_name: horizontal_front_only
147
- features:
148
- - name: audio
149
- dtype: audio
150
- - name: original_path
151
- dtype: string
152
- - name: duration
153
- dtype: float64
154
- - name: transcript
155
- dtype: string
156
- - name: audio_duration
157
- dtype: float64
158
- - name: speaker_id
159
- dtype: string
160
- - name: chapter_id
161
- dtype: string
162
- - name: file
163
- dtype: string
164
- - name: id
165
- dtype: string
166
- - name: microphone_left_x
167
- dtype: float64
168
- - name: microphone_left_y
169
- dtype: float64
170
- - name: microphone_left_z
171
- dtype: float64
172
- - name: microphone_right_x
173
- dtype: float64
174
- - name: microphone_right_y
175
- dtype: float64
176
- - name: microphone_right_z
177
- dtype: float64
178
- - name: elevation
179
- dtype: float64
180
- - name: azimuth
181
- dtype: float64
182
- splits:
183
- - name: train_clean_100
184
- num_bytes: x
185
- num_examples: x
186
- - name: train_clean_360
187
- num_bytes: x
188
- num_examples: x
189
- - name: train_other_500
190
- num_bytes: x
191
- num_examples: x
192
- - name: dev_clean
193
- num_bytes: x
194
- num_examples: x
195
- - name: dev_other
196
- num_bytes: x
197
- num_examples: x
198
- - name: test_clean
199
- num_bytes: x
200
- num_examples: x
201
- - name: test_other
202
- num_bytes: x
203
- num_examples: x
204
- download_size: x
205
- dataset_size: x
206
- - config_name: spherical_front_only
207
- features:
208
- - name: audio
209
- dtype: audio
210
- - name: original_path
211
- dtype: string
212
- - name: duration
213
- dtype: float64
214
- - name: transcript
215
- dtype: string
216
- - name: audio_duration
217
- dtype: float64
218
- - name: speaker_id
219
- dtype: string
220
- - name: chapter_id
221
- dtype: string
222
- - name: file
223
- dtype: string
224
- - name: id
225
- dtype: string
226
- - name: microphone_left_x
227
- dtype: float64
228
- - name: microphone_left_y
229
- dtype: float64
230
- - name: microphone_left_z
231
- dtype: float64
232
- - name: microphone_right_x
233
- dtype: float64
234
- - name: microphone_right_y
235
- dtype: float64
236
- - name: microphone_right_z
237
- dtype: float64
238
- - name: elevation
239
- dtype: float64
240
- - name: azimuth
241
- dtype: float64
242
- splits:
243
- - name: train_clean_100
244
- num_bytes: x
245
- num_examples: x
246
- - name: train_clean_360
247
- num_bytes: x
248
- num_examples: x
249
- - name: train_other_500
250
- num_bytes: x
251
- num_examples: x
252
- - name: dev_clean
253
- num_bytes: x
254
- num_examples: x
255
- - name: dev_other
256
- num_bytes: x
257
- num_examples: x
258
- - name: test_clean
259
- num_bytes: x
260
- num_examples: x
261
- - name: test_other
262
- num_bytes: x
263
- num_examples: x
264
- download_size: x
265
- dataset_size: x
266
- dataset_info:
267
- config_name: horizontal_plane_front_only
268
- features:
269
- - name: elevation
270
- dtype: int64
271
- - name: azimuth
272
- dtype: int64
273
- - name: microphone_left_x
274
- dtype: float64
275
- - name: microphone_left_y
276
- dtype: float64
277
- - name: microphone_left_z
278
- dtype: float64
279
- - name: microphone_right_x
280
- dtype: float64
281
- - name: microphone_right_y
282
- dtype: float64
283
- - name: microphone_right_z
284
- dtype: float64
285
- - name: transcript
286
- dtype: string
287
- - name: audio
288
- dtype:
289
- audio:
290
- mono: false
291
- - name: speaker_id
292
- dtype: string
293
- - name: chapter_id
294
- dtype: string
295
- - name: file
296
- dtype: string
297
- - name: duration
298
- dtype: float64
299
- splits:
300
- - name: test_clean
301
- num_bytes: 756050064.48
302
- num_examples: 2620
303
- - name: test_other
304
- num_bytes: 729731439.188
305
- num_examples: 2939
306
- download_size: 1485439959
307
- dataset_size: 1485781503.668
308
  configs:
309
  - config_name: horizontal_plane_front_only
310
  data_files:
 
 
 
 
 
 
311
  - split: test_clean
312
  path: horizontal_plane_front_only/test_clean-*
313
  - split: test_other
 
23
  - speech
24
  - audio
25
  dataset-info:
26
+ - config_name: horizontal
27
+ features:
28
+ - name: audio
29
+ dtype: audio
30
+ - name: original_path
31
+ dtype: string
32
+ - name: duration
33
+ dtype: float64
34
+ - name: transcript
35
+ dtype: string
36
+ - name: audio_duration
37
+ dtype: float64
38
+ - name: speaker_id
39
+ dtype: string
40
+ - name: chapter_id
41
+ dtype: string
42
+ - name: file
43
+ dtype: string
44
+ - name: id
45
+ dtype: string
46
+ - name: microphone_left_x
47
+ dtype: float64
48
+ - name: microphone_left_y
49
+ dtype: float64
50
+ - name: microphone_left_z
51
+ dtype: float64
52
+ - name: microphone_right_x
53
+ dtype: float64
54
+ - name: microphone_right_y
55
+ dtype: float64
56
+ - name: microphone_right_z
57
+ dtype: float64
58
+ - name: elevation
59
+ dtype: float64
60
+ - name: azimuth
61
+ dtype: float64
62
+ splits:
63
+ - name: train_clean_100
64
+ num_bytes: x
65
+ num_examples: x
66
+ - name: train_clean_360
67
+ num_bytes: x
68
+ num_examples: x
69
+ - name: train_other_500
70
+ num_bytes: x
71
+ num_examples: x
72
+ - name: dev_clean
73
+ num_bytes: x
74
+ num_examples: x
75
+ - name: dev_other
76
+ num_bytes: x
77
+ num_examples: x
78
+ - name: test_clean
79
+ num_bytes: x
80
+ num_examples: x
81
+ - name: test_other
82
+ num_bytes: x
83
+ num_examples: x
84
+ download_size: x
85
+ dataset_size: x
86
+ - config_name: horizontal_front_only
87
+ features:
88
+ - name: audio
89
+ dtype: audio
90
+ - name: original_path
91
+ dtype: string
92
+ - name: duration
93
+ dtype: float64
94
+ - name: transcript
95
+ dtype: string
96
+ - name: audio_duration
97
+ dtype: float64
98
+ - name: speaker_id
99
+ dtype: string
100
+ - name: chapter_id
101
+ dtype: string
102
+ - name: file
103
+ dtype: string
104
+ - name: id
105
+ dtype: string
106
+ - name: microphone_left_x
107
+ dtype: float64
108
+ - name: microphone_left_y
109
+ dtype: float64
110
+ - name: microphone_left_z
111
+ dtype: float64
112
+ - name: microphone_right_x
113
+ dtype: float64
114
+ - name: microphone_right_y
115
+ dtype: float64
116
+ - name: microphone_right_z
117
+ dtype: float64
118
+ - name: elevation
119
+ dtype: float64
120
+ - name: azimuth
121
+ dtype: float64
122
+ splits:
123
+ - name: train_clean_100
124
+ num_bytes: x
125
+ num_examples: x
126
+ - name: train_clean_360
127
+ num_bytes: x
128
+ num_examples: x
129
+ - name: train_other_500
130
+ num_bytes: x
131
+ num_examples: x
132
+ - name: dev_clean
133
+ num_bytes: x
134
+ num_examples: x
135
+ - name: dev_other
136
+ num_bytes: x
137
+ num_examples: x
138
+ - name: test_clean
139
+ num_bytes: x
140
+ num_examples: x
141
+ - name: test_other
142
+ num_bytes: x
143
+ num_examples: x
144
+ download_size: x
145
+ dataset_size: x
146
+ - config_name: spherical
147
+ features:
148
+ - name: audio
149
+ dtype: audio
150
+ - name: original_path
151
+ dtype: string
152
+ - name: duration
153
+ dtype: float64
154
+ - name: transcript
155
+ dtype: string
156
+ - name: audio_duration
157
+ dtype: float64
158
+ - name: speaker_id
159
+ dtype: string
160
+ - name: chapter_id
161
+ dtype: string
162
+ - name: file
163
+ dtype: string
164
+ - name: id
165
+ dtype: string
166
+ - name: microphone_left_x
167
+ dtype: float64
168
+ - name: microphone_left_y
169
+ dtype: float64
170
+ - name: microphone_left_z
171
+ dtype: float64
172
+ - name: microphone_right_x
173
+ dtype: float64
174
+ - name: microphone_right_y
175
+ dtype: float64
176
+ - name: microphone_right_z
177
+ dtype: float64
178
+ - name: elevation
179
+ dtype: float64
180
+ - name: azimuth
181
+ dtype: float64
182
+ splits:
183
+ - name: train_clean_100
184
+ num_bytes: x
185
+ num_examples: x
186
+ - name: train_clean_360
187
+ num_bytes: x
188
+ num_examples: x
189
+ - name: train_other_500
190
+ num_bytes: x
191
+ num_examples: x
192
+ - name: dev_clean
193
+ num_bytes: x
194
+ num_examples: x
195
+ - name: dev_other
196
+ num_bytes: x
197
+ num_examples: x
198
+ - name: test_clean
199
+ num_bytes: x
200
+ num_examples: x
201
+ - name: test_other
202
+ num_bytes: x
203
+ num_examples: x
204
+ download_size: x
205
+ dataset_size: x
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
206
  configs:
207
  - config_name: horizontal_plane_front_only
208
  data_files:
209
+ - split: train_clean_100
210
+ path: horizontal_plane_front_only/train_100_clean-*
211
+ - split: dev_clean
212
+ path: horizontal_plane_front_only/dev_clean-*
213
+ - split: dev_other
214
+ path: horizontal_plane_front_only/dev_other-*
215
  - split: test_clean
216
  path: horizontal_plane_front_only/test_clean-*
217
  - split: test_other