Views
No views yet
| Model | WER |
|---|---|
| yoad/whisper-small (base) | 0.2704 |
| yoad/whisper-small + ACFT (this model) | 0.2540 |
1from transformers import WhisperForConditionalGeneration, WhisperProcessor
2
3model = WhisperForConditionalGeneration.from_pretrained("amitkot/whisper-yoad-small-he-acft")
4processor = WhisperProcessor.from_pretrained("amitkot/whisper-yoad-small-he-acft")