Whisper Large-v3 Turbo

यह Soniqo पेज स्थानीय speech-swift / speech-core implementation में Whisper Large-v3 Turbo को दस्तावेज़ करता है। Hugging Face bundle links integration notes के बाद दिए गए हैं।

पहले आंतरिक पेज

Landing cards और docs menus पहले इसी पेज पर आते हैं; source model और bundle links यहीं उपलब्ध रहते हैं।

सारांश

मॉडलWhisper Large-v3 Turbo
भूमिकाGeneral multilingual speech-to-text
BackendCoreML fp16 on CPU and Neural Engine
OutputText transcript
भाषाएँWhisper multilingual set, about 100 languages
लाइसेंसMIT weights from OpenAI
स्थितिReady through speech transcribe --engine whisper and the WhisperASR Swift product
Sourceopenai/whisper-large-v3-turbo
Swift productWhisperASR
CLI / runtimespeech transcribe --engine whisper

उपयोग

नीचे का snippet मौजूदा speech-swift API या command से मेल खाता है।

# Transcribe with the native CoreML Whisper runtime.
.build/release/speech transcribe recording.wav --engine whisper
.build/release/speech transcribe recording.wav --engine whisper --language en

मॉडल लिंक

implementation notes