Instructions to use shehzad1/whisper_urdu_small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use shehzad1/whisper_urdu_small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="shehzad1/whisper_urdu_small")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("shehzad1/whisper_urdu_small") model = AutoModelForSpeechSeq2Seq.from_pretrained("shehzad1/whisper_urdu_small", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#7 opened about 1 year ago
by
SFconvertbot
Upload folder using huggingface_hub
#6 opened almost 3 years ago
by
shehzad1
Upload folder using huggingface_hub
#5 opened almost 3 years ago
by
shehzad1
Upload folder using huggingface_hub
#4 opened almost 3 years ago
by
shehzad1
Upload folder using huggingface_hub
#2 opened almost 3 years ago
by
shehzad1
Upload folder using huggingface_hub
#1 opened almost 3 years ago
by
shehzad1