Instructions to use flax-community/wav2vec2-german with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use flax-community/wav2vec2-german with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForPreTraining processor = AutoProcessor.from_pretrained("flax-community/wav2vec2-german") model = AutoModelForPreTraining.from_pretrained("flax-community/wav2vec2-german") - Notebooks
- Google Colab
- Kaggle
Ctrl+K