Audio Classification
Transformers
PyTorch
German
wav2vec2
voice
classification
age
gender
speech
audio
Instructions to use padmalcom/wav2vec2-asr-ultimate-german with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use padmalcom/wav2vec2-asr-ultimate-german with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="padmalcom/wav2vec2-asr-ultimate-german")# Load model directly from transformers import AutoProcessor, Wav2Vec2ForCTCnCLS processor = AutoProcessor.from_pretrained("padmalcom/wav2vec2-asr-ultimate-german") model = Wav2Vec2ForCTCnCLS.from_pretrained("padmalcom/wav2vec2-asr-ultimate-german") - Notebooks
- Google Colab
- Kaggle
Ctrl+K