From e6a4b1ea48d22bb196942e6be7aeab1462c365df Mon Sep 17 00:00:00 2001 From: HaD0Yun Date: Sun, 22 Mar 2026 19:25:55 +0900 Subject: [PATCH] Document the current Turkish training status Adds a note that separates the repository's documented multilingual generation support from the currently missing public training path for Turkish. Constraint: Keep this branch scoped to issue #3 only Rejected: Folding this into a multi-issue combined PR | the requested delivery shape is one PR per issue Confidence: high Scope-risk: narrow Directive: Keep this note fact-limited to what the public repository and issue thread currently support Tested: git diff --check --cached Not-tested: Runtime feature execution for the requested capability --- docs/issues/issue-3-turkish-training.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/issues/issue-3-turkish-training.md diff --git a/docs/issues/issue-3-turkish-training.md b/docs/issues/issue-3-turkish-training.md new file mode 100644 index 0000000..67f1cb8 --- /dev/null +++ b/docs/issues/issue-3-turkish-training.md @@ -0,0 +1,24 @@ +# Issue #3 — Turkish training status + +## Summary +The repository currently documents multilingual generation for a fixed set of languages, but it does not publish a supported training workflow for adding Turkish. + +## Current repository state +- The README documents multilingual generation with language-specific aligners. +- The listed supported languages are `ar`, `ch`, `de`, `es`, `fr`, `it`, `ja`, `pl`, and `pt`. +- Turkish is not listed in that supported-language set. +- The repository does not currently ship public training or fine-tuning scripts for adding new languages. + +## What this means today +- The public repo does not currently document Turkish generation support. +- The public repo also does not currently expose a supported training path for adding Turkish. + +## What would be required +Supporting Turkish through the public repository would likely need: +1. released training / fine-tuning code +2. a Turkish alignment strategy +3. data preparation guidance for Turkish text/audio pairs +4. validation for generation quality and alignment quality in Turkish + +## Current safe answer +Based on the repository as it exists today, Turkish training support is not yet documented in the public release.