Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,21 @@ configs:
|
|
17 |
- split: train
|
18 |
path: data/train-*
|
19 |
---
|
20 |
-
Dataset to
|
21 |
-
|
22 |
-
|
23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
- split: train
|
18 |
path: data/train-*
|
19 |
---
|
20 |
+
## Dataset to train any TTS in Hindi language:
|
21 |
+
|
22 |
+
This dataset contains Hindi text with Hinglish audio.
|
23 |
+
|
24 |
+
### Details
|
25 |
+
|
26 |
+
Each base class for each unique class in each module file has a question and answer mp3 where one voice reads the question and another voice reads the answer. Both mp3s are stored in the parquet **dbytes** column and the associated source code **file_path** identifier.
|
27 |
+
- Rows: 1164
|
28 |
+
- Size: 1.6 GB
|
29 |
+
- Data type: wav
|
30 |
+
- Format: narrated Hinglish audio into Hindi script.
|
31 |
+
### Schema
|
32 |
+
```
|
33 |
+
{
|
34 |
+
"audio": "wav"
|
35 |
+
"text": "string"
|
36 |
+
}
|
37 |
+
```
|