owensong commited on
Commit
f9c5e51
·
verified ·
1 Parent(s): 6cfdac8

Correct release-candidate architecture description

Browse files
Files changed (1) hide show
  1. README.md +9 -11
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
- ## Why It Is Not Stock VITS
51
 
52
- Inflect-Micro-v2 uses a compact aligned VITS-derived backbone with several
53
- small-model-specific changes:
54
 
55
- - a phoneme frontend with explicit word and punctuation boundary classes
56
  - a deterministic duration predictor for compact, stable deployment
57
  - monotonic alignment between phonemes and acoustic frames
58
- - a hierarchical token-level prosody planner with multiple receptive fields
59
- - bounded energy and log-F0 intercept/slope prediction plus voiced occupancy
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 prosody planner is intended to preserve phrase-level movement without the
65
- frame-level jitter that repeatedly damaged earlier Inflect experiments.
 
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