denis-kazakov commited on
Commit
8db0d11
1 Parent(s): 3f5209c

Update README.md

Browse files

The 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).

Files changed (1) hide show
  1. README.md +6 -1
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
+ ---