Instructions to use Harveenchadha/vakyansh-wav2vec2-hindi-him-4200 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Harveenchadha/vakyansh-wav2vec2-hindi-him-4200 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Harveenchadha/vakyansh-wav2vec2-hindi-him-4200")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("Harveenchadha/vakyansh-wav2vec2-hindi-him-4200") model = AutoModelForCTC.from_pretrained("Harveenchadha/vakyansh-wav2vec2-hindi-him-4200") - Notebooks
- Google Colab
- Kaggle
can i finetune this model , any script?
#8 opened about 1 month ago
by
HG0001
Model does not transcribes full audio file
#7 opened almost 2 years ago
by
SaranyaS21
The model fails on .wav files.
#6 opened about 2 years ago
by
wanderer512
No punctuations
#5 opened over 2 years ago
by
gargakshat99
Adding `safetensors` variant of this model
#4 opened about 3 years ago
by
SFconvertbot
Inference with Language Model
#3 opened about 3 years ago
by
5hr3ya5
Error while running inference of hindi speech recognition model
2
#2 opened over 3 years ago
by
Sandhya1210
Request: DOI
#1 opened over 3 years ago
by
Harveenchadha