File size: 508 Bytes
7b1db93
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 🧪 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`