Views
No views yet
openai/whisper-small.fleurs-onlyopenai/whisper-smallno_language1from transformers import AutoModelForSpeechSeq2Seq, AutoProcessor
2
3model_id = "ai4good-labyrinth/fleurs-only-whisper-small-no-language"
4processor = AutoProcessor.from_pretrained(model_id)
5model = AutoModelForSpeechSeq2Seq.from_pretrained(model_id)TBDTBDTBDTBDTBDTBDmin_duration_seconds=TBD, max_duration_seconds=TBDexperiments/whisper_finetune/finetune_whisper.pyopenai/whisper-smalltranscribe--language auto in standalone evaluationTBDTBD6001.810.55210.15370.6976min_duration_seconds=0, max_duration_seconds=30transcribeauto| Dataset | Split | Setting | Num examples | WER | CER | Notes |
|---|---|---|---|---|---|---|
| FLEURS | dev | filtered | 305 | 0.6263 | 0.1929 | Filtered to 30 seconds |
| FLEURS | dev | unfiltered | 311 | 0.6198 | 0.1918 | No duration filter |
| FLEURS | test | filtered | 745 | 0.5452 | 0.1597 | Filtered to 30 seconds |
| FLEURS | test | unfiltered | TBD | TBD | TBD | Standalone eval pending |
| Zambezi | dev | filtered | 613 | 0.6593 | 0.1883 | Filtered to 30 seconds |
| Zambezi | dev | unfiltered | 622 | 0.6567 | 0.1868 | No duration filter |
| Zambezi | test | filtered | 427 | 0.6805 | 0.1801 | Filtered to 30 seconds |
| Zambezi | test | unfiltered | 428 | 0.6776 | 0.1790 | No duration filter |
eval/...1@misc{fleurs_only_whisper_small_no_language_2026,
2 title = {FLEURS-Only Whisper Small No-Language Checkpoint},
3 author = {AI4Good Labyrinth Team},
4 year = {2026},
5 howpublished = {\url{https://huggingface.co/ai4good-labyrinth/fleurs-only-whisper-small-no-language}},
6 note = {Whisper fine-tuning for Chichewa/Nyanja ASR}
7}