legacy-datasets/common_voice
Updated โข 53.4k โข 148
How to use bharat-raghunathan/Tamil-Wav2Vec-xls-r-300m-Tamil-colab with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="bharat-raghunathan/Tamil-Wav2Vec-xls-r-300m-Tamil-colab") # Load model directly
from transformers import AutoProcessor, AutoModelForCTC
processor = AutoProcessor.from_pretrained("bharat-raghunathan/Tamil-Wav2Vec-xls-r-300m-Tamil-colab")
model = AutoModelForCTC.from_pretrained("bharat-raghunathan/Tamil-Wav2Vec-xls-r-300m-Tamil-colab", 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: