Views
No views yet
openai/whisper-small on Google WaxalNLP (Lingala, Shona, Luganda).1from transformers import WhisperProcessor, WhisperForConditionalGeneration
2
3repo = "mmwanje/waxal-whisper-small"
4processor = WhisperProcessor.from_pretrained(repo)
5model = WhisperForConditionalGeneration.from_pretrained(repo)| Code | Language | Whisper lang token |
|---|---|---|
| lin | Lingala | lingala |
| sna | Shona | shona |
| lug | Luganda | swahili (closest) |