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_large_wav2vec2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Harveenchadha/hindi_large_wav2vec2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Harveenchadha/hindi_large_wav2vec2")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("Harveenchadha/hindi_large_wav2vec2") model = AutoModelForCTC.from_pretrained("Harveenchadha/hindi_large_wav2vec2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload eval.py 5aaeec7
Update README.md 965b065
Update README.md 046e977
Update README.md 35300e4
Update README.md 5e08512
Update README.md 6275ccb
Update preprocessor_config.json 2ab3b5c
Update preprocessor_config.json e66e1ff
Update preprocessor_config.json f47bcfe
Add b423325
harveenchadha commited on
Merge branch 'main' of https://huggingface.co/Harveenchadha/hindi_large_wav2vec2 into main 7f36c59
harveenchadha commited on
Add language model 827ce4c
harveenchadha commited on
Update README.md 5518fee
Update README.md 1172a24
Update README.md a1569d4
Update README.md 8aae873
Update README.md f81f181
Harveen | Adding evaluations 6f60748
harveenchadha commited on
Harveen | Adding model for robust event b017aaa
harveenchadha commited on