murodbek commited on
Commit
257f7e4
·
verified ·
1 Parent(s): df732b7

adding README

Browse files
Files changed (1) hide show
  1. README.md +94 -0
README.md CHANGED
@@ -28,4 +28,98 @@ configs:
28
  path: data/validation-*
29
  - split: test
30
  path: data/test-*
 
 
 
 
 
 
 
 
 
 
 
 
31
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  path: data/validation-*
29
  - split: test
30
  path: data/test-*
31
+ license: cc-by-4.0
32
+ task_categories:
33
+ - automatic-speech-recognition
34
+ language:
35
+ - uz
36
+ tags:
37
+ - ISSAI
38
+ - USC
39
+ - STT
40
+ pretty_name: ISSAI_USC
41
+ size_categories:
42
+ - 100K<n<1M
43
  ---
44
+
45
+ # Uzbek Speech Corpus
46
+
47
+ ## Table of Contents
48
+ - [Dataset Description](#dataset-description)
49
+ - [Dataset Summary](#dataset-summary)
50
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
51
+ - [Languages](#languages)
52
+ - [Dataset Structure](#dataset-structure)
53
+ - [Data Instances](#data-instances)
54
+ - [Data Fields](#data-fields)
55
+ - [Data Splits](#data-splits)
56
+ - [Dataset Creation](#dataset-creation)
57
+ - [Curation Rationale](#curation-rationale)
58
+ - [Source Data](#source-data)
59
+ - [Annotations](#annotations)
60
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
61
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
62
+ - [Social Impact of Dataset](#social-impact-of-dataset)
63
+ - [Discussion of Biases](#discussion-of-biases)
64
+ - [Other Known Limitations](#other-known-limitations)
65
+ - [Additional Information](#additional-information)
66
+ - [Dataset Curators](#dataset-curators)
67
+ - [Licensing Information](#licensing-information)
68
+ - [Citation Information](#citation-information)
69
+ - [Contributions](#contributions)
70
+ ## Dataset Description
71
+ - **Homepage:** [https://issai.nu.edu.kz/uzbek-asr/](https://issai.nu.edu.kz/uzbek-asr/)
72
+ - **Repository:** [https://github.com/IS2AI/Uzbek_ASR](https://github.com/IS2AI/Uzbek_ASR)
73
+ - **Paper:** [https://arxiv.org/abs/2107.14419](https://arxiv.org/abs/2107.14419)
74
+ - **Point of Contact:** [[email protected]](mailto:[email protected])
75
+ - **Size of downloaded dataset files:** 11.66 GB
76
+ - **Size of the generated dataset:** 1.86 GB
77
+ - **Total amount of disk used:** 13.52 GB
78
+
79
+ ### Dataset Summary
80
+ The Uzbek speech corpus (USC) has been developed in collaboration between [ISSAI](https://issai.nu.edu.kz/) and the [Image and Speech Processing Laboratory in the Department of Computer Systems of the Tashkent University of Information Technologies](https://tuit.uz/en/kompyuter-tizimlari). The USC comprises 958 different speakers with a total of 105 hours of transcribed audio recordings. To ensure high quality, the USC has been manually checked by native speakers. The USC is primarily designed for automatic speech recognition (ASR), however, it can also be used to aid other speech-related tasks, such as speech synthesis and speech translation. To the best of our knowledge, the USC is the first open-source Uzbek speech corpus available for both academic and commercial use under the [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/) License. We expect that the USC will be a valuable resource for the general speech research community and become the baseline dataset for Uzbek ASR research.
81
+
82
+ Please refer to [paper](https://arxiv.org/abs/2107.14419) and [GitHub repository](https://github.com/IS2AI/Uzbek_ASR) for further details.
83
+
84
+ **Disclaimer**: [Abror Shopulatov](https://huggingface.co/murodbek), who was not involved in this research, converted the original dataset and wrote the contents of this model card based on the original paper and blogpost. This is HuggingFace version of the dataset that is created for mainly easy to access usage and can be transfered to original creators upon request.
85
+
86
+ ## Dataset Structure
87
+
88
+ ### Data Instances
89
+
90
+ - **Size of downloaded dataset files:** 11.66 GB
91
+ - **Size of the generated dataset:** 1.86 GB
92
+ - **Total amount of disk used:** 13.52 GB
93
+
94
+ ### Data Fields
95
+ The data fields are the same among all splits.
96
+
97
+ - `id`: a `string` feature to indicate id of the given audio and sentence pair.
98
+ - `audio`: an `audio` feature to store audio.
99
+ - `sentence`: a `string` feature to indicate normalized version of the text of corresponding audio.
100
+
101
+ ### Data Splits
102
+
103
+ | Category | train | validation | test | total |
104
+ | --- | --- | --- | --- | --- |
105
+ | Duration (hours) | 96.4 | 4.0 | 4.5 | 104.9 |
106
+ | Utterances | 100,767 | 3,783 | 3,837 | 108,387 |
107
+ | Words | 569.0k | 22.5k | 27.1k | 618.6k |
108
+ | Unique Words | 59.5k | 8.4k | 10.5k | 63.1k |
109
+ | Speakers | 879 | 41 | 38 | 958 |
110
+
111
+ ### Citation Information
112
+ ```
113
+ @misc{musaev2021uscopensourceuzbekspeech,
114
+ title={USC: An Open-Source Uzbek Speech Corpus and Initial Speech Recognition Experiments},
115
+ author={Muhammadjon Musaev and Saida Mussakhojayeva and Ilyos Khujayorov and Yerbolat Khassanov and Mannon Ochilov and Huseyin Atakan Varol},
116
+ year={2021},
117
+ eprint={2107.14419},
118
+ archivePrefix={arXiv},
119
+ primaryClass={eess.AS},
120
+ url={https://arxiv.org/abs/2107.14419},
121
+ }
122
+ ```
123
+
124
+ ### Contact
125
+ For any questions or issues related to the dataset or code, please contact [[email protected]](mailto:[email protected]).