Text-to-Speech
English
hexgrad commited on
Commit
e3b844b
·
1 Parent(s): b963f75

Upload 2 files

Browse files
Files changed (2) hide show
  1. EVAL.md +15 -0
  2. README.md +6 -3
EVAL.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Evaluation
2
+
3
+ Screenshots captured February 26, 2025, about 1 month after v1.0 model release.
4
+
5
+ ### TTS Spaces Arena
6
+ https://hf.co/spaces/Pendrokar/TTS-Spaces-Arena
7
+ ![TTS_Spaces_Arena-2025-02-26.jpeg](eval/TTS_Spaces_Arena-2025-02-26.jpeg)
8
+
9
+ ### TTS Arena
10
+ https://huggingface.co/spaces/TTS-AGI/TTS-Arena
11
+ ![TTS_Arena-2025-02-26.jpeg](eval/TTS_Arena-2025-02-26.jpeg)
12
+
13
+ ### Artificial Analysis
14
+ https://artificialanalysis.ai/text-to-speech/arena?tab=Leaderboard
15
+ ![ArtificialAnalysis-2025-02-26.jpeg](eval/ArtificialAnalysis-2025-02-26.jpeg)
README.md CHANGED
@@ -12,10 +12,13 @@ pipeline_tag: text-to-speech
12
 
13
  ⬆️ **Kokoro has been upgraded to v1.0!** See [Releases](https://huggingface.co/hexgrad/Kokoro-82M#releases).
14
 
 
 
15
  ✨ You can now [`pip install kokoro`](https://github.com/hexgrad/kokoro)! See [Usage](https://huggingface.co/hexgrad/Kokoro-82M#usage).
16
 
17
  - [Releases](#releases)
18
  - [Usage](#usage)
 
19
  - [SAMPLES.md](https://huggingface.co/hexgrad/Kokoro-82M/blob/main/SAMPLES.md) ↗️
20
  - [VOICES.md](https://huggingface.co/hexgrad/Kokoro-82M/blob/main/VOICES.md) ↗️
21
  - [Model Facts](#model-facts)
@@ -27,8 +30,8 @@ pipeline_tag: text-to-speech
27
 
28
  | Model | Published | Training Data | Langs & Voices | SHA256 |
29
  | ----- | --------- | ------------- | -------------- | ------ |
30
- | [v0.19](https://huggingface.co/hexgrad/kLegacy/tree/main/v0.19) | 2024 Dec 25 | <100 hrs | 1 & 10 | `3b0c392f` |
31
  | **v1.0** | **2025 Jan 27** | **Few hundred hrs** | [**8 & 54**](https://huggingface.co/hexgrad/Kokoro-82M/blob/main/VOICES.md) | `496dba11` |
 
32
 
33
  | Training Costs | v0.19 | v1.0 | **Total** |
34
  | -------------- | ----- | ---- | ----- |
@@ -43,7 +46,7 @@ pipeline_tag: text-to-speech
43
  You can run this cell on [Google Colab](https://colab.research.google.com/). [Listen to samples](https://huggingface.co/hexgrad/Kokoro-82M/blob/main/SAMPLES.md).
44
  ```py
45
  # 1️⃣ Install kokoro
46
- !pip install -q kokoro>=0.3.4 soundfile
47
  # 2️⃣ Install espeak, used for English OOD fallback and some non-English languages
48
  !apt-get -qq -y install espeak-ng > /dev/null 2>&1
49
  # 🇪🇸 'e' => Spanish es
@@ -105,7 +108,7 @@ Under the hood, `kokoro` uses [`misaki`](https://pypi.org/project/misaki/), a G2
105
 
106
  **Trained by**: `@rzvzn` on Discord
107
 
108
- **Languages:** American English, British English, French, Hindi
109
 
110
  **Model SHA256 Hash:** `496dba118d1a58f5f3db2efc88dbdc216e0483fc89fe6e47ee1f2c53f18ad1e4`
111
 
 
12
 
13
  ⬆️ **Kokoro has been upgraded to v1.0!** See [Releases](https://huggingface.co/hexgrad/Kokoro-82M#releases).
14
 
15
+ 🚀 No-code Demo: https://hf.co/spaces/hexgrad/Kokoro-TTS
16
+
17
  ✨ You can now [`pip install kokoro`](https://github.com/hexgrad/kokoro)! See [Usage](https://huggingface.co/hexgrad/Kokoro-82M#usage).
18
 
19
  - [Releases](#releases)
20
  - [Usage](#usage)
21
+ - [EVAL.md](https://huggingface.co/hexgrad/Kokoro-82M/blob/main/EVAL.md) ↗️
22
  - [SAMPLES.md](https://huggingface.co/hexgrad/Kokoro-82M/blob/main/SAMPLES.md) ↗️
23
  - [VOICES.md](https://huggingface.co/hexgrad/Kokoro-82M/blob/main/VOICES.md) ↗️
24
  - [Model Facts](#model-facts)
 
30
 
31
  | Model | Published | Training Data | Langs & Voices | SHA256 |
32
  | ----- | --------- | ------------- | -------------- | ------ |
 
33
  | **v1.0** | **2025 Jan 27** | **Few hundred hrs** | [**8 & 54**](https://huggingface.co/hexgrad/Kokoro-82M/blob/main/VOICES.md) | `496dba11` |
34
+ | [v0.19](https://huggingface.co/hexgrad/kLegacy/tree/main/v0.19) | 2024 Dec 25 | <100 hrs | 1 & 10 | `3b0c392f` |
35
 
36
  | Training Costs | v0.19 | v1.0 | **Total** |
37
  | -------------- | ----- | ---- | ----- |
 
46
  You can run this cell on [Google Colab](https://colab.research.google.com/). [Listen to samples](https://huggingface.co/hexgrad/Kokoro-82M/blob/main/SAMPLES.md).
47
  ```py
48
  # 1️⃣ Install kokoro
49
+ !pip install -q kokoro>=0.8.0 soundfile
50
  # 2️⃣ Install espeak, used for English OOD fallback and some non-English languages
51
  !apt-get -qq -y install espeak-ng > /dev/null 2>&1
52
  # 🇪🇸 'e' => Spanish es
 
108
 
109
  **Trained by**: `@rzvzn` on Discord
110
 
111
+ **Languages:** Multiple
112
 
113
  **Model SHA256 Hash:** `496dba118d1a58f5f3db2efc88dbdc216e0483fc89fe6e47ee1f2c53f18ad1e4`
114