owensong commited on
Commit
a4d05f5
·
verified ·
1 Parent(s): 8a0ff7e

Polish model card navigation and evaluation presentation

Browse files
README.md CHANGED
@@ -27,35 +27,122 @@ inference: false
27
  24 kHz English TTS with the neural waveform decoder already inside the model.</p>
28
 
29
  <p align="center">
30
- <a href="https://huggingface.co/spaces/owensong/Inflect-v2"><img alt="Live demo" src="https://img.shields.io/badge/Live_demo-1769E0?style=for-the-badge&logo=huggingface&logoColor=white"></a>
31
- <a href="https://huggingface.co/owensong/Inflect-Nano-v2"><img alt="Inflect-Nano-v2" src="https://img.shields.io/badge/Inflect--Nano--v2-FFFFFF?style=for-the-badge&logo=huggingface&logoColor=1769E0"></a>
32
- <a href="https://github.com/owenawsong/Inflect"><img alt="GitHub" src="https://img.shields.io/badge/GitHub-10253F?style=for-the-badge&logo=github&logoColor=white"></a>
33
- </p>
34
-
35
- <p align="center">
36
- <a href="#run-locally">Run locally</a> ·
37
- <a href="#evaluation">Evaluation</a> ·
38
- <a href="docs/API.md">API</a> ·
39
- <a href="docs/DEPLOYMENT.md">Deployment</a> ·
40
- <a href="docs/EVALUATION.md">Raw protocol</a> ·
41
- <a href="https://huggingface.co/collections/owensong/inflect-v2-6a619e820808eccf361a2948">Inflect v2 collection</a>
42
  </p>
43
 
44
  <p align="center"><strong>9.36M complete parameters</strong> · <strong>37.53 MB FP32 weights</strong> · <strong>one fixed English voice</strong> · <strong>no external vocoder</strong></p>
45
 
46
  ---
47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  ## Listen
49
 
50
  These are held-out text generations, not reconstructions of training audio. Each transcript is shown exactly as passed to the public frontend.
51
 
52
  | Test | Exact transcript | Generated audio |
53
  | --- | --- | --- |
54
- | **Conversational** | It wasn't until later that I realized what had actually happened. | <audio controls preload="metadata" src="https://huggingface.co/owensong/Inflect-Micro-v2/resolve/main/samples/male/conversational.wav"></audio><br><a href="https://huggingface.co/owensong/Inflect-Micro-v2/resolve/main/samples/male/conversational.wav">download WAV</a> |
55
- | **Punctuation** | First, close the window; second, turn off the lamp; finally, lock the door. | <audio controls preload="metadata" src="https://huggingface.co/owensong/Inflect-Micro-v2/resolve/main/samples/male/punctuation.wav"></audio><br><a href="https://huggingface.co/owensong/Inflect-Micro-v2/resolve/main/samples/male/punctuation.wav">download WAV</a> |
56
- | **Numbers** | The package weighs twelve point six kilograms and arrived on July twenty-first. | <audio controls preload="metadata" src="https://huggingface.co/owensong/Inflect-Micro-v2/resolve/main/samples/male/numbers.wav"></audio><br><a href="https://huggingface.co/owensong/Inflect-Micro-v2/resolve/main/samples/male/numbers.wav">download WAV</a> |
57
- | **Names and places** | Gwendolyn photographed the eucalyptus trees outside Ljubljana. | <audio controls preload="metadata" src="https://huggingface.co/owensong/Inflect-Micro-v2/resolve/main/samples/male/names_places.wav"></audio><br><a href="https://huggingface.co/owensong/Inflect-Micro-v2/resolve/main/samples/male/names_places.wav">download WAV</a> |
58
- | **Technical** | The system runs on three core components that all have to stay in sync. | <audio controls preload="metadata" src="https://huggingface.co/owensong/Inflect-Micro-v2/resolve/main/samples/male/technical.wav"></audio><br><a href="https://huggingface.co/owensong/Inflect-Micro-v2/resolve/main/samples/male/technical.wav">download WAV</a> |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
 
60
  ## Choose the right Inflect
61
 
@@ -64,13 +151,10 @@ These are held-out text generations, not reconstructions of training audio. Each
64
  | Complete parameters | 3,966,721 | 9,356,513 |
65
  | FP32 weights | 15.97 MB | 37.53 MB |
66
  | Positioning | Smallest practical footprint | Strongest Inflect v2 quality |
