Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,16 @@
|
|
1 |
---
|
2 |
license: cc0-1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
-
A cleaned and tokenized version of the [Mozilla Common Voice 11 dataset](https://huggingface.co/datasets/mozilla-foundation/common_voice_11_0/tree/main).
|
6 |
|
7 |
Cleaning steps:
|
8 |
* Filtered on samples with >2 upvotes and <1 downvotes]
|
@@ -16,5 +24,4 @@ Tokenization
|
|
16 |
* Prompts tokenized with GPT tokenizer with added vocab of audio tokens.
|
17 |
* Tokenized prompts padded to size 1024 with eos_token.
|
18 |
|
19 |
-
Each sample has 3 properties: input_ids, attention_mask and labels. input_ids and labels are the tokenized prompts and attention_mask is the attention mask.
|
20 |
-
|
|
|
1 |
---
|
2 |
license: cc0-1.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
task_categories:
|
6 |
+
- text-to-speech
|
7 |
+
- text-generation
|
8 |
+
pretty_name: Common Voice 11 (en) Cleaned and Tokenized
|
9 |
+
size_categories:
|
10 |
+
- 10K<n<100K
|
11 |
---
|
12 |
|
13 |
+
A cleaned and tokenized version of the English data from [Mozilla Common Voice 11 dataset](https://huggingface.co/datasets/mozilla-foundation/common_voice_11_0/tree/main).
|
14 |
|
15 |
Cleaning steps:
|
16 |
* Filtered on samples with >2 upvotes and <1 downvotes]
|
|
|
24 |
* Prompts tokenized with GPT tokenizer with added vocab of audio tokens.
|
25 |
* Tokenized prompts padded to size 1024 with eos_token.
|
26 |
|
27 |
+
Each sample has 3 properties: input_ids, attention_mask and labels. input_ids and labels are the tokenized prompts and attention_mask is the attention mask.
|
|