Instructions to use Abdul110/whisper-urdu with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Abdul110/whisper-urdu with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Abdul110/whisper-urdu")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("Abdul110/whisper-urdu") model = AutoModelForSpeechSeq2Seq.from_pretrained("Abdul110/whisper-urdu") - Notebooks
- Google Colab
- Kaggle
no method how to use it
#1
by appleisred - opened
why dont you provide the way aperson can use it
I will add Proper documentation soon,