Instructions to use Vardis/Whisper-Large-v2-Greek with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Vardis/Whisper-Large-v2-Greek with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Vardis/Whisper-Large-v2-Greek")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Vardis/Whisper-Large-v2-Greek", dtype="auto") - PEFT
How to use Vardis/Whisper-Large-v2-Greek with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Ctrl+K