Views
No views yet
1from transformers import WhisperProcessor, WhisperForConditionalGeneration
2
3processor = WhisperProcessor.from_pretrained("chappM/whisper-amharic-small-v2")
4model = WhisperForConditionalGeneration.from_pretrained("chappM/whisper-amharic-small-v2")