Automatic Speech Recognition
Transformers
PyTorch
JAX
Tamil
wav2vec2
audio
speech
xlsr-fine-tuning-week
hf-asr-leaderboard
tamil language
Eval Results (legacy)
Instructions to use Gobee/Wav2vec2-Large-XLSR-Tamil with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Gobee/Wav2vec2-Large-XLSR-Tamil with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Gobee/Wav2vec2-Large-XLSR-Tamil")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("Gobee/Wav2vec2-Large-XLSR-Tamil") model = AutoModelForCTC.from_pretrained("Gobee/Wav2vec2-Large-XLSR-Tamil") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
75bb637 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:807f84c03c621a68312b988d47c069c2411aac65b60dc330723990cc0aee5b36
size 1261983472
|