Views
No views yet
Note: Quality note: based on whisper-base-japanese (74M params). Small model for a top-10 language; production users may prefer the multilingualopenai/whisper-large-v3for higher accuracy.
safetensors/ subfolder.1from transformers import WhisperForConditionalGeneration, WhisperProcessor
2processor = WhisperProcessor.from_pretrained("WindyWord/listen-windy-lingua-ja", subfolder="safetensors")
3model = WhisperForConditionalGeneration.from_pretrained("WindyWord/listen-windy-lingua-ja", subfolder="safetensors")