67
- | Warm CPU throughput¹ | 1.85× real time | 1.35× real time |
68
- | Waveform decoder | Included | Included |
69
- | Public API and frontend | Same | Same |
70
 
71
- **Inflect-Micro-v2** is the quality-focused member of the family. Both parameter totals count the complete generator, including the 24 kHz neural waveform decoder. There is no hidden inference-time teacher, language model, or second vocoder download.
72
-
73
- <sub>¹ Host-specific engineering snapshot on an AMD EPYC 7K62. See [Runtime methodology](#runtime-methodology) before comparing hardware.</sub>
74
 
75
  ## Run locally
76
 
@@ -120,82 +204,12 @@ The result is a 24 kHz mono `float32` waveform. Long input is split at punctuati
120
  | --- | --- |
121
  | 37.53 MB of FP32 model weights, with no server dependency. | Text frontend, acoustic generator, duration model, and waveform decoder ship together. |
122
  | **Built for local inference** | **Measured, not hand-picked** |
123
- | CPU-ready PyTorch runtime, deterministic seeds, and punctuation-aware long text. | Frozen prompts, raw hypotheses, confidence intervals, hashes, and per-system reports are included. |
124
-
125
- ## Evaluation
126
-
127
- No single metric captures TTS quality. Inflect v2 reports **human preference**, **predicted naturalness**, **three-ASR intelligibility**, **footprint**, and **runtime** separately rather than hiding them inside one composite score.
128
-
129
- ### 1. Human blind preference
130
-
131
- ![Community blind listening](assets/evidence/human-preference.svg)
132
-
133
- Inflect-Micro-v2 recorded a **66.2% preference rate** (21 wins · 10 losses · 3 ties) in the final anonymous community study. Systems were hidden, left/right order was randomized, and ties count as half a win. This is descriptive community evidence, not formal MOS.
134
-
135
- ### 2. Predicted naturalness versus footprint
136
-
137
- ![Predicted quality versus footprint](assets/evidence/quality-vs-footprint.svg)
138
-
139
- The 500-prompt UTMOS22 quality run used the same unseen text per system. KittenTTS and Piper are summarized as equal-weight two-voice means in the figure, with the observed voice range visible. Supertonic 3-step is annotated below the plotted quality range rather than compressing the useful portion of the chart.
140
-
141
- | System / voice | Weights | UTMOS22 ↑ |
142
- | --- | ---: | ---: |
143
- | **Inflect-Micro-v2** | 37.5 MB | **4.395** |
144
- | **Inflect-Nano-v2** | 16.0 MB | **4.386** |
145
- | KittenTTS Nano · Bruno | 56.8 MB | 4.217 |
146
- | KittenTTS Nano · Hugo | 56.8 MB | 4.191 |
147
- | Piper Low · Ryan | 63.1 MB | 4.289 |
148
- | Piper Low · Danny | 63.1 MB | 4.195 |
149
- | Supertonic 3 · James · 8-step | 398.1 MB | 4.295 |
150
- | Supertonic 3 · James · 3-step | 398.1 MB | 2.471 |
151
-
152
- Inflect-Micro-v2: **4.395 UTMOS22**, 95% bootstrap CI **4.381–4.408**. UTMOS22 is a learned predictor, not human MOS.
153
-
154
- ### 3. Intelligibility across three ASR systems
155
-
156
- ![Semantic WER across Qwen3-ASR, Nemotron 3.5, and Whisper large-v3](assets/evidence/modern400-three-asr.svg)
157
-
158
- | System / voice | Qwen3-ASR ↓ | Nemotron 3.5 ↓ | Whisper large-v3 ↓ | Descriptive mean ↓ |
159
- | --- | ---: | ---: | ---: | ---: |
160
- | **Inflect-Micro-v2** | **2.52%** | **5.45%** | **2.73%** | **3.57%** |
161
- | **Inflect-Nano-v2** | **2.79%** | **5.63%** | **2.65%** | **3.69%** |
162
- | KittenTTS Nano · Bruno | 2.15% | 3.96% | 2.17% | 2.76% |
163
- | KittenTTS Nano · Hugo | 2.39% | 3.80% | 2.11% | 2.77% |
164
- | Piper Low · Danny | 2.62% | 5.60% | 2.55% | 3.59% |
165
- | Piper Low · Ryan | 2.81% | 5.51% | 2.87% | 3.73% |
166
- | Supertonic 3 · M2 · 3-step | 3.03% | 6.04% | 3.22% | 4.10% |
167
- | Supertonic 3 · M2 · 8-step | 2.05% | 3.56% | 8.08% | 4.56% |
168
-
169
- Inflect-Micro-v2: **2.52% Qwen3-ASR**, **5.45% Nemotron 3.5**, and **2.73% Whisper large-v3** semantic WER. The **3.57%** mean is descriptive only; individual recognizers remain visible because Whisper produced insertion-heavy hallucinations on a small subset of otherwise intelligible Supertonic 8-step clips.
170
 
171
  <details>
172
- <summary><strong>Open the frozen evaluation protocol</strong></summary>
173
-
174
- - Modern400 uses 400 identical unseen English prompts per system: 200 fixed modern/stress prompts plus 200 deterministic FLEURS `en_us` test prompts.
175
- - Exact-text exclusion was checked against 87,362 training transcripts.
176
- - Semantic WER is reported independently for `Qwen/Qwen3-ASR-1.7B`, `nvidia/nemotron-3.5-asr-streaming-0.6b`, and `openai/whisper-large-v3`.
177
- - All ASR inputs are explicitly resampled to 16 kHz and scored with the same disclosed English normalizer.
178
- - UTMOS22 uses `tarepan/SpeechMOS` v1.2.0 on a separate 500-prompt frozen generation set.
179
- - Headline intervals use 10,000 bootstrap samples.
180
- - The Modern400 corpus SHA-256 is `b7504ce2dce44a2da82770a6a5dfd2a034fe17e2113980f8a69663ade417a34c`.
181
- - Prompts, hypotheses, compressed row-level reports, and summaries ship under `evaluation/final/`.
182
-
183
- </details>
184
-
185
- ## Runtime methodology
186
 
187
- The model-specific snapshot below is retained as a transparent engineering measurement, not a portable hardware promise. It used one isolated process on an AMD EPYC 7K62, 50 prompts, three warmups, and runtime-default CPU threading.
188
-
189
- | RTF ↓ | Audio generated / wall time ↑ | Median utterance | p95 utterance | Cold load |
190
- | ---: | ---: | ---: | ---: | ---: |
191
- | 0.743 | 1.35× real time | 3.205 s | 4.681 s | 1.35 s |
192
-
193
- **RTF is wall time divided by generated audio duration.** For example, `0.54 RTF` means 1.85 seconds of audio were generated per second of wall time. It does not mean “1.85× faster than another model.” CPU model, thread policy, framework provider, and text length can materially change the result.
194
-
195
- <details>
196
- <summary><strong>Architecture and parameter budget</strong></summary>
197
-
198
- Inflect v2 is a parameter-efficient VITS-family, end-to-end text-to-waveform generator with an English phoneme frontend, monotonic alignment, stochastic latent synthesis, residual coupling flow, and an integrated alias-reduced neural waveform decoder.
199
 
200
  | Component | Inflect-Micro-v2 |
201
  | --- | ---: |
@@ -214,7 +228,7 @@ The release describes the deployable architecture. Private corpus-construction a
214
  </details>
215
 
216
  <details>
217
- <summary><strong>Controls, determinism, and long text</strong></summary>
218
 
219
  | Control | Default | Public range | Meaning |
220
  | --- | ---: | ---: | --- |
@@ -227,7 +241,7 @@ Long passages are punctuation-aware chunks, not one unlimited autoregressive pas
227
  </details>
228
 
229
  <details>
230
- <summary><strong>Data, voice, and adaptation status</strong></summary>
231
 
232
  The release voice was trained on a single-speaker synthetic English corpus generated with a larger third-party TTS teacher. No teacher model is required or shipped at inference. The package does not redistribute a real speaker dataset and does not claim the synthetic voice as the identity of a real person.
233
 
@@ -267,6 +281,15 @@ Do not use the included voice to impersonate a real person, deceive listeners, o
267
 
268
  Original Inflect code and weights are released under Apache-2.0. Bundled third-party components retain their own notices in [`THIRD_PARTY_NOTICES.md`](THIRD_PARTY_NOTICES.md). `release_manifest.json` records packaged file sizes and SHA-256 hashes.
269
 
 
 
 
 
 
 
 
 
 
270
  ## Citation
271
 
272
  ```bibtex
@@ -278,4 +301,4 @@ Original Inflect code and weights are released under Apache-2.0. Bundled third-p
278
  }
279
  ```
280
 
281
- <p align="center"><sub>Developed independently by Owen Song. Inflect v2 is an open-weight release: inference code and deployable weights are public; the private training recipe and corpus-generation pipeline are not.</sub></p>
 
27
  24 kHz English TTS with the neural waveform decoder already inside the model.</p>
28
 
29
  <p align="center">
30
+ <a href="https://github.com/owenawsong/Inflect"><img alt="GitHub" height="40" src="assets/nav/github.svg"></a>
31
+ <a href="https://huggingface.co/owensong/Inflect-Micro-v2"><img alt="Inflect Micro v2" height="40" src="assets/nav/micro.svg"></a>
32
+ <a href="https://huggingface.co/owensong/Inflect-Nano-v2"><img alt="Inflect Nano v2" height="40" src="assets/nav/nano.svg"></a>
33
+ <a href="https://huggingface.co/spaces/owensong/Inflect-v2"><img alt="Live playground" height="40" src="assets/nav/playground.svg"></a>
34
+ <a href="https://huggingface.co/collections/owensong/inflect-v2-6a619e820808eccf361a2948"><img alt="Inflect v2 collection" height="40" src="assets/nav/collection.svg"></a>
 
 
 
 
 
 
 
35
  </p>
36
 
37
  <p align="center"><strong>9.36M complete parameters</strong> · <strong>37.53 MB FP32 weights</strong> · <strong>one fixed English voice</strong> · <strong>no external vocoder</strong></p>
38
 
39
  ---
40
 
41
+ > **Complete means complete.** The published parameter count includes text encoding, duration prediction, latent synthesis, and the integrated 24 kHz waveform decoder. Inflect does not hide a second vocoder, server model, or inference-time teacher.
42
+
43
+ <details>
44
+ <summary><strong>Explore this model card</strong></summary>
45
+
46
+ | Start here | Technical detail |
47
+ | --- | --- |
48
+ | [Listen](#listen) | [Architecture](#architecture-and-parameter-budget) |
49
+ | [Evaluation](#evaluation) | [Controls and long text](#controls-determinism-and-long-text) |
50
+ | [Choose Micro or Nano](#choose-the-right-inflect) | [Data and adaptation](#data-voice-and-adaptation-status) |
51
+ | [Run locally](#run-locally) | [Package map](#package-map) |
52
+ | [Limitations](#limitations) | [Evaluation protocol](docs/EVALUATION.md) |
53
+
54
+ </details>
55
+
56
  ## Listen
57
 
58
  These are held-out text generations, not reconstructions of training audio. Each transcript is shown exactly as passed to the public frontend.
59
 
60
  | Test | Exact transcript | Generated audio |
61
  | --- | --- | --- |
62
+ | **Conversational** | It wasn't until later that I realized what had actually happened. | <audio controls preload="metadata" src="https://huggingface.co/owensong/Inflect-Micro-v2/resolve/main/samples/male/conversational.wav"></audio> |
63
+ | **Punctuation** | First, close the window; second, turn off the lamp; finally, lock the door. | <audio controls preload="metadata" src="https://huggingface.co/owensong/Inflect-Micro-v2/resolve/main/samples/male/punctuation.wav"></audio> |
64
+ | **Numbers** | The package weighs twelve point six kilograms and arrived on July twenty-first. | <audio controls preload="metadata" src="https://huggingface.co/owensong/Inflect-Micro-v2/resolve/main/samples/male/numbers.wav"></audio> |
65
+ | **Names and places** | Gwendolyn photographed the eucalyptus trees outside Ljubljana. | <audio controls preload="metadata" src="https://huggingface.co/owensong/Inflect-Micro-v2/resolve/main/samples/male/names_places.wav"></audio> |
66
+ | **Technical** | The system runs on three core components that all have to stay in sync. | <audio controls preload="metadata" src="https://huggingface.co/owensong/Inflect-Micro-v2/resolve/main/samples/male/technical.wav"></audio> |
67
+
68
+ ## Evaluation
69
+
70
+ No single metric captures TTS quality. Inflect v2 reports **human preference**, **predicted naturalness**, **multi-ASR intelligibility**, **complete footprint**, and **runtime** separately rather than compressing them into one unverifiable score.
71
+
72
+ | Community preference ↑ | UTMOS22 ↑ | Two-ASR semantic WER ↓ | Complete FP32 weights ↓ |
73
+ | ---: | ---: | ---: | ---: |
74
+ | **66.2%** | **4.395** | **3.99%** | **37.53 MB** |
75
+
76
+ The headline row always refers to **Inflect-Micro-v2**. Detailed competitor results and protocol boundaries are kept visible below.
77
+
78
+ ### 1. Human blind preference
79
+
80
+ ![Community blind listening](assets/evidence/human-preference.svg)
81
+
82
+ Inflect-Micro-v2 recorded a **66.2% preference rate** (21 wins · 10 losses · 3 ties) in the final anonymous community study. Systems were hidden, left/right order was randomized, and ties count as half a win. This is descriptive community evidence, not formal MOS.
83
+
84
+ ### 2. Predicted naturalness versus footprint
85
+
86
+ ![Predicted quality versus footprint](assets/evidence/quality-vs-footprint.svg)
87
+
88
+ The UTMOS22 run used 500 identical unseen prompts per voice. KittenTTS and Piper are equal-weight two-voice means; their observed voice ranges appear as whiskers. Supertonic 3-step is reported below the plotted range rather than flattening every other system.
89
+
90
+ **Inflect-Micro-v2: 4.395 UTMOS22**, 95% bootstrap CI **4.381–4.408**. UTMOS22 is a learned predictor, not human MOS.
91
+
92
+ ### 3. Intelligibility on unseen text
93
+
94
+ ![Two-ASR semantic WER consensus](assets/evidence/asr-consensus.svg)
95
+
96
+ The headline score is the equal-weight mean of Qwen3-ASR and Nemotron 3.5 corpus WER for **every** system. Whisper is excluded consistently from the headline because it produced insertion-heavy hallucinations on a subset of otherwise intelligible Supertonic 8-step clips. It is not deleted: the complete three-ASR evidence remains below.
97
+
98
+ <details>
99
+ <summary><strong>Open the complete three-ASR audit</strong></summary>
100
+
101
+ ![Semantic WER across Qwen3-ASR, Nemotron 3.5, and Whisper large-v3](assets/evidence/modern400-three-asr.svg)
102
+
103
+ | System / voice | Qwen3-ASR ↓ | Nemotron 3.5 ↓ | Whisper large-v3 ↓ |
104
+ | --- | ---: | ---: | ---: |
105
+ | **Inflect-Micro-v2** | **2.52%** | **5.45%** | **2.73%** |
106
+ | **Inflect-Nano-v2** | **2.79%** | **5.63%** | **2.65%** |
107
+ | KittenTTS Nano · Bruno | 2.15% | 3.96% | 2.17% |
108
+ | KittenTTS Nano · Hugo | 2.39% | 3.80% | 2.11% |
109
+ | Piper Low · Danny | 2.62% | 5.60% | 2.55% |
110
+ | Piper Low · Ryan | 2.81% | 5.51% | 2.87% |
111
+ | Supertonic 3 · M2 · 3-step | 3.03% | 6.04% | 3.22% |
112
+ | Supertonic 3 · M2 · 8-step | 2.05% | 3.56% | 8.08% |
113
+
114
+ For Inflect-Micro-v2, the individual results are **2.52% Qwen3-ASR**, **5.45% Nemotron 3.5**, and **2.73% Whisper large-v3**. The former three-model mean, **3.57%**, is retained only as a descriptive audit value and is not used as the headline score.
115
+
116
+ </details>
117
+
118
+ ### 4. Complete weight footprint
119
+
120
+ ![Complete deployable model footprint](assets/evidence/model-footprint.svg)
121
+
122
+ Voice variants sharing the same weights are merged. Inflect totals include the integrated waveform decoder.
123
+
124
+ <details>
125
+ <summary><strong>Open the frozen protocol and host-specific runtime snapshot</strong></summary>
126
+
127
+ - Modern400 uses 400 identical unseen English prompts per system: 200 fixed modern/stress prompts plus 200 deterministic FLEURS `en_us` test prompts.
128
+ - Exact-text exclusion was checked against 87,362 training transcripts.
129
+ - All ASR inputs are resampled to 16 kHz and scored with the same disclosed English normalizer.
130
+ - UTMOS22 uses `tarepan/SpeechMOS` v1.2.0 on a separate 500-prompt generation set.
131
+ - Headline intervals use 10,000 bootstrap samples.
132
+ - The Modern400 corpus SHA-256 is `b7504ce2dce44a2da82770a6a5dfd2a034fe17e2113980f8a69663ade417a34c`.
133
+ - Prompts, hypotheses, compressed row-level reports, and summaries ship under `evaluation/final/`.
134
+
135
+ The retained CPU snapshot used one isolated process on an AMD EPYC 7K62, 50 prompts, three warmups, and runtime-default CPU threading:
136
+
137
+ | RTF ↓ | Audio generated / wall time ↑ | Median utterance | p95 utterance | Cold load |
138
+ | ---: | ---: | ---: | ---: | ---: |
139
+ | 0.743 | 1.35× real time | 3.205 s | 4.681 s | 1.35 s |
140
+
141
+ RTF is wall time divided by generated audio duration. This is a host-specific engineering snapshot, not a portable cross-system speed claim. A matched local CPU rerun is tracked before the public release.
142
+
143
+ </details>
144
+
145
+ ---
146
 
147
  ## Choose the right Inflect
148
 
 
151
  | Complete parameters | 3,966,721 | 9,356,513 |
152
  | FP32 weights | 15.97 MB | 37.53 MB |
153
  | Positioning | Smallest practical footprint | Strongest Inflect v2 quality |
154
+ | 24 kHz waveform decoder | Included | Included |
155
+ | Python API and frontend | Same | Same |
 
156
 
157
+ **Inflect-Micro-v2** is the quality-focused member of the family. Both models use the same public API and complete text-to-waveform packaging.
 
 
158
 
159
  ## Run locally
160
 
 
204
  | --- | --- |
205
  | 37.53 MB of FP32 model weights, with no server dependency. | Text frontend, acoustic generator, duration model, and waveform decoder ship together. |
206
  | **Built for local inference** | **Measured, not hand-picked** |
207
+ | CPU-ready PyTorch runtime, deterministic seeds, and punctuation-aware long text. | Frozen prompts, raw hypotheses, intervals, hashes, and per-system reports are included. |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
208
 
209
  <details>
210
+ <summary id="architecture-and-parameter-budget"><strong>Architecture and parameter budget</strong></summary>
 
 
 
 
 
 
 
 
 
 
 
 
 
211
 
212
+ Inflect v2 is a parameter-efficient VITS-family end-to-end text-to-waveform generator with an English phoneme frontend, monotonic alignment, stochastic latent synthesis, residual coupling flow, and an integrated alias-reduced neural waveform decoder.
 
 
 
 
 
 
 
 
 
 
 
213
 
214
  | Component | Inflect-Micro-v2 |
215
  | --- | ---: |
 
228
  </details>
229
 
230
  <details>
231
+ <summary id="controls-determinism-and-long-text"><strong>Controls, determinism, and long text</strong></summary>
232
 
233
  | Control | Default | Public range | Meaning |
234
  | --- | ---: | ---: | --- |
 
241
  </details>
242
 
243
  <details>
244
+ <summary id="data-voice-and-adaptation-status"><strong>Data, voice, and adaptation status</strong></summary>
245
 
246
  The release voice was trained on a single-speaker synthetic English corpus generated with a larger third-party TTS teacher. No teacher model is required or shipped at inference. The package does not redistribute a real speaker dataset and does not claim the synthetic voice as the identity of a real person.
247
 
 
281
 
282
  Original Inflect code and weights are released under Apache-2.0. Bundled third-party components retain their own notices in [`THIRD_PARTY_NOTICES.md`](THIRD_PARTY_NOTICES.md). `release_manifest.json` records packaged file sizes and SHA-256 hashes.
283
 
284
+ ### Private training scope and contact
285
+
286
+ Inflect v2 is an **open-weight** release. Deployable weights, inference code, frontend code, evaluation prompts, and release reports are public. The training corpus-generation pipeline, private filtering infrastructure, and full optimization recipe are not part of the public package.
287
+
288
+ Owen Song may share additional technical context privately for credible research, collaboration, reproducibility, or deployment inquiries when the request has a clear purpose and does not conflict with licensing or data-provenance constraints.
289
+
290
+ - **Discord:** `b111ue` — fastest for informal technical questions
291
+ - **Email:** [owen.aw.song@gmail.com](mailto:owen.aw.song@gmail.com) — preferred for professional inquiries
292
+
293
  ## Citation
294
 
295
  ```bibtex
 
301
  }
302
  ```
303
 
304
+ <p align="center"><sub>Designed and developed independently by Owen Song · open weights · Apache-2.0 · complete local text-to-waveform inference</sub></p>
assets/evidence/asr-consensus.svg ADDED
assets/evidence/human-preference.svg CHANGED
assets/evidence/model-footprint.svg CHANGED
assets/evidence/modern400-three-asr.svg CHANGED
assets/evidence/quality-vs-footprint.svg CHANGED
assets/nav/collection.svg ADDED
assets/nav/github.svg ADDED
assets/nav/micro.svg ADDED
assets/nav/nano.svg ADDED
assets/nav/playground.svg ADDED