Instructions to use emre/whisper-medium-turkish-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use emre/whisper-medium-turkish-2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="emre/whisper-medium-turkish-2")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("emre/whisper-medium-turkish-2") model = AutoModelForSpeechSeq2Seq.from_pretrained("emre/whisper-medium-turkish-2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 6762c4eec35dcb2ed3a659f7fb49729cda090442684b6dde1ed7837463efc0ff
- Size of remote file:
- 557 Bytes
- SHA256:
- ed342fb3e26e6d5b5217d01bb67f39cd6aed6e6e5aca71a952e8f550d1806755
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.