Datasets:

Modalities:
Audio
Languages:
Uzbek
License:
dhcppc0 commited on
Commit
0a933fb
·
verified ·
1 Parent(s): ff8c68a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -15
README.md CHANGED
@@ -1,7 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Uzbek Speech Corpus (USC)
2
 
3
- **Summary:** This repository contains dataset for reproducing the results presented in the paper "USC: An Open-Source Uzbek Speech Corpus" ([https://arxiv.org/abs/2107.14419](https://arxiv.org/abs/2107.14419)). The Uzbek Speech Corpus (USC) is a freely available, manually checked speech corpus comprising 958 speakers and 105 hours of transcribed audio recordings. This is, to the best of the authors' knowledge, the first open-source Uzbek speech corpus dedicated to Automatic Speech Recognition (ASR). The repository provides pre-trained models and training recipes using both DNN-HMM and end-to-end (E2E) architectures, achieving promising word error rates (WER) of 18.1% and 17.4% on validation and test sets respectively. The code builds upon ESPnet.
4
 
 
5
 
6
  **Dataset Summary:**
7
 
@@ -18,18 +31,14 @@
18
 
19
  **Github Repository:** https://github.com/IS2AI/Uzbek_ASR
20
 
21
-
22
- **Authors:**
23
-
24
- - Muhammadjon Musaev
25
- - Saida Mussakhojayeva
26
- - Ilyos Khujayorov
27
- - Yerbolat Khassanov
28
- - Mannon Ochilov
29
- - Huseyin Atakan Varol
30
-
31
- <!--
32
  **Citation:**
33
-
34
- [Please insert BibTeX citation here based on the arXiv link provided.]
35
- -->
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - uz
5
+ tags:
6
+ - audio
7
+ - speech
8
+ task_categories:
9
+ - automatic-speech-recognition
10
+ ---
11
+
12
+
13
  # Uzbek Speech Corpus (USC)
14
 
15
+ **Paper:** [USC: An Open-Source Uzbek Speech Corpus and Initial Speech Recognition Experiments](https://link.springer.com/chapter/10.1007/978-3-030-87802-3_40)
16
 
17
+ **Summary:** This repository contains dataset for reproducing the results presented in the paper "USC: An Open-Source Uzbek Speech Corpus". USC is a freely available, manually checked speech corpus comprising 958 speakers and 105 hours of transcribed audio recordings.
18
 
19
  **Dataset Summary:**
20
 
 
31
 
32
  **Github Repository:** https://github.com/IS2AI/Uzbek_ASR
33
 
 
 
 
 
 
 
 
 
 
 
 
34
  **Citation:**
35
+ ```bibtex
36
+ @inproceedings{musaev2021usc,
37
+ title={USC: An open-source Uzbek speech corpus and initial speech recognition experiments},
38
+ author={Musaev, Muhammadjon and Mussakhojayeva, Saida and Khujayorov, Ilyos and Khassanov, Yerbolat and Ochilov, Mannon and Atakan Varol, Huseyin},
39
+ booktitle={Speech and Computer: 23rd International Conference, SPECOM 2021, St. Petersburg, Russia, September 27--30, 2021, Proceedings 23},
40
+ pages={437--447},
41
+ year={2021},
42
+ organization={Springer}
43
+ }
44
+ ```