Instructions to use GroNLP/wav2vec2-dutch-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use GroNLP/wav2vec2-dutch-large with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForPreTraining processor = AutoProcessor.from_pretrained("GroNLP/wav2vec2-dutch-large") model = AutoModelForPreTraining.from_pretrained("GroNLP/wav2vec2-dutch-large") - Notebooks
- Google Colab
- Kaggle
Quick Links
Wav2Vec2-Dutch-Large
A Dutch Wav2Vec2 model. This model is created by further pre-training the original English facebook/wav2vec2-large model on Dutch speech from Het Corpus Gesproken Nederlands.
This model is one of two Dutch Wav2Vec2 models:
GroNLP/wav2vec2-dutch-baseGroNLP/wav2vec2-dutch-large(this model)
- Downloads last month
- 21
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
# Load model directly from transformers import AutoProcessor, AutoModelForPreTraining processor = AutoProcessor.from_pretrained("GroNLP/wav2vec2-dutch-large") model = AutoModelForPreTraining.from_pretrained("GroNLP/wav2vec2-dutch-large")