Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
Turkish
whisper
Generated from Trainer
Eval Results (legacy)
Instructions to use elifsorguc/whisper-medium-tr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use elifsorguc/whisper-medium-tr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="elifsorguc/whisper-medium-tr")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("elifsorguc/whisper-medium-tr") model = AutoModelForSpeechSeq2Seq.from_pretrained("elifsorguc/whisper-medium-tr") - Notebooks
- Google Colab
- Kaggle
Turkish or all the languages
#1 opened about 1 year ago
by
etemiz