Instructions to use harislania/urdu-speech-to-text with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use harislania/urdu-speech-to-text with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="harislania/urdu-speech-to-text")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("harislania/urdu-speech-to-text") model = AutoModelForCTC.from_pretrained("harislania/urdu-speech-to-text", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Create README.md
#2 opened over 1 year ago
by
Amrikbrar9001
Adding `safetensors` variant of this model
#1 opened over 3 years ago
by
SFconvertbot