legacy-datasets/common_voice
Updated • 1.53k • 144
How to use nikhil6041/wav2vec2-commonvoice-hindi with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="nikhil6041/wav2vec2-commonvoice-hindi") # Load model directly
from transformers import AutoProcessor, AutoModelForCTC
processor = AutoProcessor.from_pretrained("nikhil6041/wav2vec2-commonvoice-hindi")
model = AutoModelForCTC.from_pretrained("nikhil6041/wav2vec2-commonvoice-hindi")This model is a fine-tuned version of theainerd/Wav2Vec2-large-xlsr-hindi on the common_voice dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Wer |
|---|---|---|---|---|
| No log | 20.0 | 100 | 0.8801 | 0.6754 |