Rega13 commited on
Commit
fbe19cc
·
verified ·
1 Parent(s): 65b4fd5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -4
README.md CHANGED
@@ -17,7 +17,21 @@ configs:
17
  - split: train
18
  path: data/train-*
19
  ---
20
- Dataset to Train TTS model:
21
- No.of rows : 1.6k
22
- Audio Language: Hinglish
23
- Transcript: Hindi (Devnagari)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ```