Datasets:
Tasks:
Automatic Speech Recognition
Formats:
webdataset
Languages:
Uzbek
Size:
10K - 100K
Tags:
audio
License:
Update README.md
Browse files
README.md
CHANGED
@@ -10,52 +10,36 @@ size_categories:
|
|
10 |
---
|
11 |
# Uzbek Speech-to-Text (STT) Dataset
|
12 |
|
13 |
-
This dataset contains audio
|
14 |
|
15 |
## Dataset Structure
|
16 |
|
17 |
-
The dataset is
|
18 |
|
19 |
-
|
20 |
-
|
|
|
|
|
|
|
21 |
|
22 |
-
- **
|
23 |
-
- **
|
24 |
-
- **
|
|
|
|
|
25 |
|
26 |
-
|
27 |
-
This folder contains audio data stored in `.tar` archives. Each `.tar` file contains multiple audio clips in `.mp3` format. The transcriptions for these files are also included in the `metadata.csv`.
|
28 |
|
29 |
-
|
30 |
-
- **File format:** `.mp3` inside `.tar`
|
31 |
-
- **Example file path:** `audio/uz_other_dataset/uz_other_0.tar`
|
32 |
|
33 |
-
|
34 |
-
|
35 |
|
36 |
-
|
37 |
-
- **File format:** `.mp3` inside `.tar`
|
38 |
-
- **Example file path:** `audio/uz_validated_dataset/uz_validated_0.tar`
|
39 |
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
## Metadata
|
48 |
-
|
49 |
-
The dataset includes a `metadata.csv` file that provides the following columns:
|
50 |
-
|
51 |
-
- **`file_name`:** The path to the audio file relative to the `audio/` folder.
|
52 |
-
- **`transcription`:** The corresponding transcription for the audio file.
|
53 |
-
|
54 |
-
### Example Row
|
55 |
-
|
56 |
-
```csv
|
57 |
-
file_name,transcription
|
58 |
-
audio/wavs/file_299-0dae1d85fd1e109ddca5d1d394ff18cf.wav,qabul davomida 16 nafar fuqaroning 17 ta turli masalalardagi murojaatlari ko'rib chiqildi
|
59 |
-
audio/uz_other_dataset/common_voice_uz_28889488.mp3,Ammo yig‘lashga arziydigan xato bor.
|
60 |
-
audio/uz_validated_dataset/common_voice_uz_30538165.mp3,Toshkent va Sirdaryoda yer maydonini sotmoqchi bo‘lgan firibgarlar ushlandi
|
61 |
-
audio/uz_train_dataset/common_voice_uz_40010123.mp3,Toshkent va Sirdaryoda yer maydonini sotmoqchi bo‘lgan firibgarlar ushlandi
|
|
|
10 |
---
|
11 |
# Uzbek Speech-to-Text (STT) Dataset
|
12 |
|
13 |
+
This dataset contains audio recordings in Uzbek and their corresponding transcriptions. The dataset is organized into several folders based on different subsets, such as validated, train, and other datasets.
|
14 |
|
15 |
## Dataset Structure
|
16 |
|
17 |
+
The dataset is structured as follows:
|
18 |
|
19 |
+
- **audio/**: Contains all audio files.
|
20 |
+
- **uz_other_dataset/**: Contains `.tar` files, each containing multiple `.wav` files.
|
21 |
+
- **uz_train_dataset/**: Contains `.tar` files, each containing multiple `.wav` files.
|
22 |
+
- **uz_validated_dataset/**: Contains `.tar` files, each containing multiple `.wav` files.
|
23 |
+
- **wavs/**: Contains individual `.wav` files.
|
24 |
|
25 |
+
- **transcription/**: Contains `.tsv` files with transcriptions.
|
26 |
+
- **other.tsv**: Transcriptions for `uz_other_dataset`.
|
27 |
+
- **train.tsv**: Transcriptions for `uz_train_dataset`.
|
28 |
+
- **validated.tsv**: Transcriptions for `uz_validated_dataset`.
|
29 |
+
- **wavs.tsv**: Transcriptions for `wavs`.
|
30 |
|
31 |
+
## Example Data
|
|
|
32 |
|
33 |
+
Each `.tsv` file contains the following columns:
|
|
|
|
|
34 |
|
35 |
+
- `file_name`: Path to the audio file.
|
36 |
+
- `transcription`: Corresponding transcription text.
|
37 |
|
38 |
+
### Example:
|
|
|
|
|
39 |
|
40 |
+
```plaintext
|
41 |
+
file_name | transcription
|
42 |
+
----------------------------------------------- | -----------------------------------------------------------------
|
43 |
+
audio/uz_validated_dataset/common_voice_uz_30061653.mp3 | Xola, anuv shokoladingizdan obering, dedi chamasi etti yasharlar qiz bidirlab.
|
44 |
+
audio/uz_validated_dataset/common_voice_uz_28897734.mp3 | Men bu kunni hayotimdagi eng baxtli kun deb hisoblayman.
|
45 |
+
audio/uz_validated_dataset/common_voice_uz_32191851.mp3 | Qopag‘on itga suyak kerak yoki tayoq.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|