Views
No views yet
openai/whisper-small.synthetic-onlyopenai/whisper-smallsynthetic_only_small_constwarmup_best57501from transformers import AutoModelForSpeechSeq2Seq, AutoProcessor
2
3model_id = "ai4good-labyrinth/synthetic-only-whisper-small-no-language-v2"
4processor = AutoProcessor.from_pretrained(model_id)
5model = AutoModelForSpeechSeq2Seq.from_pretrained(model_id)Prepared datasetFLEURS dev374612374576311305min_duration_seconds=0.0, max_duration_seconds=30.0experiments/whisper_finetune/finetune_whisper.pyopenai/whisper-smalltranscribe--language auto in standalone evaluationfp16True57500.120.72790.25261.5864min_duration_seconds=0, max_duration_seconds=30transcribeauto| Dataset | Split | Setting | Num examples | WER | CER | Notes |
|---|---|---|---|---|---|---|
| FLEURS | dev | filtered | 305 | 0.7285 | 0.2711 | Filtered to 30 seconds |
| FLEURS | dev | unfiltered | TBD | TBD | TBD | Standalone eval pending |
| FLEURS | test | filtered | 745 | 0.7455 | 0.2914 | Filtered to 30 seconds |
| FLEURS | test | unfiltered | TBD | TBD | TBD | Standalone eval pending |
| Zambezi | dev | filtered | 613 | 0.7781 | 0.2904 | Filtered to 30 seconds |
| Zambezi | dev | unfiltered | TBD | TBD | TBD | Standalone eval pending |
| Zambezi | test | filtered | 427 | 0.7527 | 0.2389 | Filtered to 30 seconds |
| Zambezi | test | unfiltered | TBD | TBD | TBD | Standalone eval pending |
eval/...1@misc{synthetic_only_whisper_small_no_language_v2_2026,
2 title = {Synthetic Only Whisper Small Synthetic Only Small Constwarmup Best5750 Checkpoint},
3 author = {AI4Good Labyrinth Team},
4 year = {2026},
5 howpublished = {\url{https://huggingface.co/ai4good-labyrinth/synthetic-only-whisper-small-no-language-v2}},
6 note = {Whisper fine-tuning for Chichewa/Nyanja ASR}
7}