docs(kokoro): add bilingual demo and complete training handoff - #94
Open
Alex-Wengg wants to merge 2 commits into
Open
Alex-Wengg wants to merge 2 commits into
Alex-Wengg wants to merge 2 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add a complete cross-environment project handoff plus the existing small,
exploratory English–Mandarin Kokoro demo package.
Start here: project-handoff.md.
Shared project handoff
AGENTS.mdplus README links make the shared handoff discoverable. Internal.mobiusexecution plans remain outside Git.Saved demo evidence
Under
models/tts/kokoro-v1.1-zh/coreml/bilingual-demo:zf_001.AGENTS.mdthat keeps this Mac for demos and lightweight checks, not official evaluation or training.Validation
uv run python -m unittest discover -s tests -v: 9 passed.uv run python verify-demo.py: all 12 bundled metadata/evidence records validated; explicitly reports audio not checked.uv run python verify-demo.py --audio-dir <existing-local-demo-audio>: 12/12 original WAV hashes verified.git diff --checkpasses.Scope and exclusions
This PR documents the project contract and packages prior exploratory evidence;
it does not implement a trainer, fix frontend behavior,
train a model, run conversion, prove checkpoint parity, or establish an official
quality baseline. No synthesis, ASR, learned scoring, or training was rerun to
assemble the demo. Existing ASR and predicted-MOS values remain diagnostic
proxies, not certified pronunciation/tone accuracy or human listening scores.
The source run used a modified FluidAudio working tree, identified by recorded
file hashes. The current Swift/Core ML and MLX tools are not a CUDA training stack.
The handoff specifically calls out that the existing converter loads the upstream
checkpoint by default; exporting a future trained candidate needs explicit
candidate inputs and hash-bound validation. It also distinguishes the older
converter's noise stage from the inspected runtime's
KokoroNoise_v2asset.WAVs stay local/ignored in accordance with the repository's existing asset policy;
playback links work after supplying the matching local files. No pretrained
weights, private recordings, machine-specific paths, internal
.mobiusplanningdocuments, or unrelated model work are included. All selected text prompts were
authored for this project; no MiniMax prompt text is redistributed.
The first receiving-environment actions are artifact/setup/data inventory,
frontend regressions, strict checkpoint-parity implementation, and data/target
audit. Use existing valid setup/run approvals; request only genuinely missing
access or authority before consequential execution. This PR does not authorize
provisioning, paid jobs, data uploads, publishing weights, or production rollout.
Git delivery does not imply the other environment has already pulled the branch
or received local-only source/audio/data; it must verify its own inventory.