Views
No views yet
Note: Standard High German (Hochdeutsch). Indo-European > Germanic > West Germanic. Derived fromprimeline/whisper-large-v3-turbo-german— the top community German Whisper fine-tune (46k+ downloads). Replaces an earlier Swiss-German-only variant. WER 42.6% / CER 8.06% on 100-sample FLEURS (CER is the reliable signal here).
ct2-int8/ subfolder.1from transformers import WhisperForConditionalGeneration, WhisperProcessor
2processor = WhisperProcessor.from_pretrained("WindyWord/listen-windy-lingua-de-ct2", subfolder="ct2-int8")
3model = WhisperForConditionalGeneration.from_pretrained("WindyWord/listen-windy-lingua-de-ct2", subfolder="ct2-int8")