Upload 4 files
Browse files- README.md +2 -2
- demo/HEARME.txt +47 -0
- demo/HEARME.wav +3 -0
- demo/TTS-Spaces-Arena-25-Dec-2024.png +3 -0
README.md
CHANGED
@@ -6,7 +6,7 @@ base_model:
|
|
6 |
- yl4579/StyleTTS2-LJSpeech
|
7 |
pipeline_tag: text-to-speech
|
8 |
---
|
9 |
-
<audio controls><source src="https://huggingface.co/hexgrad/Kokoro-82M/resolve/main/HEARME.wav" type="audio/wav"></audio>
|
10 |
|
11 |
**Kokoro** is a frontier TTS model for its size of **82 million parameters** (text in/audio out).
|
12 |
|
@@ -85,7 +85,7 @@ The inference code was originally MIT licensed by the paper author. Note that th
|
|
85 |
|
86 |
**Leaderboard:** [hf.co/spaces/Pendrokar/TTS-Spaces-Arena](https://huggingface.co/spaces/Pendrokar/TTS-Spaces-Arena)
|
87 |
|
88 |
-
![TTS-Spaces-Arena-25-Dec-2024](TTS-Spaces-Arena-25-Dec-2024.png)
|
89 |
|
90 |
The voice ranked in the Arena is a 50-50 mix of Bella and Sarah. For your convenience, this mix is included in this repository as `af.pt`, but you can trivially reproduce it like this:
|
91 |
|
|
|
6 |
- yl4579/StyleTTS2-LJSpeech
|
7 |
pipeline_tag: text-to-speech
|
8 |
---
|
9 |
+
<audio controls><source src="https://huggingface.co/hexgrad/Kokoro-82M/resolve/main/demo/HEARME.wav" type="audio/wav"></audio>
|
10 |
|
11 |
**Kokoro** is a frontier TTS model for its size of **82 million parameters** (text in/audio out).
|
12 |
|
|
|
85 |
|
86 |
**Leaderboard:** [hf.co/spaces/Pendrokar/TTS-Spaces-Arena](https://huggingface.co/spaces/Pendrokar/TTS-Spaces-Arena)
|
87 |
|
88 |
+
![TTS-Spaces-Arena-25-Dec-2024](demo/TTS-Spaces-Arena-25-Dec-2024.png)
|
89 |
|
90 |
The voice ranked in the Arena is a 50-50 mix of Bella and Sarah. For your convenience, this mix is included in this repository as `af.pt`, but you can trivially reproduce it like this:
|
91 |
|
demo/HEARME.txt
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Kokoro is a frontier TTS model for its size of 82 million parameters.
|
2 |
+
|
3 |
+
On the 25th of December, 2024, Kokoro v0 point 19 weights were permissively released in full fp32 precision along with 2 voicepacks (Bella and Sarah), all under an Apache 2 license.
|
4 |
+
|
5 |
+
At the time of release, Kokoro v0 point 19 was the number 1 ranked model in TTS Spaces Arena. With 82 million parameters trained for under 20 epics on under 100 total hours of audio, Kokoro achieved higher Eelo in this single-voice Arena setting, over larger models. Kokoro's ability to top this Eelo ladder using relatively low compute and data, suggests that the scaling law for traditional TTS models might have a steeper slope than previously expected.
|
6 |
+
|
7 |
+
Licenses. Apache 2 weights in this repository. MIT inference code. GPLv3 dependency in espeak NG.
|
8 |
+
|
9 |
+
The inference code was originally MIT licensed by the paper author. Note that this card applies only to this model, Kokoro.
|
10 |
+
|
11 |
+
Evaluation. Metric: Eelo rating. Leaderboard: TTS Spaces Arena.
|
12 |
+
|
13 |
+
The voice ranked in the Arena is a 50 50 mix of Bella and Sarah. For your convenience, this mix is included in this repository as A-F dot PT, but you can trivially re-produce it.
|
14 |
+
|
15 |
+
Training Details.
|
16 |
+
|
17 |
+
Compute: Kokoro was trained on "A100 80GB v-ram instances" rented from Vast.ai. Vast was chosen over other compute providers due to its competitive on-demand hourly rates. The average hourly cost for the A100 80GB v-ram instances used for training was below $1 per hour per GPU, which was around half the quoted rates from other providers at the time.
|
18 |
+
|
19 |
+
Data: Kokoro was trained exclusively on permissive non-copyrighted audio data and IPA phoneme labels. Examples of permissive non-copyrighted audio include:
|
20 |
+
|
21 |
+
Public domain audio. Audio licensed under Apache, MIT, etc.
|
22 |
+
|
23 |
+
Synthetic audio[1] generated by closed[2] TTS models from large providers.
|
24 |
+
|
25 |
+
Epics: Less than 20 Epics. Total Dataset Size: Less than 100 hours of audio.
|
26 |
+
|
27 |
+
Limitations. Kokoro v0 point 19 is limited in some ways, in its training set and architecture:
|
28 |
+
|
29 |
+
Lacks voice cloning capability, likely due to small, under 100 hour training set.
|
30 |
+
|
31 |
+
Relies on external g2p, which introduces a class of g2p failure modes.
|
32 |
+
|
33 |
+
Training dataset is mostly long-form reading and narration, not conversation.
|
34 |
+
|
35 |
+
At 82 million parameters, Kokoro almost certainly falls to a well-trained 1B+ parameter diffusion transformer, or a many-billion-parameter M LLM like GPT 4o or Gemini 2 Flash.
|
36 |
+
|
37 |
+
Multilingual capability is architecturally feasible, but training data is almost entirely English.
|
38 |
+
|
39 |
+
Will the other voicepacks be released?
|
40 |
+
|
41 |
+
There is currently no release date scheduled for the other voicepacks, but in the meantime you can try them in the hosted demo.
|
42 |
+
|
43 |
+
Acknowledgements. yL4 5 7 9 for architecting StyleTTS 2.
|
44 |
+
|
45 |
+
Pendrokar for adding Kokoro as a contender in the TTS Spaces Arena.
|
46 |
+
|
47 |
+
Model Card Contact. @rzvzn on Discord.
|
demo/HEARME.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98b884082db74c250b3cecda78341d1724c66727c0391b29a0160af918eccdb3
|
3 |
+
size 11198508
|
demo/TTS-Spaces-Arena-25-Dec-2024.png
ADDED
Git LFS Details
|