Instructions to use aware-ai/whisper-base-german with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aware-ai/whisper-base-german with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="aware-ai/whisper-base-german")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("aware-ai/whisper-base-german") model = AutoModelForSpeechSeq2Seq.from_pretrained("aware-ai/whisper-base-german", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
16bb6d2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e02c253ca6ff0734d83f4f39d0275698f0286084b3517632fbca65c072b93b43
size 3579
|