Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,28 +1,37 @@
|
|
| 1 |
-
# KazakhTTS: An Open-Source Kazakh Text-to-Speech
|
| 2 |
|
| 3 |
-
|
| 4 |
|
| 5 |
**Summary:**
|
| 6 |
|
| 7 |
-
|
| 8 |
|
| 9 |
-
**
|
| 10 |
|
| 11 |
-
|
| 12 |
|
| 13 |
-
|
| 14 |
-
-->
|
| 15 |
-
<!-- **Pretrained Models:**
|
| 16 |
|
| 17 |
-
The
|
| 18 |
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
|