Automatic Speech Recognition
Transformers
PyTorch
Greek
whisper
whisper-small
mozilla-foundation/common_voice_11_0
greek
whisper-event
Instructions to use farsipal/whisper-small-greek with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use farsipal/whisper-small-greek with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="farsipal/whisper-small-greek")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("farsipal/whisper-small-greek") model = AutoModelForSpeechSeq2Seq.from_pretrained("farsipal/whisper-small-greek", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Summary
This is an early attempt during the December 2022 Whisper Event
to finetune whisper-small for the Greek language (el). The notebook with all parameters is provided.
- Downloads last month
- 16