Beehzod commited on
Commit
4855b8a
1 Parent(s): 8f06387

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -37
README.md CHANGED
@@ -10,9 +10,6 @@ size_categories:
10
  - 100K<n<1M
11
 
12
  ---
13
- Uzbek Speech-to-Text Dataset (STT_uz)
14
- Dataset Description
15
- The Uzbek Speech-to-Text (STT_uz) dataset is designed to facilitate the development and evaluation of speech-to-text models for the Uzbek language. This dataset includes a variety of audio recordings paired with their transcriptions, collected from different sources to ensure diverse coverage of spoken Uzbek.
16
 
17
  Dataset Summary
18
  Languages: Uzbek
@@ -24,16 +21,16 @@ The dataset is organized into the following directories and files:
24
 
25
  audio/
26
 
27
- uz_other_dataset/: Contains .tar archives like uz_other_0.taruz_other_1.tar
28
- uz_train_dataset/: Contains .tar archives like uz_train_0.tar.
29
- uz_validated_dataset/: Contains .tar archives like uz_validated_0.tar, uz_validated_1.tar, and uz_validated_2.tar.
30
- wavs/: Contains individual .wav files.
31
  transcription/: Contains .tsv files including:
32
 
33
  other.tsv
34
  train.tsv
35
  validated.tsv
36
- wavs.tsv
37
  The .tsv files have two columns: file_name and transcription. Each entry provides the path to the audio file and its corresponding transcription.
38
 
39
  Data Instances
@@ -46,36 +43,8 @@ Example data instance:
46
  json
47
  Copy code
48
  {
49
- "file_name": "audio/uz_train_dataset/common_voice_uz_28907218.mp3",
50
  "transcription": "Bugun ertalab Gyotenikiga taklifnoma oldim."
51
  }
52
- Data Splits
53
- The dataset is divided into the following subsets:
54
-
55
- Train: Used for training models.
56
- Validated: Used for validation and model tuning.
57
- Other: Additional data that has not yet been reviewed.
58
- The data was collected from various sources to ensure a diverse representation of spoken Uzbek.
59
-
60
- Annotations
61
- Annotations were performed manually, ensuring high accuracy of transcriptions.
62
-
63
- Considerations for Using the Data
64
- Personal and Sensitive Information: The dataset contains voice recordings from contributors who have voluntarily shared their data. Do not attempt to identify any individual contributors.
65
- Social Impact: This dataset is intended to improve speech recognition technology for the Uzbek language, with potential applications in various domains.
66
- Licensing Information
67
- This dataset is licensed under the CC0 1.0 Universal (CC0 1.0) Public Domain Dedication.
68
-
69
- Citation Information
70
- If you use this dataset in your research or projects, please cite it as follows:
71
-
72
- bibtex
73
- Copy code
74
- @misc{uzbek_stt_dataset,
75
- author = {Beehzod},
76
- title = {Uzbek Speech-to-Text Dataset (STT_uz)},
77
- year = {2024},
78
- url = {https://huggingface.co/datasets/Beehzod/STT_uz}
79
- }
80
 
81
 
 
10
  - 100K<n<1M
11
 
12
  ---
 
 
 
13
 
14
  Dataset Summary
15
  Languages: Uzbek
 
21
 
22
  audio/
23
 
24
+ other/: Contains .tar archives like uz_other_0.taruz_other_1.tar
25
+ train/: Contains .tar archives like uz_train_0.tar.
26
+ validated/: Contains .tar archives like uz_validated_0.tar, uz_validated_1.tar, and uz_validated_2.tar.
27
+ test/: Contains individual .wav files.
28
  transcription/: Contains .tsv files including:
29
 
30
  other.tsv
31
  train.tsv
32
  validated.tsv
33
+ test.tsv
34
  The .tsv files have two columns: file_name and transcription. Each entry provides the path to the audio file and its corresponding transcription.
35
 
36
  Data Instances
 
43
  json
44
  Copy code
45
  {
46
+ "file_name": "audio/train/common_voice_uz_28907218.mp3",
47
  "transcription": "Bugun ertalab Gyotenikiga taklifnoma oldim."
48
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
 
50