gaydmi commited on
Commit
5d3e57a
·
verified ·
1 Parent(s): d899785

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -1
README.md CHANGED
@@ -85,4 +85,58 @@ size_categories:
85
  ---
86
 
87
  # Tatar Speech Corpus ASR
88
- Tatar Speech Corpus ASR is a speech dataset sourced from the [this GitHub repository](https://github.com/IS2AI/Soyle). TatSC contains 269.1 hours of transcribed speech with 271,914 utterances. It is the first open-source Tatar speech corpus covering both crowdsourced and audiobooks data.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
85
  ---
86
 
87
  # Tatar Speech Corpus ASR
88
+ [[Original repository]](https://github.com/IS2AI/Soyle) [[Original site]](https://issai.nu.edu.kz/issai-datasets/)
89
+
90
+ ## Dataset Summary
91
+
92
+ Tatar Speech Corpus ASR is a speech dataset sourced from [this GitHub repository](https://github.com/IS2AI/Soyle). TatSC contains 269.1 hours of transcribed speech with 271,914 utterances. It is the first open-source Tatar speech corpus covering both crowdsourced and audiobooks data.
93
+
94
+ ## Dataset Structure
95
+
96
+ **Parts:**
97
+ The dataset contains a single set of recordings, though they come from two different sources:
98
+ - Crowdsourced recordings (thru Telegram bot and website)
99
+ - Aligned audiobooks
100
+
101
+ **Data Fields:**
102
+ - `audio`: The speech audio file in the Tatar language
103
+ - `text`: The transcription of the audio file in Tatar
104
+ - `duration`: Length of the audio in seconds
105
+ - `file_id`: Unique identifier for the audio file
106
+ - `speaker_id`: Identifier for the speaker in the recording
107
+
108
+ ## Data Processing
109
+
110
+ **Text Processing:**
111
+ Information about text normalization or preprocessing is not explicitly provided in the source.
112
+
113
+ **Audio Processing:**
114
+ The audio samples range from very short utterances (0.21s) to longer segments (31.1s).
115
+
116
+ **Technical Details:**
117
+ | | |
118
+ |-----------------------|------------------------------------|
119
+ | Dataset Type | speech corpus for ASR |
120
+ | Language | tt, Tatar |
121
+ | Speech Style | mixed (crowdsourced and audiobooks)|
122
+ | Content | varied |
123
+ | Audio Parameters | 16 kHz sampling rate |
124
+ | File Format | MP3, TXT (UTF-8) |
125
+
126
+
127
+
128
+ **Durations:**
129
+ | | |
130
+ |-----------------------|------------------------------------|
131
+ | Audiobooks | 23.02 hours |
132
+ | Crowdsourced (Telegram) | 143.36 hours |
133
+ | Crowdsourced (Web) | 97.29 hours |
134
+ | **Total duration** | **269.1 hours** |
135
+
136
+
137
+
138
+
139
+ ## License
140
+
141
+ This dataset is distributed under the [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license.
142
+