Instructions to use primeline/whisper-tiny-german-1224 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use primeline/whisper-tiny-german-1224 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="primeline/whisper-tiny-german-1224")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("primeline/whisper-tiny-german-1224") model = AutoModelForSpeechSeq2Seq.from_pretrained("primeline/whisper-tiny-german-1224") - Notebooks
- Google Colab
- Kaggle
Transformers.js compatible
#2
by flozi00 - opened
@Xenova What do you think ?
Any advice or could you even make it compatible ?
Just took a fast look right now and having errors with the script from transformers.js repo.