Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -18,9 +18,17 @@ size_categories:
|
|
| 18 |
- n<1K
|
| 19 |
configs:
|
| 20 |
- config_name: indian_english
|
| 21 |
-
data_files:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
- config_name: telugu
|
| 23 |
-
data_files:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
---
|
| 25 |
|
| 26 |
# Indian English + Telugu Single-Speaker TTS Dataset (emotion-tagged)
|
|
|
|
| 18 |
- n<1K
|
| 19 |
configs:
|
| 20 |
- config_name: indian_english
|
| 21 |
+
data_files:
|
| 22 |
+
- split: train
|
| 23 |
+
path: indian_english/train-*
|
| 24 |
+
- split: validation
|
| 25 |
+
path: indian_english/validation-*
|
| 26 |
- config_name: telugu
|
| 27 |
+
data_files:
|
| 28 |
+
- split: train
|
| 29 |
+
path: telugu/train-*
|
| 30 |
+
- split: validation
|
| 31 |
+
path: telugu/validation-*
|
| 32 |
---
|
| 33 |
|
| 34 |
# Indian English + Telugu Single-Speaker TTS Dataset (emotion-tagged)
|