Datasets:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- text-to-speech
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
pretty_name: CommonVoice Clones
|
7 |
+
size_categories:
|
8 |
+
- 1K<n<10K
|
9 |
+
---
|
10 |
+
|
11 |
+
# CommonVoice Clones
|
12 |
+
|
13 |
+
This dataset consists of recordings taken from the CommonVoice english dataset.
|
14 |
+
Each voice and transcript are used as input to a voice cloner, and generate a cloned version of the voice and text.
|
15 |
+
|
16 |
+
## TTS Models
|
17 |
+
We use the following high-scoring models from the TTS leaderboard:
|
18 |
+
|
19 |
+
- playHT
|
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.
|