dangrebenkin
commited on
Commit
•
98946f8
1
Parent(s):
15c05dc
Update README.md
Browse files
README.md
CHANGED
@@ -22,9 +22,15 @@ license: apache-2.0
|
|
22 |
- 16000 Hz 16 bit
|
23 |
- wav
|
24 |
- mono
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
## Citation
|
26 |
|
27 |
-
|
28 |
author = {Voxforge.org},
|
29 |
title = {Free Speech... Recognition (Linux, Windows and Mac) - voxforge.org},
|
30 |
howpublished = {\url{[http://www.voxforge.org/]}},
|
|
|
22 |
- 16000 Hz 16 bit
|
23 |
- wav
|
24 |
- mono
|
25 |
+
- Russian speech
|
26 |
+
## Dataset instance structure
|
27 |
+
{'audio': {'path': '/path/to/wav.wav',
|
28 |
+
'array': array([wav numpy array]), dtype=float32),
|
29 |
+
'sampling_rate': 16000},
|
30 |
+
'transcription': 'транскрипция'}
|
31 |
## Citation
|
32 |
|
33 |
+
@Misc{Voxforge.org,
|
34 |
author = {Voxforge.org},
|
35 |
title = {Free Speech... Recognition (Linux, Windows and Mac) - voxforge.org},
|
36 |
howpublished = {\url{[http://www.voxforge.org/]}},
|