zeroweightai commited on
Commit
2742a72
·
1 Parent(s): 0962193

update readme

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -99,15 +99,15 @@ model-index:
99
  **The most accurate open Vietnamese TTS we know of — 4× fewer word errors than
100
  the next best model**, and it runs faster than real time on a laptop CPU.
101
 
102
- * 🎯 **Ultra-natural** — 2.91 UTMOS, ~0.5 MOS above every other open Vietnamese
103
- system, with near-zero dead air (0.029 s vs 0.23–0.53 s).
104
  * 🗣️ **Zero-shot voice cloning** — a voice is a small latent array; drop it in
105
  and the model speaks in it, cloned from as little as 3 seconds of reference
106
  audio (up to 30 seconds). No fine-tuning, no per-speaker training.
107
  * ⚡ **Real-time on CPU, streaming** — ~2× faster than real time (RTF 0.5×),
108
  first audio chunk in ~70 ms. No GPU required.
109
- * 🇻🇳 **Built for Vietnamese** — tones, code-switched English, and a built-in
110
- normalizer that reads `31/12/2025` and `ZeroTTS` the way a person would.
111
 
112
  * Code, examples, browser demo: **https://github.com/zeroweight-ai/ZeroTTS**
113
  * Benchmark dataset: **https://huggingface.co/datasets/zeroweight-ai/ZeroBench-TTS**
@@ -196,7 +196,7 @@ as they appear in the wild, with no text frontend in front of the model.
196
  | **Dead air** (excess silence) ↓ | **0.029 s** | 0.340 s | 0.532 s | 0.233 s |
197
  | **RTF, CPU** ↓ | **0.50×** | 6.12× | 0.71× | 0.73× |
198
  | **Time to first audio, CPU** ↓ | **~70 ms** | ~34 s | ~6.1 s | ~5.1 s |
199
- | Size | **202 M** params, 0.86 GB fp32, CPU | 3.1 GB, GPU | 1.9 GB, GPU | 1.9 GB, GPU |
200
 
201
  **4× fewer word errors than the next-best system**, and the fastest of the four
202
  on CPU. The gap is much wider in latency than in throughput: the two XTTS
 
99
  **The most accurate open Vietnamese TTS we know of — 4× fewer word errors than
100
  the next best model**, and it runs faster than real time on a laptop CPU.
101
 
102
+ * 🎯 **Ultra-natural** — 2.91 UTMOS above every other open Vietnamese
103
+ system, with near-zero dead air (0.029 s).
104
  * 🗣️ **Zero-shot voice cloning** — a voice is a small latent array; drop it in
105
  and the model speaks in it, cloned from as little as 3 seconds of reference
106
  audio (up to 30 seconds). No fine-tuning, no per-speaker training.
107
  * ⚡ **Real-time on CPU, streaming** — ~2× faster than real time (RTF 0.5×),
108
  first audio chunk in ~70 ms. No GPU required.
109
+ * 🇻🇳 **Built for Vietnamese** — tones, code-switched English, and
110
+ reads `31/12/2025` and `ZeroTTS` without text normalizer.
111
 
112
  * Code, examples, browser demo: **https://github.com/zeroweight-ai/ZeroTTS**
113
  * Benchmark dataset: **https://huggingface.co/datasets/zeroweight-ai/ZeroBench-TTS**
 
196
  | **Dead air** (excess silence) ↓ | **0.029 s** | 0.340 s | 0.532 s | 0.233 s |
197
  | **RTF, CPU** ↓ | **0.50×** | 6.12× | 0.71× | 0.73× |
198
  | **Time to first audio, CPU** ↓ | **~70 ms** | ~34 s | ~6.1 s | ~5.1 s |
199
+ | **Parameters** ↓ | **202 M** | 775 M | 467 M | 467 M |
200
 
201
  **4× fewer word errors than the next-best system**, and the fastest of the four
202
  on CPU. The gap is much wider in latency than in throughput: the two XTTS