Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Kazakh Speech Corpus 2 (KSC2)
|
2 |
|
3 |
This dataset card describes the KSC2, an industrial-scale, open-source speech corpus for the Kazakh language.
|
@@ -7,3 +17,16 @@ This dataset card describes the KSC2, an industrial-scale, open-source speech co
|
|
7 |
**Summary:** KSC2 corpus subsumes the previously introduced two corpora: Kazakh Speech Corpus corpus and Kazakh Text-To-Speech 2, and supplements additional data from other sources like tv programs, radio, senate, and podcasts. In total, KSC2 contains around 1.2k hours of high-quality transcribed data comprising over 600k utterances.
|
8 |
|
9 |
**GitHub Repository**: [https://github.com/IS2AI/Kazakh_ASR](https://github.com/IS2AI/Kazakh_ASR)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- kk
|
5 |
+
tags:
|
6 |
+
- audio
|
7 |
+
- speech
|
8 |
+
task_categories:
|
9 |
+
- automatic-speech-recognition
|
10 |
+
---
|
11 |
# Kazakh Speech Corpus 2 (KSC2)
|
12 |
|
13 |
This dataset card describes the KSC2, an industrial-scale, open-source speech corpus for the Kazakh language.
|
|
|
17 |
**Summary:** KSC2 corpus subsumes the previously introduced two corpora: Kazakh Speech Corpus corpus and Kazakh Text-To-Speech 2, and supplements additional data from other sources like tv programs, radio, senate, and podcasts. In total, KSC2 contains around 1.2k hours of high-quality transcribed data comprising over 600k utterances.
|
18 |
|
19 |
**GitHub Repository**: [https://github.com/IS2AI/Kazakh_ASR](https://github.com/IS2AI/Kazakh_ASR)
|
20 |
+
|
21 |
+
**Citation:**
|
22 |
+
```bibtex
|
23 |
+
@inproceedings{mussakhojayeva22_interspeech,
|
24 |
+
title = {KSC2: An Industrial-Scale Open-Source Kazakh Speech Corpus},
|
25 |
+
author = {Saida Mussakhojayeva and Yerbolat Khassanov and Huseyin {Atakan Varol}},
|
26 |
+
year = {2022},
|
27 |
+
booktitle = {Interspeech 2022},
|
28 |
+
pages = {1367--1371},
|
29 |
+
doi = {10.21437/Interspeech.2022-421},
|
30 |
+
issn = {2958-1796},
|
31 |
+
}
|
32 |
+
```
|