Update README.md
Browse files
README.md
CHANGED
|
@@ -1,33 +1,47 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
<
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
</
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- ja
|
| 5 |
+
base_model:
|
| 6 |
+
- Akjava/matcha-tts_ja_100speakers_group003f-CL-V2
|
| 7 |
+
---
|
| 8 |
+
This model has 100 slots and 25 speaker use them
|
| 9 |
+
|
| 10 |
+
<div class="audio-container">
|
| 11 |
+
<h4>家具商人のフィシェルは、荷車と仔馬を貸してくれた。</h4>
|
| 12 |
+
<h5>spk10:A lower-pitched female voice with a strong core</h5>
|
| 13 |
+
<audio controls src="https://huggingface.co/Akjava/matcha-tts_ja_100speakers_group005qw-025/resolve/main/examples/qwen025_checkpoint_epoch=5749_ch10_kagu.wav"></audio>
|
| 14 |
+
<h4>これはオンクスで作られた音声です。</h4>
|
| 15 |
+
<h5>spk13:A delicate, fleeting female voice that makes you want to protect her</h5>
|
| 16 |
+
<audio controls src="https://huggingface.co/Akjava/matcha-tts_ja_100speakers_group005qw-025/resolve/main/examples/qwen025_checkpoint_epoch=5749_ch13_onnx.wav"></audio>
|
| 17 |
+
<h4>私の声はどうですか?</h4>
|
| 18 |
+
<h5>spk22:A calm, persuasive female voice</h5>
|
| 19 |
+
<audio controls src="https://huggingface.co/Akjava/matcha-tts_ja_100speakers_group005qw-025/resolve/main/examples/qwen025_checkpoint_epoch=5749_ch22_myvoice.wav"></audio>
|
| 20 |
+
</div>
|
| 21 |
+
|
| 22 |
+
## license
|
| 23 |
+
My training data is created by Apache Licensed model output.
|
| 24 |
+
|
| 25 |
+
https://huggingface.co/Qwen/Qwen3-TTS-12Hz-1.7B-Base
|
| 26 |
+
|
| 27 |
+
Matcha-TTS is MIT
|
| 28 |
+
|
| 29 |
+
https://github.com/shivammehta25/Matcha-TTS
|
| 30 |
+
|
| 31 |
+
## Training
|
| 32 |
+
need checkpoint from there
|
| 33 |
+
|
| 34 |
+
https://huggingface.co/Akjava/matcha-tts_ja_100speakers_group003f-CL-V2
|
| 35 |
+
|
| 36 |
+
Matcha-TTS-Japanese - contain extra cleaner and jp inference codes
|
| 37 |
+
|
| 38 |
+
https://github.com/akjava/Matcha-TTS-Japanese
|
| 39 |
+
|
| 40 |
+
## FAQ
|
| 41 |
+
### Want training English
|
| 42 |
+
Use official Matcha-TTS
|
| 43 |
+
|
| 44 |
+
https://github.com/shivammehta25/Matcha-TTS
|
| 45 |
+
|
| 46 |
+
## Demo
|
| 47 |
+
https://ai-game-bu.itch.io/ai-gaming-voice
|