--- dataset_info: features: - name: path dtype: audio - name: transcript dtype: string - name: speaker_id dtype: string splits: - name: train num_bytes: 346675499.27272725 num_examples: 470 - name: test num_bytes: 19133356.727272727 num_examples: 25 download_size: 336805289 dataset_size: 365808856.0 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* --- # Trump Voice Dataset 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.