legacy-datasets/common_voice
Updated • 949 • 147
How to use SAGAR4REAL/wav2vec2hindia with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="SAGAR4REAL/wav2vec2hindia") # Load model directly
from transformers import AutoProcessor, AutoModelForCTC
processor = AutoProcessor.from_pretrained("SAGAR4REAL/wav2vec2hindia")
model = AutoModelForCTC.from_pretrained("SAGAR4REAL/wav2vec2hindia", device_map="auto")This model is a fine-tuned version of facebook/wav2vec2-xls-r-300m on the common_voice dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training: