Datasets:
Tasks:
Text-to-Speech
Languages:
Spanish
Update README.md
Browse files
README.md
CHANGED
@@ -1,34 +1,30 @@
|
|
1 |
-
|
2 |
-
|
3 |
---
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
num_bytes: 24594156
|
23 |
-
configs:
|
24 |
- config_name: default
|
25 |
data_files:
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
license: mit
|
30 |
task_categories:
|
31 |
-
- text-to-speech
|
32 |
language:
|
33 |
-
- es
|
34 |
-
---
|
|
|
|
|
|
|
1 |
---
|
2 |
+
features:
|
3 |
+
- name: audio
|
4 |
+
dtype: audio
|
5 |
+
- name: text
|
6 |
+
dtype: string
|
7 |
+
- name: speaker_id
|
8 |
+
dtype: string
|
9 |
+
splits:
|
10 |
+
- name: train
|
11 |
+
num_examples: 264
|
12 |
+
num_bytes: 95126174
|
13 |
+
- name: test
|
14 |
+
num_examples: 69
|
15 |
+
num_bytes: 24879460
|
16 |
+
- name: eval
|
17 |
+
num_examples: 69
|
18 |
+
num_bytes: 24594156
|
19 |
+
configs:
|
|
|
|
|
20 |
- config_name: default
|
21 |
data_files:
|
22 |
+
- ./train/*.wav
|
23 |
+
- ./test/*.wav
|
24 |
+
- ./eval/*.wav
|
25 |
license: mit
|
26 |
task_categories:
|
27 |
+
- text-to-speech
|
28 |
language:
|
29 |
+
- es
|
30 |
+
---
|