Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -20,8 +20,11 @@ We use the following high-scoring models from the TTS leaderboard:
|
|
20 |
- metavoice
|
21 |
- StyleTTSv2
|
22 |
- XttsV2
|
|
|
|
|
|
|
23 |
|
24 |
## Data Sampling
|
25 |
|
26 |
The subset of the data was chosen such that a balanced amount of male/female voices are included.
|
27 |
-
We also include a suggested train, validation and test split. Unique voice IDs do not overlap between the splits, i.e. a voice used to clone a sample in train will never be found in validation and test.
|
|
|
20 |
- metavoice
|
21 |
- StyleTTSv2
|
22 |
- XttsV2
|
23 |
+
## Model Comparisons
|
24 |
+
|
25 |
+
To facilitate data exploration, check out this [HF space 🤗](https://huggingface.co/spaces/jerpint/vox-explorer), which allows you to listen to all clones from a given source (e.g. commonvoice).
|
26 |
|
27 |
## Data Sampling
|
28 |
|
29 |
The subset of the data was chosen such that a balanced amount of male/female voices are included.
|
30 |
+
We also include a suggested train, validation and test split. Unique voice IDs do not overlap between the splits, i.e. a voice used to clone a sample in train will never be found in validation and test.
|