Instructions to use primeline/whisper-large-v3-german with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use primeline/whisper-large-v3-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-german")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("primeline/whisper-large-v3-german") model = AutoModelForSpeechSeq2Seq.from_pretrained("primeline/whisper-large-v3-german", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Best model for German transcription! - Serverless api?
1
#8 opened 7 months ago
by
aukdy
Das Training Datensatz
1
#7 opened 12 months ago
by
azizDentero
Nur ca. die erste Minute wird transkribiert
3
#6 opened about 2 years ago
by
DonatusOrth
Compatibility with other Clients
3
#5 opened about 2 years ago
by
Narbs
Advanced Training
1
#3 opened almost 3 years ago
by
smaram
How to use it like official model, with wordstamp to generate srt?
2
#2 opened almost 3 years ago
by
xiaohe384