Datasets:
Tasks:
Automatic Speech Recognition
Formats:
webdataset
Languages:
Uzbek
Size:
10K - 100K
Tags:
audio
License:
File size: 3,451 Bytes
93bc619 ebc6d6b c8d1da9 ebc6d6b c8d1da9 ebc6d6b c8d1da9 93bc619 2096d0b 767c5cb ce07f07 767c5cb ce07f07 767c5cb ce07f07 767c5cb ce07f07 767c5cb ce07f07 767c5cb ce07f07 767c5cb ce07f07 767c5cb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 |
---
license: apache-2.0
task_categories:
- automatic-speech-recognition
language:
- uz
pretty_name: Uzbek Language Speech-to-Text Dataset
size_categories:
- 100K<n<1M
configs:
- config_name: default
data_files:
- split: train
path: "transcription/train.tsv"
- split: validation
path: "transcription/validated.tsv"
- split: other
path: "transcription/other.tsv"
- split: wavs
path: "transcription/wavs.tsv"
- split: audio
path: "audio/"
- split: uz_other_dataset
path: "audio/uz_other_dataset/"
- split: uz_train_dataset
path: "audio/uz_train_dataset/"
- split: uz_validated_dataset
path: "audio/uz_validated_dataset/"
- split: wavs
path: "audio/wavs/"
---
Uzbek Speech-to-Text Dataset (STT_uz)
Dataset Description
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.
Dataset Summary
Languages: Uzbek
Size: Varied across different subsets.
Total Audio Duration: Varied
File Formats: .wav and mp3 for audio files, .tsv for transcriptions.
Dataset Structure
The dataset is organized into the following directories and files:
audio/
uz_other_dataset/: Contains .tar archives like uz_other_0.taruz_other_1.tar
uz_train_dataset/: Contains .tar archives like uz_train_0.tar.
uz_validated_dataset/: Contains .tar archives like uz_validated_0.tar, uz_validated_1.tar, and uz_validated_2.tar.
wavs/: Contains individual .wav files.
transcription/: Contains .tsv files including:
other.tsv
train.tsv
validated.tsv
wavs.tsv
The .tsv files have two columns: file_name and transcription. Each entry provides the path to the audio file and its corresponding transcription.
Data Instances
A typical data point includes:
Audio File: Path to the .wav and mp3 files.
Transcription: Text transcribed from the audio.
Example data instance:
json
Copy code
{
"file_name": "audio/uz_train_dataset/common_voice_uz_28907218.mp3",
"transcription": "Bugun ertalab Gyotenikiga taklifnoma oldim."
}
Data Splits
The dataset is divided into the following subsets:
Train: Used for training models.
Validated: Used for validation and model tuning.
Other: Additional data that has not yet been reviewed.
The data was collected from various sources to ensure a diverse representation of spoken Uzbek.
Annotations
Annotations were performed manually, ensuring high accuracy of transcriptions.
Considerations for Using the Data
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.
Social Impact: This dataset is intended to improve speech recognition technology for the Uzbek language, with potential applications in various domains.
Licensing Information
This dataset is licensed under the CC0 1.0 Universal (CC0 1.0) Public Domain Dedication.
Citation Information
If you use this dataset in your research or projects, please cite it as follows:
bibtex
Copy code
@misc{uzbek_stt_dataset,
author = {Beehzod},
title = {Uzbek Speech-to-Text Dataset (STT_uz)},
year = {2024},
url = {https://huggingface.co/datasets/Beehzod/STT_uz}
}
|