Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,44 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
task_categories:
|
4 |
+
- text-to-speech
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- anime
|
9 |
+
- speech
|
10 |
+
- text-to-speech
|
11 |
+
- voice
|
12 |
+
pretty_name: AniSpeech
|
13 |
+
size_categories:
|
14 |
+
- n<1K
|
15 |
---
|
16 |
+
|
17 |
+
# AniSpeech Dataset
|
18 |
+
|
19 |
+
Welcome to the AniSpeech dataset, a continually expanding collection of captioned anime voices brought to you by ShoukanLabs.
|
20 |
+
- As we label more and more audio, they'll automagically be uploaded here for use, seperated by language
|
21 |
+
|
22 |
+
---
|
23 |
+
|
24 |
+
## Key Features
|
25 |
+
|
26 |
+
- **LJSpeech Format Compatibility:** Built on the widely-used LJSpeech dataset format, making it seamlessly integrable into various existing Text-to-Speech (TTS) training scripts.
|
27 |
+
|
28 |
+
- **Diverse Anime Voices:** Train your TTS models on high-quality vocal performances with variations in intonation, timbre, and pitch. The dataset offers a rich assortment of anime voices for creating generalised models.
|
29 |
+
|
30 |
+
- **Ideal for Generalized Models:** AniSpeech is a perfect choice for fine-tuning generalized models. With a diverse range of voices, it provides a solid foundation for training models that can handle a wide variety of speaking styles.
|
31 |
+
|
32 |
+
## Limitations
|
33 |
+
|
34 |
+
- **Single-Voice Fine-Tuning:** While AniSpeech excels in training foundation models (due to it's diversity), it's not recommended for fine-tuning on a single voice. Its strength lies in contributing to the development of versatile TTS models.
|
35 |
+
|
36 |
+
- **Dataset Curation:** Due to its size, manually curating the entire dataset can be impractical. If you encounter low-quality files or incorrect captions, we encourage you to contribute by creating a pull request to help maintain and improve the dataset.
|
37 |
+
|
38 |
+
## License
|
39 |
+
|
40 |
+
This dataset is released under the [MIT License](https://huggingface.co/datasets/ShoukanLabs/AniSpeech/raw/main/license).
|
41 |
+
|
42 |
+
Your contributions to the AniSpeech dataset are invaluable, and we appreciate your efforts in advancing the field of Text-to-Speech technology.
|
43 |
+
|
44 |
+
Happy coding and synthesizing!
|