Instructions to use bartelds/gos-gpu1-cp1_adp0_48m_no_test_1e-5_cp-12000 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bartelds/gos-gpu1-cp1_adp0_48m_no_test_1e-5_cp-12000 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="bartelds/gos-gpu1-cp1_adp0_48m_no_test_1e-5_cp-12000")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("bartelds/gos-gpu1-cp1_adp0_48m_no_test_1e-5_cp-12000") model = AutoModelForCTC.from_pretrained("bartelds/gos-gpu1-cp1_adp0_48m_no_test_1e-5_cp-12000", device_map="auto") - Notebooks
- Google Colab
- Kaggle
A Gronings Wav2Vec2 model. This model is created by fine-tuning the multilingual XLS-R model that is further pre-trained 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
- 6