Instructions to use parthiv11/indic_whisper_nodcil with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use parthiv11/indic_whisper_nodcil with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="parthiv11/indic_whisper_nodcil")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("parthiv11/indic_whisper_nodcil") model = AutoModelForSpeechSeq2Seq.from_pretrained("parthiv11/indic_whisper_nodcil") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2 opened about 2 years ago
by
SFconvertbot
Incorrectly transcribing Telugu text as Hindi
1
#1 opened about 2 years ago
by
CXDuncan