How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("automatic-speech-recognition", model="bartelds/gos-gpum-cp0_adp0_24m_1e-5_cp-13000")
# Load model directly
from transformers import AutoProcessor, AutoModelForCTC

processor = AutoProcessor.from_pretrained("bartelds/gos-gpum-cp0_adp0_24m_1e-5_cp-13000")
model = AutoModelForCTC.from_pretrained("bartelds/gos-gpum-cp0_adp0_24m_1e-5_cp-13000")
Quick Links

A Gronings Wav2Vec2 model. This model is created by fine-tuning the multilingual XLS-R model on Gronings speech.

This model is part of the paper: Making More of Little Data: Improving Low-Resource Automatic Speech Recognition Using Data Augmentation. More information on GitHub.

Downloads last month
58
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support