Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
data2vec-audio
Generated from Trainer
Eval Results (legacy)
Instructions to use bASILgIL/wav2vec_5e-5_3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bASILgIL/wav2vec_5e-5_3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="bASILgIL/wav2vec_5e-5_3")# Load model directly from transformers import AutoTokenizer, AutoModelForCTC tokenizer = AutoTokenizer.from_pretrained("bASILgIL/wav2vec_5e-5_3") model = AutoModelForCTC.from_pretrained("bASILgIL/wav2vec_5e-5_3") - Notebooks
- Google Colab
- Kaggle