rumourscape
commited on
Commit
•
afceb0a
1
Parent(s):
c38d136
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
datasets:
|
4 |
+
- SPRINGLab/IndicTTS-Hindi
|
5 |
+
- SPRINGLab/IndicVoices-R_Hindi
|
6 |
+
language:
|
7 |
+
- hi
|
8 |
+
pipeline_tag: text-to-speech
|
9 |
+
---
|
10 |
+
|
11 |
+
# F5 Hindi 24KHz Model
|
12 |
+
|
13 |
+
This is a Hindi Text-to-Speech model trained from scratch using the [F5 architecure](https://arxiv.org/abs/2410.06885).
|
14 |
+
|
15 |
+
# Details
|
16 |
+
|
17 |
+
- **Developed by:** SPRING Lab, Indian Institute of Technology, Madras
|
18 |
+
- **Language:** Hindi
|
19 |
+
- **License:** CC-BY-4.0
|
20 |
+
|
21 |
+
## Uses
|
22 |
+
|
23 |
+
The model was developed and is primarily intended for research purposes.
|
24 |
+
|
25 |
+
## How to Get Started with the Model
|
26 |
+
|
27 |
+
Clone the following github repo and refer to the README: https://github.com/rumourscape/F5-TTS/tree/main
|
28 |
+
|
29 |
+
## Training Details
|
30 |
+
|
31 |
+
The model was trained on 8x A100 40GB GPUs for close to a week. We would like to thank [CDAC](https://cdac.in/) for providing the compute resources.
|
32 |
+
|
33 |
+
### Training Data
|
34 |
+
|
35 |
+
We used the Hindi subsets of [IndicTTS](https://www.tsdconference.org/tsd2016/download/cbblr16-850.pdf) and [IndicVoices-R](https://arxiv.org/pdf/2409.05356) datasets for training this model.
|
36 |
+
<br>
|
37 |
+
- **IndicTTS-Hindi:** https://huggingface.co/datasets/SPRINGLab/IndicTTS-Hindi
|
38 |
+
<br>
|
39 |
+
- **IndicVoices-R_Hindi:** https://huggingface.co/datasets/SPRINGLab/IndicVoices-R_Hindi
|