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
Commit History
Updating run script b957576
Updating pre-train script df16334
correct training script b493aec
adapt script 247625a
Merge branch 'main' of https://huggingface.co/flax-community/wav2vec2-german into main e3febd1
push 75d4f63
allow flax 9f148fc
Patrick von Platen commited on