flozi00/german-canary-asr-0324
Viewer • Updated • 985k • 137 • 8
How to use flozi00/distilwhisper-german-canary with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="flozi00/distilwhisper-german-canary") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("flozi00/distilwhisper-german-canary")
model = AutoModelForSpeechSeq2Seq.from_pretrained("flozi00/distilwhisper-german-canary")This model is a private project of https://huggingface.co/flozi00 Its trained on a merge of public, filtered and preprocessed data. This model can be used for small projects like edge inference or as speculation model for faster inference with the whisper large v3 model