Views
No views yet
openai/whisper-small.fleurs-syntheticopenai/whisper-smallfleurs_synthetic_hours1p01from transformers import AutoModelForSpeechSeq2Seq, AutoProcessor
2
3model_id = "ai4good-labyrinth/fleurs-synthetic-hours1p0-whisper-small-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-smalltranscribe--language auto in standalone evaluationnoFalse52004.140.48540.14440.7309min_duration_seconds=0, max_duration_seconds=30transcribeauto| Dataset | Split | Setting | Num examples | WER | CER | Notes |
|---|---|---|---|---|---|---|
| FLEURS | dev | filtered | 305 | 0.4995 | 0.1390 | Filtered to 30 seconds |
| FLEURS | dev | unfiltered | TBD | TBD | TBD | Standalone eval pending |
| FLEURS | test | filtered | 745 | 0.5028 | 0.1523 | Filtered to 30 seconds |
| FLEURS | test | unfiltered | TBD | TBD | TBD | Standalone eval pending |
| Zambezi | dev | filtered | 613 | 0.6468 | 0.2121 | Filtered to 30 seconds |
| Zambezi | dev | unfiltered | TBD | TBD | TBD | Standalone eval pending |
| Zambezi | test | filtered | 427 | 0.6348 | 0.1684 | Filtered to 30 seconds |
| Zambezi | test | unfiltered | TBD | TBD | TBD | Standalone eval pending |
eval/...1@misc{fleurs_synthetic_hours1p0_whisper_small_no_language_2026,
2 title = {Fleurs Synthetic Whisper Small Fleurs Synthetic Hours1P0 Checkpoint},
3 author = {AI4Good Labyrinth Team},
4 year = {2026},
5 howpublished = {\url{https://huggingface.co/ai4good-labyrinth/fleurs-synthetic-hours1p0-whisper-small-no-language}},
6 note = {Whisper fine-tuning for Chichewa/Nyanja ASR}
7}