Update README.md
Browse files
README.md
CHANGED
@@ -24,3 +24,15 @@ configs:
|
|
24 |
- split: test
|
25 |
path: data/test-*
|
26 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
- split: test
|
25 |
path: data/test-*
|
26 |
---
|
27 |
+
|
28 |
+
# Trump Voice Dataset
|
29 |
+
|
30 |
+
This dataset serves as an example for training a text-to-speech (TTS) fine-tuning platform.
|
31 |
+
|
32 |
+
It consists of three columns:
|
33 |
+
|
34 |
+
- path (required): The file path to the audio.
|
35 |
+
- transcript (optional): The text transcript of the audio.
|
36 |
+
- speaker_id (optional): The unique identifier for the speaker.
|
37 |
+
|
38 |
+
If the transcript is not provided, it will be automatically generated using the Whisper-large v3 model.
|