serge-wilson/wolof_speech_transcription
Viewer • Updated • 14.8k • 197 • 3
How to use serge-wilson/wav2vec-base-wolof with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="serge-wilson/wav2vec-base-wolof") # Load model directly
from transformers import AutoProcessor, AutoModelForCTC
processor = AutoProcessor.from_pretrained("serge-wilson/wav2vec-base-wolof")
model = AutoModelForCTC.from_pretrained("serge-wilson/wav2vec-base-wolof")This model is a fine-tuned version of facebook/wav2vec2-base on the serge-wilson/wolof_speech_transcription 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-base