Views
No views yet
openai/whisper-tiny.fleurs-syntheticopenai/whisper-tinyfleurs_synthetic_hours1p01from transformers import AutoModelForSpeechSeq2Seq, AutoProcessor
2
3model_id = "ai4good-labyrinth/fleurs-synthetic-hours1p0-whisper-tiny-no-language"
4processor = AutoProcessor.from_pretrained(model_id)
5model = AutoModelForSpeechSeq2Seq.from_pretrained(model_id)FLEURS train + Prepared datasetFLEURS dev1007810037311305min_duration_seconds=0.0, max_duration_seconds=30.0experiments/whisper_finetune/finetune_whisper.pyopenai/whisper-tinytranscribe--language auto in standalone evaluationnoFalse44003.510.65970.21741.0086min_duration_seconds=0, max_duration_seconds=30transcribeauto| Dataset | Split | Setting | Num examples | WER | CER | Notes |
|---|---|---|---|---|---|---|
| FLEURS | dev | filtered | 305 | 0.9166 | 0.3837 | Filtered to 30 seconds |
| FLEURS | dev | unfiltered | TBD | TBD | TBD | Standalone eval pending |
| FLEURS | test | filtered | 745 | 0.8947 | 0.3829 | Filtered to 30 seconds |
| FLEURS | test | unfiltered | TBD | TBD | TBD | Standalone eval pending |
| Zambezi | dev | filtered | 613 | 0.8840 | 0.3573 | Filtered to 30 seconds |
| Zambezi | dev | unfiltered | TBD | TBD | TBD | Standalone eval pending |
| Zambezi | test | filtered | 427 | 0.8447 | 0.2719 | Filtered to 30 seconds |
| Zambezi | test | unfiltered | TBD | TBD | TBD | Standalone eval pending |
eval/...1@misc{fleurs_synthetic_hours1p0_whisper_tiny_no_language_2026,
2 title = {Fleurs Synthetic Whisper Tiny Fleurs Synthetic Hours1P0 Checkpoint},
3 author = {AI4Good Labyrinth Team},
4 year = {2026},
5 howpublished = {\url{https://huggingface.co/ai4good-labyrinth/fleurs-synthetic-hours1p0-whisper-tiny-no-language}},
6 note = {Whisper fine-tuning for Chichewa/Nyanja ASR}
7}