zeroweightai commited on
Commit
12bd5ec
·
1 Parent(s): 1ec0a15

update benchmark

Browse files
Files changed (1) hide show
  1. README.md +16 -16
README.md CHANGED
@@ -29,8 +29,8 @@ model-index:
29
  split: test
30
  metrics:
31
  - type: wer
32
- value: 0.56
33
- name: WER (%) — normalized text
34
  - type: utmos
35
  value: 2.91
36
  name: UTMOSv2 naturalness MOS
@@ -50,8 +50,8 @@ model-index:
50
  split: test
51
  metrics:
52
  - type: wer
53
- value: 0.21
54
- name: WER (%) — normalized text
55
  - task:
56
  type: text-to-speech
57
  name: Zero-Shot TTS — Vietnamese/English code-switching
@@ -62,8 +62,8 @@ model-index:
62
  split: test
63
  metrics:
64
  - type: wer
65
- value: 0.95
66
- name: WER (%) — normalized text
67
  - task:
68
  type: text-to-speech
69
  name: Zero-Shot TTS — cross-lingual voice prompt
@@ -74,8 +74,8 @@ model-index:
74
  split: test
75
  metrics:
76
  - type: wer
77
- value: 0.38
78
- name: WER (%) — normalized text
79
  - task:
80
  type: text-to-speech
81
  name: Zero-Shot TTS — acronyms, dates, numbers
@@ -86,8 +86,8 @@ model-index:
86
  split: test
87
  metrics:
88
  - type: wer
89
- value: 0.61
90
- name: WER (%) — normalized text
91
  ---
92
 
93
  <img src="banner.png" alt="ZeroTTS — Vietnamese zero-shot text-to-speech" width="100%">
@@ -185,15 +185,15 @@ with sd.OutputStream(samplerate=tts.sample_rate, channels=1,
185
 
186
  Measured on **[ZeroBench-TTS](https://huggingface.co/datasets/zeroweight-ai/ZeroBench-TTS)**
187
 
188
- Every system reads **normalized text** — dates, numbers and acronyms already
189
- spoken out, from the benchmark's own curated reading.
190
 
191
  | | **ZeroTTS** | OmniVoice | XTTS-v2-vietnamse | viXTTS |
192
  |---|:-:|:-:|:-:|:-:|
193
- | **WER** ↓ | **0.56 %** | 2.12 % | 7.27 % | 8.61 % |
194
- | **Naturalness** (UTMOS) ↑ | **2.91** | 2.75 | 2.49 | 2.34 |
195
- | **Voice similarity** (SSIM) ↑ | 0.938 | **0.951** | 0.941 | 0.935 |
196
- | **Dead air** (excess silence) ↓ | **0.029 s** | 0.386 s | 0.568 s | 0.215 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 |
 
29
  split: test
30
  metrics:
31
  - type: wer
32
+ value: 1.03
33
+ name: WER (%) — raw text
34
  - type: utmos
35
  value: 2.91
36
  name: UTMOSv2 naturalness MOS
 
50
  split: test
51
  metrics:
52
  - type: wer
53
+ value: 0.16
54
+ name: WER (%) — raw text
55
  - task:
56
  type: text-to-speech
57
  name: Zero-Shot TTS — Vietnamese/English code-switching
 
62
  split: test
63
  metrics:
64
  - type: wer
65
+ value: 0.97
66
+ name: WER (%) — raw text
67
  - task:
68
  type: text-to-speech
69
  name: Zero-Shot TTS — cross-lingual voice prompt
 
74
  split: test
75
  metrics:
76
  - type: wer
77
+ value: 1.42
78
+ name: WER (%) — raw text
79
  - task:
80
  type: text-to-speech
81
  name: Zero-Shot TTS — acronyms, dates, numbers
 
86
  split: test
87
  metrics:
88
  - type: wer
89
+ value: 1.75
90
+ name: WER (%) — raw text
91
  ---
92
 
93
  <img src="banner.png" alt="ZeroTTS — Vietnamese zero-shot text-to-speech" width="100%">
 
185
 
186
  Measured on **[ZeroBench-TTS](https://huggingface.co/datasets/zeroweight-ai/ZeroBench-TTS)**
187
 
188
+ Every system reads **raw text** — dates, numbers and acronyms verbatim, exactly
189
+ as they appear in the wild, with no text frontend in front of the model.
190
 
191
  | | **ZeroTTS** | OmniVoice | XTTS-v2-vietnamse | viXTTS |
192
  |---|:-:|:-:|:-:|:-:|
193
+ | **WER** ↓ | **1.03 %** | 4.13 % | 16.42 % | 18.40 % |
194
+ | **Naturalness** (UTMOS) ↑ | **2.91** | 2.76 | 2.43 | 2.35 |
195
+ | **Voice similarity** (SSIM) ↑ | 0.936 | **0.950** | 0.940 | 0.935 |
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 |