Librispeech (mini)#
This config can be used to prepare Librispeech mini dataset in the NeMo format.
It produces manifests for the mini split of Libripseech.
This config performs the following data processing.
Downloads Librispeech data
Converts flac files to wav file
Calculates the length of wav files
Makes capitalization lowercase
Required arguments.
workspace_dir: specify the workspace folder where all audio files will be stored.
Note that you can customize any part of this config either directly or from command-line.
Output format.
This config generates 2 output manifest files:
${workspace_dir}/dev-clean-2.json
- mini dev-clean subset of the data.${workspace_dir}/train-clean-5.json
- mini train-clean subset of the data.
Output manifest contains the following fields:
audio_filepath (str): relative path to the audio files.
text (str): transcription (lower-case without punctuation).
duration (float): audio duration in seconds.
Config link: dataset_configs/english/librispeech/mini.yaml