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
File size: 1,202 Bytes
0053bf1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | ---
license: apache-2.0
language:
- hi
tags:
- automatic-speech-recognition
- hf-asr-leaderboard
- hi
- model_for_talk
- mozilla-foundation/common_voice_7_0
- robust-speech-event
datasets:
- Harveenchadha/indic-voice
model-index:
- name: Hindi Large
results:
- task:
name: Automatic Speech Recognition
type: automatic-speech-recognition
dataset:
name: Common Voice
type: common_voice
args: hi
metrics:
- name: Test WER
type: wer
value: 23.08
- name: Test CER
type: cer
value: 8.11
- task:
name: Automatic Speech Recognition
type: automatic-speech-recognition
dataset:
name: Common Voice-7.0
type: mozilla-foundation/common_voice_7_0
args: hi
metrics:
- name: Test WER
type: wer
value: 23.36
- name: Test CER
type: cer
value: 8.94
- task:
name: Automatic Speech Recognition
type: automatic-speech-recognition
dataset:
name: Common Voice-8.0
type: mozilla-foundation/common_voice_8_0
args: hi
metrics:
- name: Test WER
type: wer
value: 24.85
- name: Test CER
type: cer
value: 9.99
---
|