FLEURS#
This config can be used to prepare FLEURS dataset in the NeMo format. It produces manifest for uzbek language. This config performs the following data processing.
Downloads FLEURS data
Calculates the length of wav files
Adjusts the text by removing punctuation marks and replacing some inconsistent characters.
Required arguments.
workspace_dir: specify the workspace folder where all audio files will be stored.
data_split: should be “train”, “dev” or “test”.
Note that you can customize any part of this config either directly or from command-line.
Output format
This config generates output manifest files:
${workspace_dir}/${final_manifest}
- dev subset of the data.
Output manifest contains the following keys:
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/uzbek/fleurs/config.yaml