Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -27,6 +27,245 @@ task_categories:
|
|
| 27 |
- audio-classification
|
| 28 |
task_ids:
|
| 29 |
- speaker-identification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
---
|
| 31 |
|
| 32 |
# Dataset Card for MultiLingual LibriSpeech
|
|
@@ -193,4 +432,4 @@ Public Domain, Creative Commons Attribution 4.0 International Public License ([C
|
|
| 193 |
|
| 194 |
### Contributions
|
| 195 |
|
| 196 |
-
Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.
|
|
|
|
| 27 |
- audio-classification
|
| 28 |
task_ids:
|
| 29 |
- speaker-identification
|
| 30 |
+
dataset_info:
|
| 31 |
+
- config_name: polish
|
| 32 |
+
features:
|
| 33 |
+
- name: file
|
| 34 |
+
dtype: string
|
| 35 |
+
- name: audio
|
| 36 |
+
dtype:
|
| 37 |
+
audio:
|
| 38 |
+
sampling_rate: 16000
|
| 39 |
+
- name: text
|
| 40 |
+
dtype: string
|
| 41 |
+
- name: speaker_id
|
| 42 |
+
dtype: int64
|
| 43 |
+
- name: chapter_id
|
| 44 |
+
dtype: int64
|
| 45 |
+
- name: id
|
| 46 |
+
dtype: string
|
| 47 |
+
splits:
|
| 48 |
+
- name: test
|
| 49 |
+
num_bytes: 332317
|
| 50 |
+
num_examples: 520
|
| 51 |
+
- name: train
|
| 52 |
+
num_bytes: 16136430
|
| 53 |
+
num_examples: 25043
|
| 54 |
+
- name: train.1h
|
| 55 |
+
num_bytes: 145411
|
| 56 |
+
num_examples: 238
|
| 57 |
+
- name: train.9h
|
| 58 |
+
num_bytes: 1383232
|
| 59 |
+
num_examples: 2173
|
| 60 |
+
- name: validation
|
| 61 |
+
num_bytes: 318964
|
| 62 |
+
num_examples: 512
|
| 63 |
+
download_size: 6609569551
|
| 64 |
+
dataset_size: 18316354
|
| 65 |
+
- config_name: german
|
| 66 |
+
features:
|
| 67 |
+
- name: file
|
| 68 |
+
dtype: string
|
| 69 |
+
- name: audio
|
| 70 |
+
dtype:
|
| 71 |
+
audio:
|
| 72 |
+
sampling_rate: 16000
|
| 73 |
+
- name: text
|
| 74 |
+
dtype: string
|
| 75 |
+
- name: speaker_id
|
| 76 |
+
dtype: int64
|
| 77 |
+
- name: chapter_id
|
| 78 |
+
dtype: int64
|
| 79 |
+
- name: id
|
| 80 |
+
dtype: string
|
| 81 |
+
splits:
|
| 82 |
+
- name: test
|
| 83 |
+
num_bytes: 2131177
|
| 84 |
+
num_examples: 3394
|
| 85 |
+
- name: train
|
| 86 |
+
num_bytes: 277089334
|
| 87 |
+
num_examples: 469942
|
| 88 |
+
- name: train.1h
|
| 89 |
+
num_bytes: 145998
|
| 90 |
+
num_examples: 241
|
| 91 |
+
- name: train.9h
|
| 92 |
+
num_bytes: 1325460
|
| 93 |
+
num_examples: 2194
|
| 94 |
+
- name: validation
|
| 95 |
+
num_bytes: 2160779
|
| 96 |
+
num_examples: 3469
|
| 97 |
+
download_size: 122944886305
|
| 98 |
+
dataset_size: 282852748
|
| 99 |
+
- config_name: dutch
|
| 100 |
+
features:
|
| 101 |
+
- name: file
|
| 102 |
+
dtype: string
|
| 103 |
+
- name: audio
|
| 104 |
+
dtype:
|
| 105 |
+
audio:
|
| 106 |
+
sampling_rate: 16000
|
| 107 |
+
- name: text
|
| 108 |
+
dtype: string
|
| 109 |
+
- name: speaker_id
|
| 110 |
+
dtype: int64
|
| 111 |
+
- name: chapter_id
|
| 112 |
+
dtype: int64
|
| 113 |
+
- name: id
|
| 114 |
+
dtype: string
|
| 115 |
+
splits:
|
| 116 |
+
- name: test
|
| 117 |
+
num_bytes: 1945428
|
| 118 |
+
num_examples: 3075
|
| 119 |
+
- name: train
|
| 120 |
+
num_bytes: 218648573
|
| 121 |
+
num_examples: 374287
|
| 122 |
+
- name: train.1h
|
| 123 |
+
num_bytes: 141672
|
| 124 |
+
num_examples: 234
|
| 125 |
+
- name: train.9h
|
| 126 |
+
num_bytes: 1281951
|
| 127 |
+
num_examples: 2153
|
| 128 |
+
- name: validation
|
| 129 |
+
num_bytes: 1984165
|
| 130 |
+
num_examples: 3095
|
| 131 |
+
download_size: 92158429530
|
| 132 |
+
dataset_size: 224001789
|
| 133 |
+
- config_name: french
|
| 134 |
+
features:
|
| 135 |
+
- name: file
|
| 136 |
+
dtype: string
|
| 137 |
+
- name: audio
|
| 138 |
+
dtype:
|
| 139 |
+
audio:
|
| 140 |
+
sampling_rate: 16000
|
| 141 |
+
- name: text
|
| 142 |
+
dtype: string
|
| 143 |
+
- name: speaker_id
|
| 144 |
+
dtype: int64
|
| 145 |
+
- name: chapter_id
|
| 146 |
+
dtype: int64
|
| 147 |
+
- name: id
|
| 148 |
+
dtype: string
|
| 149 |
+
splits:
|
| 150 |
+
- name: test
|
| 151 |
+
num_bytes: 1539152
|
| 152 |
+
num_examples: 2426
|
| 153 |
+
- name: train
|
| 154 |
+
num_bytes: 162009691
|
| 155 |
+
num_examples: 258213
|
| 156 |
+
- name: train.1h
|
| 157 |
+
num_bytes: 146699
|
| 158 |
+
num_examples: 241
|
| 159 |
+
- name: train.9h
|
| 160 |
+
num_bytes: 1347707
|
| 161 |
+
num_examples: 2167
|
| 162 |
+
- name: validation
|
| 163 |
+
num_bytes: 1482961
|
| 164 |
+
num_examples: 2416
|
| 165 |
+
download_size: 64474642518
|
| 166 |
+
dataset_size: 166526210
|
| 167 |
+
- config_name: spanish
|
| 168 |
+
features:
|
| 169 |
+
- name: file
|
| 170 |
+
dtype: string
|
| 171 |
+
- name: audio
|
| 172 |
+
dtype:
|
| 173 |
+
audio:
|
| 174 |
+
sampling_rate: 16000
|
| 175 |
+
- name: text
|
| 176 |
+
dtype: string
|
| 177 |
+
- name: speaker_id
|
| 178 |
+
dtype: int64
|
| 179 |
+
- name: chapter_id
|
| 180 |
+
dtype: int64
|
| 181 |
+
- name: id
|
| 182 |
+
dtype: string
|
| 183 |
+
splits:
|
| 184 |
+
- name: test
|
| 185 |
+
num_bytes: 1464565
|
| 186 |
+
num_examples: 2385
|
| 187 |
+
- name: train
|
| 188 |
+
num_bytes: 136743162
|
| 189 |
+
num_examples: 220701
|
| 190 |
+
- name: train.1h
|
| 191 |
+
num_bytes: 138734
|
| 192 |
+
num_examples: 233
|
| 193 |
+
- name: train.9h
|
| 194 |
+
num_bytes: 1288180
|
| 195 |
+
num_examples: 2110
|
| 196 |
+
- name: validation
|
| 197 |
+
num_bytes: 1463115
|
| 198 |
+
num_examples: 2408
|
| 199 |
+
download_size: 53296894035
|
| 200 |
+
dataset_size: 141097756
|
| 201 |
+
- config_name: italian
|
| 202 |
+
features:
|
| 203 |
+
- name: file
|
| 204 |
+
dtype: string
|
| 205 |
+
- name: audio
|
| 206 |
+
dtype:
|
| 207 |
+
audio:
|
| 208 |
+
sampling_rate: 16000
|
| 209 |
+
- name: text
|
| 210 |
+
dtype: string
|
| 211 |
+
- name: speaker_id
|
| 212 |
+
dtype: int64
|
| 213 |
+
- name: chapter_id
|
| 214 |
+
dtype: int64
|
| 215 |
+
- name: id
|
| 216 |
+
dtype: string
|
| 217 |
+
splits:
|
| 218 |
+
- name: test
|
| 219 |
+
num_bytes: 746977
|
| 220 |
+
num_examples: 1262
|
| 221 |
+
- name: train
|
| 222 |
+
num_bytes: 36008104
|
| 223 |
+
num_examples: 59623
|
| 224 |
+
- name: train.1h
|
| 225 |
+
num_bytes: 145006
|
| 226 |
+
num_examples: 240
|
| 227 |
+
- name: train.9h
|
| 228 |
+
num_bytes: 1325927
|
| 229 |
+
num_examples: 2173
|
| 230 |
+
- name: validation
|
| 231 |
+
num_bytes: 732210
|
| 232 |
+
num_examples: 1248
|
| 233 |
+
download_size: 15395281399
|
| 234 |
+
dataset_size: 38958224
|
| 235 |
+
- config_name: portuguese
|
| 236 |
+
features:
|
| 237 |
+
- name: file
|
| 238 |
+
dtype: string
|
| 239 |
+
- name: audio
|
| 240 |
+
dtype:
|
| 241 |
+
audio:
|
| 242 |
+
sampling_rate: 16000
|
| 243 |
+
- name: text
|
| 244 |
+
dtype: string
|
| 245 |
+
- name: speaker_id
|
| 246 |
+
dtype: int64
|
| 247 |
+
- name: chapter_id
|
| 248 |
+
dtype: int64
|
| 249 |
+
- name: id
|
| 250 |
+
dtype: string
|
| 251 |
+
splits:
|
| 252 |
+
- name: test
|
| 253 |
+
num_bytes: 549893
|
| 254 |
+
num_examples: 871
|
| 255 |
+
- name: train
|
| 256 |
+
num_bytes: 23036487
|
| 257 |
+
num_examples: 37533
|
| 258 |
+
- name: train.1h
|
| 259 |
+
num_bytes: 143781
|
| 260 |
+
num_examples: 236
|
| 261 |
+
- name: train.9h
|
| 262 |
+
num_bytes: 1305698
|
| 263 |
+
num_examples: 2116
|
| 264 |
+
- name: validation
|
| 265 |
+
num_bytes: 512463
|
| 266 |
+
num_examples: 826
|
| 267 |
+
download_size: 9982803818
|
| 268 |
+
dataset_size: 25548322
|
| 269 |
---
|
| 270 |
|
| 271 |
# Dataset Card for MultiLingual LibriSpeech
|
|
|
|
| 432 |
|
| 433 |
### Contributions
|
| 434 |
|
| 435 |
+
Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.
|