Datasets:

Modalities:
Audio
Languages:
Kazakh
dhcppc0 commited on
Commit
dcc8fed
·
verified ·
1 Parent(s): db9c657

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -39
README.md CHANGED
@@ -1,48 +1,34 @@
 
 
 
 
 
 
 
 
 
 
1
  ## KazakhTTS: An Open-Source Kazakh Text-to-Speech Dataset
2
 
3
  This repository contains dataset for training a Kazakh text-to-speech (TTS) model. The project utilizes the KazakhTTS and KazakhTTS2 corpora and builds upon the ESPnet framework. Pretrained models and vocoders are available.
4
 
5
- **Summary:**
6
 
7
- The KazakhTTS project offers a recipe for training high-quality Kazakh TTS models using the ESPnet framework. It provides access to pretrained models and vocoders, along with instructions for synthesis. The project emphasizes ethical use and requires attribution.
8
-
9
-
10
- **Model Information:**
11
-
12
- The project uses ESPnet for model training. The recipe supports training various models such as Tacotron2 and FastSpeech. Pretrained models and vocoders are offered.
13
-
14
-
15
- <!-- **Pretrained Models and Vocoders:**
16
-
17
- The following pretrained models and vocoders are available (links removed as requested):
18
-
19
-
20
- | Model/Vocoder Name | Description |
21
- |------------------------------------------|--------------------------------------------------|
22
- | `kaztts_female1_tacotron2_train.loss.ave` | Tacotron2 training loss for female speaker 1 |
23
- | `kaztts_female2_tacotron2_train.loss.ave` | Tacotron2 training loss for female speaker 2 |
24
- | `kaztts_female3_tacotron2_train.loss.ave` | Tacotron2 training loss for female speaker 3 |
25
- | `kaztts_male1_tacotron2_train.loss.ave` | Tacotron2 training loss for male speaker 1 |
26
- | `kaztts_male2_tacotron2_train.loss.ave` | Tacotron2 training loss for male speaker 2 |
27
- | `parallelwavegan_female1_checkpoint` | Parallel WaveGAN checkpoint for female speaker 1 |
28
- | `parallelwavegan_female2_checkpoint` | Parallel WaveGAN checkpoint for female speaker 2 |
29
- | `parallelwavegan_female3_checkpoint` | Parallel WaveGAN checkpoint for female speaker 3 |
30
- | `parallelwavegan_male1_checkpoint` | Parallel WaveGAN checkpoint for male speaker 1 |
31
- | `parallelwavegan_male2_checkpoint` | Parallel WaveGAN checkpoint for male speaker 2 |
32
 
33
- -->
34
  **Citation:**
35
-
36
  ```bibtex
37
- @inproceedings{mussakhojayeva21_interspeech,
38
- author={Saida Mussakhojayeva and Aigerim Janaliyeva and Almas Mirzakhmetov and Yerbolat Khassanov and Huseyin Atakan Varol},
39
- title={{KazakhTTS: An Open-Source Kazakh Text-to-Speech Synthesis Dataset}},
40
- year=2021,
41
- booktitle={Proc. Interspeech 2021},
42
- pages={2786--2790},
43
- doi={10.21437/Interspeech.2021-2124}
 
 
 
 
 
44
  }
45
- ```
46
-
47
- **GitHub Repository:** [https://github.com/IS2AI/Kazakh_TTS](https://github.com/IS2AI/Kazakh_TTS)
48
-
 
1
+ ---
2
+ language:
3
+ - kk
4
+ arxiv: 2201.05771
5
+ tags:
6
+ - audio
7
+ - speech
8
+ task_categories:
9
+ - speech-to-audio
10
+ ---
11
  ## KazakhTTS: An Open-Source Kazakh Text-to-Speech Dataset
12
 
13
  This repository contains dataset for training a Kazakh text-to-speech (TTS) model. The project utilizes the KazakhTTS and KazakhTTS2 corpora and builds upon the ESPnet framework. Pretrained models and vocoders are available.
14
 
15
+ **Paper**: [KazakhTTS2: Extending the Open-Source Kazakh TTS Corpus With More Data, Speakers, and Topics](https://aclanthology.org/2022.lrec-1.578.pdf)
16
 
17
+ **GitHub Repository:** [https://github.com/IS2AI/Kazakh_TTS](https://github.com/IS2AI/Kazakh_TTS)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
 
 
19
  **Citation:**
 
20
  ```bibtex
21
+ @inproceedings{mussakhojayeva-etal-2022-kazakhtts2,
22
+ title = "{K}azakh{TTS}2: Extending the Open-Source {K}azakh {TTS} Corpus With More Data, Speakers, and Topics",
23
+ author = "Mussakhojayeva, Saida and
24
+ Khassanov, Yerbolat and
25
+ Varol, Huseyin Atakan",
26
+ booktitle = "Proceedings of the Thirteenth Language Resources and Evaluation Conference",
27
+ month = jun,
28
+ year = "2022",
29
+ address = "Marseille, France",
30
+ publisher = "European Language Resources Association",
31
+ url = "https://aclanthology.org/2022.lrec-1.578/",
32
+ pages = "5404--5411",
33
  }
34
+ ```