Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Safetensors
wav2vec2
Generated from Trainer
ta
robust-speech-event
Instructions to use bharat-raghunathan/Tamil-Wav2Vec-xls-r-300m-Tamil-colab with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
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") - Notebooks
- Google Colab
- Kaggle
Ctrl+K