openslr/librispeech_asr
Viewer • Updated • 585k • 98k • 228
How to use ZuherJ/wav2vec2-librispeech-clean-100h-demo-dist with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="ZuherJ/wav2vec2-librispeech-clean-100h-demo-dist") # Load model directly
from transformers import AutoProcessor, AutoModelForCTC
processor = AutoProcessor.from_pretrained("ZuherJ/wav2vec2-librispeech-clean-100h-demo-dist")
model = AutoModelForCTC.from_pretrained("ZuherJ/wav2vec2-librispeech-clean-100h-demo-dist")This model is a fine-tuned version of facebook/wav2vec2-large-lv60 on the LIBRISPEECH_ASR - CLEAN dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
facebook/wav2vec2-large-lv60