Views
No views yet
openai/whisper-small.fleurs-onlyopenai/whisper-smallno_language1from transformers import AutoModelForSpeechSeq2Seq, AutoProcessor
2
3model_id = "ai4good-labyrinth/fleurs-only-whisper-medium-no-language-lora-adapter"
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 evaluationTBDTBDTBDTBDTBDTBDTBDmin_duration_seconds=0, max_duration_seconds=30transcribeauto| Dataset | Split | Setting | Num examples | WER | CER | Notes |
|---|---|---|---|---|---|---|
| FLEURS | dev | filtered | 305 | 0.5264 | 0.1263 | Filtered to 30 seconds |
| FLEURS | dev | unfiltered | TBD | TBD | TBD | Standalone eval pending |
| FLEURS | test | filtered | 745 | 0.5923 | 0.1611 | Filtered to 30 seconds |
| FLEURS | test | unfiltered | 761 | 0.5862 | 0.1594 | No duration filter |
| Zambezi | dev | filtered | 613 | 0.7070 | 0.2084 | Filtered to 30 seconds |
| Zambezi | dev | unfiltered | TBD | TBD | TBD | Standalone eval pending |
| Zambezi | test | filtered | 427 | 0.6700 | 0.1587 | Filtered to 30 seconds |
| Zambezi | test | unfiltered | 428 | 0.6674 | 0.1578 | No duration filter |
eval/...1@misc{fleurs_only_whisper_medium_no_language_lora_adapter_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-medium-no-language-lora-adapter}},
6 note = {Whisper fine-tuning for Chichewa/Nyanja ASR}
7}