Views
No views yet
openai/whisper-tiny.fleurs-trigram-syntheticopenai/whisper-tinyfleurs_trigram_hours0p25_synthetic_hours0p6251from transformers import AutoModelForSpeechSeq2Seq, AutoProcessor
2
3model_id = "ai4good-labyrinth/fleurs-trigram-hours0p25-synthetic-hours0p625-whisper-tiny-no-language"
4processor = AutoProcessor.from_pretrained(model_id)
5model = AutoModelForSpeechSeq2Seq.from_pretrained(model_id)FLEURS train + Prepared dataset + Chichewa Trigrams trainFLEURS dev1376113720311305min_duration_seconds=0.0, max_duration_seconds=30.0experiments/whisper_finetune/finetune_whisper.pyopenai/whisper-tinytranscribe--language auto in standalone evaluationnoFalse66003.850.64560.21240.9879min_duration_seconds=0, max_duration_seconds=30transcribeauto| Dataset | Split | Setting | Num examples | WER | CER | Notes |
|---|---|---|---|---|---|---|
| FLEURS | dev | filtered | 305 | 0.7194 | 0.2591 | Filtered to 30 seconds |
| FLEURS | dev | unfiltered | TBD | TBD | TBD | Standalone eval pending |
| FLEURS | test | filtered | 745 | 0.6767 | 0.2847 | Filtered to 30 seconds |
| FLEURS | test | unfiltered | TBD | TBD | TBD | Standalone eval pending |
| Zambezi | dev | filtered | 613 | 0.8329 | 0.2966 | Filtered to 30 seconds |
| Zambezi | dev | unfiltered | TBD | TBD | TBD | Standalone eval pending |
| Zambezi | test | filtered | 427 | 0.7886 | 0.2505 | Filtered to 30 seconds |
| Zambezi | test | unfiltered | TBD | TBD | TBD | Standalone eval pending |
eval/...1@misc{fleurs_trigram_hours0p25_synthetic_hours0p625_whisper_tiny_no_language_2026,
2 title = {Fleurs Trigram Synthetic Whisper Tiny Fleurs Trigram Hours0P25 Synthetic Hours0P625 Checkpoint},
3 author = {AI4Good Labyrinth Team},
4 year = {2026},
5 howpublished = {\url{https://huggingface.co/ai4good-labyrinth/fleurs-trigram-hours0p25-synthetic-hours0p625-whisper-tiny-no-language}},
6 note = {Whisper fine-tuning for Chichewa/Nyanja ASR}
7}