gaydmi commited on
Commit
6148833
·
verified ·
1 Parent(s): 0b9bc1e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -5
README.md CHANGED
@@ -22,10 +22,10 @@ configs:
22
  - config_name: audiobooks
23
  data_files:
24
  - split: train
25
- path: "*/train*.parquet"
26
  language:
27
  - crh
28
- pretty_name: 'Crimean Tatar Audiobooks'
29
  task_categories:
30
  - text-to-speech
31
  - automatic-speech-recognition
@@ -35,7 +35,70 @@ tags:
35
  - tts
36
  - speech
37
  - speech-to-speech
38
- - translation
 
39
  size_categories:
40
- - 1K<n<10K
41
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  - config_name: audiobooks
23
  data_files:
24
  - split: train
25
+ path: '*/train*.parquet'
26
  language:
27
  - crh
28
+ pretty_name: Crimean Tatar Audiobooks
29
  task_categories:
30
  - text-to-speech
31
  - automatic-speech-recognition
 
35
  - tts
36
  - speech
37
  - speech-to-speech
38
+ - Crimean
39
+ - Turkic
40
  size_categories:
41
+ - 10K<n<100K
42
+ license: cc-by-4.0
43
+ ---
44
+
45
+
46
+ # Crimean Tatar Audiobooks
47
+
48
+ ## Dataset Summary
49
+
50
+ Crimean Tatar Audiobooks is a speech dataset sourced from different sources (public radio stations/youtube channels) containing audiobooks in Crimean Tatar language. The dataset comprises recordings of different fiction books written in Crimean Tatar originally, 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.
51
+
52
+ ## Dataset Structure
53
+
54
+ **Parts:**
55
+ The dataset contains two main configurations:
56
+ - `audiobooks`: Contains the original audiobooks recordings.
57
+
58
+ **Data Fields:**
59
+ - `audio`: The audio file containing the spoken fairytale segment.
60
+ - `text`: The corresponding transcription.
61
+ - `duration`: The duration of the audio segment in seconds.
62
+ - `id`: A unique identifier for each segment within a file.
63
+ - `file_id`: A unique identifier for each part of the book.
64
+ - `source`: The title of the book.
65
+ - `speaker_id`: The id of each reader.
66
+
67
+ ## Data Processing
68
+
69
+ **Text Processing:**
70
+ - All the text was splited, using razdel library.
71
+
72
+ **Audio Processing:**
73
+ - All audio was aligned to the text using ctc-forced-aligner library with default model.
74
+
75
+ **Technical Details:**
76
+ | | |
77
+ |-----------------------|------------------------------------|
78
+ | Dataset Type | speech corpus for TTS |
79
+ | Language | chr, Crimean Tatar |
80
+ | Speech Style | scripted monologue |
81
+ | Content | fiction books |
82
+ | Audio Parameters | 32 kHz, 32 bits, mono |
83
+ | File Format | WAV (PCM) TXT (UTF-8) |
84
+ | Recording Environment | quiet indoor environment |
85
+
86
+
87
+ **Total Duration:**
88
+ - `Books`: 18:22:00 (18 hours, 22 minutes, 00 seconds)
89
+
90
+ ## Usage Considerations
91
+
92
+ - 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.
93
+ - All text is written in Cyrillic script.
94
+ - A book named "Шамиль Алядин - Теселли" should have more extensive filtering or probable skipping as the texts were slightly different.
95
+
96
+ ## Citation
97
+ If you use this dataset in your work, please, cite us:
98
+ ```bib
99
+ ```
100
+
101
+
102
+ ## License
103
+
104
+ This dataset is distributed under the [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) license.