Datasets:
ArXiv:
License:
Commit ·
e9c1cc5
1
Parent(s): 66b9e17
updated dataset card
Browse files
README.md
CHANGED
|
@@ -124,7 +124,44 @@ Atomatic speech recognition, Speaker recognition, Language identification
|
|
| 124 |
Hindi, Haryanvi, Bilaspuri, Dogri, Bhadrawahi, Gaddi, Kangri, Kulvi, Mandeali, Kulvi Outer Seraji, Pahari Mahasui
|
| 125 |
|
| 126 |
## Dataset Structure
|
| 127 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 128 |
### Data Instances
|
| 129 |
|
| 130 |
A typical data point comprises the path to the audio file, usually called path and its transcription, called sentence.
|
|
|
|
| 124 |
Hindi, Haryanvi, Bilaspuri, Dogri, Bhadrawahi, Gaddi, Kangri, Kulvi, Mandeali, Kulvi Outer Seraji, Pahari Mahasui
|
| 125 |
|
| 126 |
## Dataset Structure
|
| 127 |
+
```
|
| 128 |
+
data
|
| 129 |
+
|- cleaned
|
| 130 |
+
|- lang1
|
| 131 |
+
|- book1_verse_audios.tar.gz
|
| 132 |
+
|- book2_verse_audios.tar.gz
|
| 133 |
+
...
|
| 134 |
+
...
|
| 135 |
+
|- all_verses.csv
|
| 136 |
+
|- short_verses.csv
|
| 137 |
+
|- lang2
|
| 138 |
+
...
|
| 139 |
+
...
|
| 140 |
+
|- experiments
|
| 141 |
+
|- lang1
|
| 142 |
+
|- train_500.csv
|
| 143 |
+
|- val_500.csv
|
| 144 |
+
|- test_common.csv
|
| 145 |
+
...
|
| 146 |
+
...
|
| 147 |
+
|- lang2
|
| 148 |
+
...
|
| 149 |
+
...
|
| 150 |
+
|- raw
|
| 151 |
+
|- lang1
|
| 152 |
+
|- chapter1_audio.mp3
|
| 153 |
+
|- chapter2_audio.mp3
|
| 154 |
+
...
|
| 155 |
+
...
|
| 156 |
+
|- text
|
| 157 |
+
|- book1.csv
|
| 158 |
+
|- book1.usfm
|
| 159 |
+
...
|
| 160 |
+
...
|
| 161 |
+
|- lang2
|
| 162 |
+
...
|
| 163 |
+
...
|
| 164 |
+
```
|
| 165 |
### Data Instances
|
| 166 |
|
| 167 |
A typical data point comprises the path to the audio file, usually called path and its transcription, called sentence.
|