Datasets:
mrfakename
commited on
Commit
•
7c6aebb
1
Parent(s):
5eca172
Add file
Browse files
README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pretty_name: Common Voice Filtered
|
3 |
+
license: cc-by-sa-4.0
|
4 |
+
task_categories:
|
5 |
+
- text-to-speech
|
6 |
+
tags:
|
7 |
+
- common-voice
|
8 |
+
size_categories:
|
9 |
+
- n<1K
|
10 |
+
---
|
11 |
+
# Common Voice Filtered
|
12 |
+
|
13 |
+
A filtered subset of the Common Voice dataset. Currently, this dataset only includes a small subset of English speech.
|
14 |
+
|
15 |
+
We only include speech ranked above 3.75 (75%) on the MOS metric, as calculated by the UTMOS system. Approximately 7% of audio qualified for inclusion in this filtered dataset.
|
16 |
+
|
17 |
+
This data is not final. Processing the whole Common Voice dataset would require a significant amount of compute, this is just a small sample/MVP of the project.
|
18 |
+
|
19 |
+
The code is available on GitHub.
|
20 |
+
|
21 |
+
## Transcriptions
|
22 |
+
|
23 |
+
The transcriptions can be found in the original Common Voice dataset [here](https://huggingface.co/datasets/mozilla-foundation/common_voice_16_0/blob/main/transcript/en/train.tsv).
|
24 |
+
|
25 |
+
## Uses
|
26 |
+
|
27 |
+
Because this dataset is limited to higher-quality audio clips, this dataset is especially suitable for text-to-speech systems, however not as suitable for ASR (speech recognition) systems because it excludes lower-quality audio.
|
28 |
+
|
29 |
+
## Length
|
30 |
+
|
31 |
+
Unfortunately, most phrases in this dataset are limited to 5 seconds.
|