Views
No views yet
openai/whisper-tiny.fleurs-syntheticopenai/whisper-tinyfleurs_synthetic_hours0p251from transformers import AutoModelForSpeechSeq2Seq, AutoProcessor
2
3model_id = "ai4good-labyrinth/fleurs-synthetic-hours0p25-whisper-tiny-no-language"
4processor = AutoProcessor.from_pretrained(model_id)
5model = AutoModelForSpeechSeq2Seq.from_pretrained(model_id)FLEURS train + Prepared datasetFLEURS dev45364495311305min_duration_seconds=0.0, max_duration_seconds=30.0experiments/whisper_finetune/finetune_whisper.pyopenai/whisper-tinytranscribe--language auto in standalone evaluationnoFalse14002.490.74540.27781.0477min_duration_seconds=0, max_duration_seconds=30transcribeauto| Dataset | Split | Setting | Num examples | WER | CER | Notes |
|---|---|---|---|---|---|---|
| FLEURS | dev | filtered | 305 | 0.6913 | 0.2575 | Filtered to 30 seconds |
| FLEURS | dev | unfiltered | TBD | TBD | TBD | Standalone eval pending |
| FLEURS | test | filtered | 745 | 0.8118 | 0.3039 | Filtered to 30 seconds |
| FLEURS | test | unfiltered | TBD | TBD | TBD | Standalone eval pending |
| Zambezi | dev | filtered | 613 | 0.8568 | 0.2981 | Filtered to 30 seconds |
| Zambezi | dev | unfiltered | TBD | TBD | TBD | Standalone eval pending |
| Zambezi | test | filtered | 427 | 0.8897 | 0.2991 | Filtered to 30 seconds |
| Zambezi | test | unfiltered | TBD | TBD | TBD | Standalone eval pending |
eval/...1@misc{fleurs_synthetic_hours0p25_whisper_tiny_no_language_2026,
2 title = {Fleurs Synthetic Whisper Tiny Fleurs Synthetic Hours0P25 Checkpoint},
3 author = {AI4Good Labyrinth Team},
4 year = {2026},
5 howpublished = {\url{https://huggingface.co/ai4good-labyrinth/fleurs-synthetic-hours0p25-whisper-tiny-no-language}},
6 note = {Whisper fine-tuning for Chichewa/Nyanja ASR}
7}