Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
library_name: f5-tts
|
4 |
+
datasets:
|
5 |
+
- SPRINGLab/IndicTTS-Hindi
|
6 |
+
- SPRINGLab/IndicVoices-R_Hindi
|
7 |
+
language:
|
8 |
+
- hi
|
9 |
+
pipeline_tag: text-to-speech
|
10 |
+
widget:
|
11 |
+
- text: "उसके दोस्त, प्रेमिकाएँ, और रिश्तेदार, उसे इसी नाम से बुलाते थे, और वो भी, अक्सर समझ जाता था, कि क्वैं उसी को संबोधित है"
|
12 |
+
output:
|
13 |
+
url: samples/output1.wav
|
14 |
+
|
15 |
+
- text: "इस बागीचे में, आप शुरू से अन्त तक घूम आइये, तो दुनिया भर की सुन्दर चीज़ों के साथ, एक अनन्यता महसूस करेंगें"
|
16 |
+
output:
|
17 |
+
url: samples/output2.wav
|
18 |
+
|
19 |
+
- text: "शिवगढ़ी गाँव, एक बड़ा गाँव था, और उसमेँ सबसे बड़ा मकान, पण्डित दुर्गाशङ्कर श्रीमुख का था"
|
20 |
+
output:
|
21 |
+
url: samples/output3.wav
|
22 |
+
---
|
23 |
+
|
24 |
+
# F5-TTS Hindi 24KHz Model
|
25 |
+
|
26 |
+
This is a Hindi Text-to-Speech model trained from scratch using the [F5 architecture](https://arxiv.org/abs/2410.06885).
|
27 |
+
|
28 |
+
# Details
|
29 |
+
|
30 |
+
- **Developed by:** SPRING Lab, Indian Institute of Technology, Madras
|
31 |
+
- **Language:** Hindi
|
32 |
+
- **License:** CC-BY-4.0
|
33 |
+
|
34 |
+
## Uses
|
35 |
+
|
36 |
+
The model was developed and is primarily intended for research purposes.
|
37 |
+
|
38 |
+
## How to Get Started with the Model
|
39 |
+
|
40 |
+
Clone the following github repo and refer to the README: https://github.com/rumourscape/F5-TTS
|
41 |
+
|
42 |
+
## Training Details
|
43 |
+
|
44 |
+
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.
|
45 |
+
|
46 |
+
We used the "small" configuration(151M parameter) model for training according to the F5 paper.
|
47 |
+
|
48 |
+
### Training Data
|
49 |
+
|
50 |
+
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.
|
51 |
+
<br>
|
52 |
+
- **IndicTTS-Hindi:** https://huggingface.co/datasets/SPRINGLab/IndicTTS-Hindi
|
53 |
+
<br>
|
54 |
+
- **IndicVoices-R_Hindi:** https://huggingface.co/datasets/SPRINGLab/IndicVoices-R_Hindi
|