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