Automatic Speech Recognition
Transformers
Turkish
whisper
turkish
asr
audio
speech-recognition
Eval Results (legacy)
Instructions to use u7un/whisper-turkish-final with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use u7un/whisper-turkish-final with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="u7un/whisper-turkish-final")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("u7un/whisper-turkish-final", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K