Datasets:
Tasks:
Automatic Speech Recognition
Formats:
parquet
Languages:
English
Size:
1M - 10M
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -296,8 +296,35 @@ English
|
|
296 |
}
|
297 |
|
298 |
### Data Splits
|
299 |
-
|
300 |
-
We provide
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
301 |
|
302 |
## Dataset Creation
|
303 |
|
|
|
296 |
}
|
297 |
|
298 |
### Data Splits
|
299 |
+
We provide the following configurations for the dataset: `cc-by-clean` (`"clean"`), `cc-by-dirty` (`"dirty"`), `cc-by-sa-clean` (`"clean_sa"`), `cc-by-sa-dirty` (`"dirty_sa"`), and `microset` (`"microset"`).
|
300 |
+
We also provide validation and test configurations, which are not only available as standalone configurations but are also included as validation and test splits within each of the above configurations for ease of use.
|
301 |
+
Specifically:
|
302 |
+
- Setting `config_name="validation"` and `split="validation"` corresponds to the validation split of any of the configurations: `"clean"`, `"clean_sa"`, `"dirty"`, or `"dirty_sa"`.
|
303 |
+
- Similarly, setting `config_name="test"` and `split="test"` corresponds to the test split of these configurations.
|
304 |
+
```
|
305 |
+
βββ clean
|
306 |
+
β βββ train
|
307 |
+
β βββ validation
|
308 |
+
β βββ test
|
309 |
+
βββ clean_sa
|
310 |
+
β βββ train
|
311 |
+
β βββ validation
|
312 |
+
β βββ test
|
313 |
+
βββ dirty
|
314 |
+
β βββ train
|
315 |
+
β βββ validation
|
316 |
+
β βββ test
|
317 |
+
βββ dirty_sa
|
318 |
+
β βββ train
|
319 |
+
β βββ validation
|
320 |
+
β βββ test
|
321 |
+
βββ microset
|
322 |
+
β βββ train
|
323 |
+
βββ validation
|
324 |
+
β βββ validation
|
325 |
+
βββ test
|
326 |
+
βββ test
|
327 |
+
```
|
328 |
|
329 |
## Dataset Creation
|
330 |
|