Datasets:

Modalities:
Audio
Languages:
Kazakh
rassulya commited on
Commit
23df7cd
·
verified ·
1 Parent(s): 5003495

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -16
README.md CHANGED
@@ -1,28 +1,37 @@
1
- # KazakhTTS: An Open-Source Kazakh Text-to-Speech Model
2
 
3
- <!-- **Repository:** [This section would contain the link to the Hugging Face repository if one existed. Since this is a recipe and not a dataset hosted on Hugging Face, a link cannot be provided here. A link to the original GitHub repo *could* be added here if desired.] -->
4
 
5
  **Summary:**
6
 
7
- This recipe details the creation of a Kazakh text-to-speech (TTS) model using the KazakhTTS and KazakhTTS2 corpora.
8
 
9
- **Repository:** https://github.com/IS2AI/ISSAI_SAIDA_Kazakh_ASR
10
 
11
- <!-- **Model Information:**
12
 
13
- The recipe supports training various models (Tacotron2, Fastspeech, Transformer) with the provided configuration files. Pre-trained models are available for download, but specific details on their performance metrics are not given.
14
- -->
15
- <!-- **Pretrained Models:**
16
 
17
- The following pre-trained models and their corresponding vocoders are mentioned:
18
 
19
- | Model Name | Vocoder Name | Download Link |
20
- |---------------------------------|------------------------------|------------------------------------------------------------------------------------|
21
- | `kaztts_female1_tacotron2` | `parallelwavegan_female1` | [Link omitted - See original document] |
22
- | `kaztts_female2_tacotron2` | `parallelwavegan_female2` | [Link omitted - See original document] |
23
- | `kaztts_female3_tacotron2` | `parallelwavegan_female3` | [Link omitted - See original document] |
24
- | `kaztts_male1_tacotron2` | `parallelwavegan_male1` | [Link omitted - See original document] |
25
- | `kaztts_male2_tacotron2` | `parallelwavegan_male2` | [Link omitted - See original document] | -->
 
 
 
 
 
 
 
 
 
 
 
26
 
27
 
28
  **Citation:**
@@ -37,3 +46,6 @@ The following pre-trained models and their corresponding vocoders are mentioned:
37
  doi={10.21437/Interspeech.2021-2124}
38
  }
39
  ```
 
 
 
 
1
+ ## KazakhTTS: An Open-Source Kazakh Text-to-Speech Dataset
2
 
3
+ This Hugging Face dataset card describes the KazakhTTS project, which provides a recipe 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
+ **Dataset Information:**
10
 
11
+ The dataset itself is not directly accessible through this repository; information about the dataset is available in the original project documentation (the actual dataset download requires access through a form). The project utilizes the KazakhTTS and KazakhTTS2 corpora.
12
 
13
+ **Model Information:**
 
 
14
 
15
+ The project uses ESPnet for model training. The recipe supports training various models such as Tacotron2 and FastSpeech. Pretrained models and vocoders are offered.
16
 
17
+
18
+ **Pretrained Models and Vocoders:**
19
+
20
+ The following pretrained models and vocoders are available (links removed as requested):
21
+
22
+
23
+ | Model/Vocoder Name | Description |
24
+ |------------------------------------------|--------------------------------------------------|
25
+ | `kaztts_female1_tacotron2_train.loss.ave` | Tacotron2 training loss for female speaker 1 |
26
+ | `kaztts_female2_tacotron2_train.loss.ave` | Tacotron2 training loss for female speaker 2 |
27
+ | `kaztts_female3_tacotron2_train.loss.ave` | Tacotron2 training loss for female speaker 3 |
28
+ | `kaztts_male1_tacotron2_train.loss.ave` | Tacotron2 training loss for male speaker 1 |
29
+ | `kaztts_male2_tacotron2_train.loss.ave` | Tacotron2 training loss for male speaker 2 |
30
+ | `parallelwavegan_female1_checkpoint` | Parallel WaveGAN checkpoint for female speaker 1 |
31
+ | `parallelwavegan_female2_checkpoint` | Parallel WaveGAN checkpoint for female speaker 2 |
32
+ | `parallelwavegan_female3_checkpoint` | Parallel WaveGAN checkpoint for female speaker 3 |
33
+ | `parallelwavegan_male1_checkpoint` | Parallel WaveGAN checkpoint for male speaker 1 |
34
+ | `parallelwavegan_male2_checkpoint` | Parallel WaveGAN checkpoint for male speaker 2 |
35
 
36
 
37
  **Citation:**
 
46
  doi={10.21437/Interspeech.2021-2124}
47
  }
48
  ```
49
+
50
+ **GitHub Repository:** [https://github.com/IS2AI/Kazakh_TTS](https://github.com/IS2AI/Kazakh_TTS)
51
+