Automatic Speech Recognition
Transformers
PyTorch
Hindi
wav2vec2
hf-asr-leaderboard
model_for_talk
mozilla-foundation/common_voice_7_0
robust-speech-event
Eval Results (legacy)
Instructions to use Harveenchadha/hindi_base_wav2vec2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Harveenchadha/hindi_base_wav2vec2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Harveenchadha/hindi_base_wav2vec2")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("Harveenchadha/hindi_base_wav2vec2") model = AutoModelForCTC.from_pretrained("Harveenchadha/hindi_base_wav2vec2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload README.md c372b40
Fix meta parsing d5b2cb2
Upload eval.py 4029c3a
Update README.md 6adcaf3
Update README.md f7c1877
Update README.md c767b53
Update README.md e136d72
Update README.md e6a47cb
Merge branch 'main' of https://huggingface.co/Harveenchadha/hindi_base_wav2vec2 into main 30b29ed
harveenchadha commited on
Adding Evaluation 94d64ca
harveenchadha commited on
Update preprocessor_config.json b5b798f
Adding base model 900f828
harveenchadha commited on