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")
The community tab is the place to discuss and collaborate with the HF community!