Automatic Speech Recognition
Transformers
PyTorch
Telugu
whisper
whisper-event
Generated from Trainer
Eval Results (legacy)
Instructions to use parambharat/whisper-base-te with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use parambharat/whisper-base-te with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="parambharat/whisper-base-te")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("parambharat/whisper-base-te") model = AutoModelForSpeechSeq2Seq.from_pretrained("parambharat/whisper-base-te", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Which Dataset were used to finetune this model
#2
by vasanth0475 - opened
This comment has been hidden (marked as Off-Topic)
vasanth0475 changed discussion status to closed