Datasets:
Update README.md
Browse filesThe data were taken from the IndicTTS English dataset (https://www.kaggle.com/datasets/tuannguyenvananh/indictts-english?rvi=1) but only include the Tamil speakers (one male and one female).
README.md
CHANGED
|
@@ -24,4 +24,9 @@ configs:
|
|
| 24 |
path: data/train-*
|
| 25 |
- split: test
|
| 26 |
path: data/test-*
|
| 27 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
path: data/train-*
|
| 25 |
- split: test
|
| 26 |
path: data/test-*
|
| 27 |
+
task_categories:
|
| 28 |
+
- text-to-speech
|
| 29 |
+
- automatic-speech-recognition
|
| 30 |
+
language:
|
| 31 |
+
- en
|
| 32 |
+
---
|