Upload 2 files
Browse files- .gitattributes +1 -0
- HEARME.wav +3 -0
- README.md +2 -0
.gitattributes
CHANGED
@@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
TTS-Spaces-Arena-25-Dec-2024.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
TTS-Spaces-Arena-25-Dec-2024.png filter=lfs diff=lfs merge=lfs -text
|
37 |
+
HEARME.wav filter=lfs diff=lfs merge=lfs -text
|
HEARME.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98b884082db74c250b3cecda78341d1724c66727c0391b29a0160af918eccdb3
|
3 |
+
size 11198508
|
README.md
CHANGED
@@ -5,6 +5,8 @@ language:
|
|
5 |
base_model:
|
6 |
- yl4579/StyleTTS2-LJSpeech
|
7 |
---
|
|
|
|
|
8 |
**Kokoro** is a frontier TTS model for its size of **82 million parameters** (text in/audio out).
|
9 |
|
10 |
On 25 Dec 2024, Kokoro v0.19 weights were permissively released in full fp32 precision along with 2 voicepacks (Bella and Sarah), all under an Apache 2.0 license.
|
|
|
5 |
base_model:
|
6 |
- yl4579/StyleTTS2-LJSpeech
|
7 |
---
|
8 |
+
<audio controls><source src="https://huggingface.co/hexgrad/Kokoro-82M/resolve/main/HEARME.wav" type="audio/wav"></audio>
|
9 |
+
|
10 |
**Kokoro** is a frontier TTS model for its size of **82 million parameters** (text in/audio out).
|
11 |
|
12 |
On 25 Dec 2024, Kokoro v0.19 weights were permissively released in full fp32 precision along with 2 voicepacks (Bella and Sarah), all under an Apache 2.0 license.
|