This dataset serves as an example for training a text-to-speech (TTS) fine-tuning platform.
It consists of three columns:
path (required): The file path to the audio.
transcript (optional): The text transcript of the audio.
speaker_id (optional): The unique identifier for the speaker.
If the transcript is not provided, it will be automatically generated using the Whisper-large v3 model.