Datasets:
Tasks:
Text-to-Speech
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,13 +14,20 @@ tags:
|
|
| 14 |
- india
|
| 15 |
- indic
|
| 16 |
- tts
|
|
|
|
|
|
|
| 17 |
pretty_name: Indic TTS Dataset from II
|
| 18 |
---
|
| 19 |
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
-
|
| 23 |
|
|
|
|
| 24 |
```bash
|
| 25 |
wget -O 'Bengali_F.tar.gz' 'https://ee.iisc.ac.in/limmitsdataset/download/Bengali_F.tar.gz'
|
| 26 |
wget -O 'Chhattisgarhi_F.tar.gz' 'https://ee.iisc.ac.in/limmitsdataset/download/Chhattisgarhi_F.tar.gz'
|
|
|
|
| 14 |
- india
|
| 15 |
- indic
|
| 16 |
- tts
|
| 17 |
+
- voice-cloning
|
| 18 |
+
- text-to-speech
|
| 19 |
pretty_name: Indic TTS Dataset from II
|
| 20 |
---
|
| 21 |
|
| 22 |
+
# Indic TTS dataset
|
| 23 |
+
|
| 24 |
+
7 languages from [IISC's LIMMITS Challenge 2024](https://ee.iisc.ac.in/limmitsdataset/)
|
| 25 |
+
|
| 26 |
+
## Roadmap
|
| 27 |
|
| 28 |
+
To use this for training VALLE-X & VoiceBox based TTS models
|
| 29 |
|
| 30 |
+
## Fetch the tars directly
|
| 31 |
```bash
|
| 32 |
wget -O 'Bengali_F.tar.gz' 'https://ee.iisc.ac.in/limmitsdataset/download/Bengali_F.tar.gz'
|
| 33 |
wget -O 'Chhattisgarhi_F.tar.gz' 'https://ee.iisc.ac.in/limmitsdataset/download/Chhattisgarhi_F.tar.gz'
|