Datasets:
Commit ·
182e12e
1
Parent(s): 4d42041
Update README.md
Browse files
README.md
CHANGED
|
@@ -48,7 +48,7 @@ librispeech = load_dataset("esc-benchmark/esc-datasets", "librispeech", split="t
|
|
| 48 |
|
| 49 |
- `split="train"`: the split. Set this to one of train/validation/test to generate a specific split. Omit the `split` argument to generate all splits for a dataset.
|
| 50 |
|
| 51 |
-
The datasets are
|
| 52 |
|
| 53 |
For three datasets of the benchmark: GigaSpeech, SPGISpeech, and Librispeech we provide different configurations.
|
| 54 |
You can load a specific configuration by passing it to the `"subconfig"` parameter:
|
|
|
|
| 48 |
|
| 49 |
- `split="train"`: the split. Set this to one of train/validation/test to generate a specific split. Omit the `split` argument to generate all splits for a dataset.
|
| 50 |
|
| 51 |
+
The datasets are fully prepared, such that the audio and transcription files can be used directly in training/evaluation scripts.
|
| 52 |
|
| 53 |
For three datasets of the benchmark: GigaSpeech, SPGISpeech, and Librispeech we provide different configurations.
|
| 54 |
You can load a specific configuration by passing it to the `"subconfig"` parameter:
|