Correct release-candidate architecture description
Browse files
README.md
CHANGED
|
@@ -47,22 +47,21 @@ The parameter count describes the inference-only text-to-waveform model. It does
|
|
| 47 |
not include optimizer state, discriminators, or training-only posterior paths,
|
| 48 |
and it does not hide a separate vocoder.
|
| 49 |
|
| 50 |
-
##
|
| 51 |
|
| 52 |
-
Inflect-Micro-v2 uses a compact
|
| 53 |
-
|
| 54 |
|
| 55 |
-
- a phoneme frontend with
|
| 56 |
- a deterministic duration predictor for compact, stable deployment
|
| 57 |
- monotonic alignment between phonemes and acoustic frames
|
| 58 |
-
- a
|
| 59 |
-
-
|
| 60 |
-
- prosody conditioning applied to both the latent prior and waveform decoder
|
| 61 |
-
- smoothed continuous controls without smoothing consonant boundaries
|
| 62 |
- multi-resolution STFT supervision during waveform training
|
| 63 |
|
| 64 |
-
The
|
| 65 |
-
|
|
|
|
| 66 |
|
| 67 |
### Core Configuration
|
| 68 |
|
|
@@ -168,4 +167,3 @@ Before this repository becomes public:
|
|
| 168 |
- [ ] publish representative, average, OOD, long, and failure samples
|
| 169 |
- [ ] verify installation and inference from a clean machine
|
| 170 |
- [ ] finalize model and dataset licensing
|
| 171 |
-
|
|
|
|
| 47 |
not include optimizer state, discriminators, or training-only posterior paths,
|
| 48 |
and it does not hide a separate vocoder.
|
| 49 |
|
| 50 |
+
## Architecture
|
| 51 |
|
| 52 |
+
Inflect-Micro-v2 uses a compact VITS-derived, single-stage text-to-waveform
|
| 53 |
+
backbone configured specifically for the sub-10M regime:
|
| 54 |
|
| 55 |
+
- a normalized English phoneme frontend with stress and preserved punctuation
|
| 56 |
- a deterministic duration predictor for compact, stable deployment
|
| 57 |
- monotonic alignment between phonemes and acoustic frames
|
| 58 |
+
- a residual-coupling latent flow and posterior encoder during training
|
| 59 |
+
- an integrated HiFi-GAN-style waveform decoder; no external vocoder is needed
|
|
|
|
|
|
|
| 60 |
- multi-resolution STFT supervision during waveform training
|
| 61 |
|
| 62 |
+
The selected checkpoint does not use the separate experimental HierJoint or
|
| 63 |
+
HierNAR prosody-planner branches evaluated during development. Those models are
|
| 64 |
+
not part of this release candidate.
|
| 65 |
|
| 66 |
### Core Configuration
|
| 67 |
|
|
|
|
| 167 |
- [ ] publish representative, average, OOD, long, and failure samples
|
| 168 |
- [ ] verify installation and inference from a clean machine
|
| 169 |
- [ ] finalize model and dataset licensing
|
|
|