Instructions to use primeline/whisper-large-v3-turbo-german with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use primeline/whisper-large-v3-turbo-german with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="primeline/whisper-large-v3-turbo-german")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("primeline/whisper-large-v3-turbo-german") model = AutoModelForSpeechSeq2Seq.from_pretrained("primeline/whisper-large-v3-turbo-german", device_map="auto") - Notebooks
- Google Colab
- Kaggle
ct2 Version?
#9 opened 3 months ago
by
seppele
API KEY for N8N
#8 opened over 1 year ago
by
Mathei
Adding ONNX file of this model
#7 opened over 1 year ago
by
ekremabiii
Upload tokenizer.json
#6 opened almost 2 years ago
by
criticalbh
german or swiss-german
2
#5 opened almost 2 years ago
by
jschoene
Convert to .bin?
4
#4 opened almost 2 years ago
by
Artmart23
Comparison with the distilled model
4
#3 opened almost 2 years ago
by
eustlb
mlx & ggml
#2 opened almost 2 years ago
by
cstr