| # 🧪 Experiments | |
| Use this folder to track reproducible runs for ASR and TTS. | |
| ## Layout | |
| ```text | |
| experiments/ | |
| asr/ | |
| <run-id>/ | |
| run_card.md | |
| tts/ | |
| <run-id>/ | |
| run_card.md | |
| ``` | |
| ## Templates | |
| - ASR run card template: [asr/template_run_card.md](asr/template_run_card.md) | |
| - TTS run card template: [tts/template_run_card.md](tts/template_run_card.md) | |
| ## Run-ID Convention | |
| - Recommended: `YYYY-MM-DD_<model>_<dataset>_<short-note>` | |
| - Example: `2026-02-14_whisper-large-v3_fleurs-ps-af_baseline` | |