Datasets:
File size: 3,104 Bytes
a8df3ad 6148833 a8df3ad 264b2ea 6148833 a8df3ad 6148833 a8df3ad 6148833 11772b5 6148833 bdf0279 6148833 bdf0279 6148833 bdf0279 6148833 |
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 |
---
dataset_info:
- config_name: audiobooks
features:
- name: audio
dtype: audio
- name: text
dtype: string
- name: duration
dtype: float64
- name: id
dtype: string
- name: file_id
dtype: string
- name: source
dtype: string
- name: speaker_id
dtype: string
splits:
- name: train
configs:
- config_name: audiobooks
data_files:
- split: train
path: '*/train*.parquet'
language:
- crh
pretty_name: Crimean Tatar Audiobooks
task_categories:
- text-to-speech
- automatic-speech-recognition
- audio-to-audio
tags:
- audio
- tts
- speech
- speech-to-speech
- Crimean
- Turkic
size_categories:
- 10K<n<100K
license: cc-by-4.0
---
# Crimean Tatar Audiobooks
## Dataset Summary
Crimean Tatar Audiobooks is a speech dataset sourced from different sources (public radio stations/youtube channels) containing audiobooks in Crimean Tatar. The dataset comprises recordings of different native fiction books, all read by a single female speaker (for now). The dataset is intended for text-to-speech (TTS) research and development in the Crimean Tatar language.
## Dataset Structure
**Parts:**
The dataset contains two main configurations:
- `audiobooks`: Contains the original audiobooks recordings.
**Data Fields:**
- `audio`: The audio file containing the spoken fairytale segment.
- `text`: The corresponding transcription.
- `duration`: The duration of the audio segment in seconds.
- `id`: A unique identifier for each segment within a file.
- `file_id`: A unique identifier for each part of the book.
- `source`: The title of the book.
- `speaker_id`: The id of each reader.
## Data Processing
**Text Processing:**
- All the text was splited, using razdel library.
**Audio Processing:**
- All audio was aligned to the text using ctc-forced-aligner library with default model.
**Technical Details:**
| | |
|-----------------------|------------------------------------|
| Dataset Type | speech corpus for TTS |
| Language | crh, Crimean Tatar |
| Speech Style | scripted monologue |
| Content | fiction books |
| Audio Parameters | 32 kHz, 32 bits, mono |
| File Format | WAV (PCM) TXT (UTF-8) |
| Recording Environment | quiet indoor environment |
**Total Duration:**
- `Books`: 18:22:00 (18 hours, 22 minutes, 00 seconds)
## Usage Considerations
- The dataset was not extensively preprocessed. Users are encouraged to perform additional preprocessing (e.g., normalization, cleaning, or re-segmentation) as needed for their specific applications.
- All texts are written in Cyrillic script.
- A book named "Шамиль Алядин - Теселли" should have more extensive filtering or probable skipping as the texts were slightly different.
## Citation
If you use this dataset in your work, please, cite us.
## License
This dataset is distributed under the [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) license. |