Whisper Large-v3 Turbo

Cette page Soniqo documente Whisper Large-v3 Turbo tel qu'il est implémenté dans speech-swift / speech-core. Les liens Hugging Face sont placés après les notes d'intégration.

Page interne d'abord

Les cartes et menus pointent d'abord ici; les liens vers le modèle source et les bundles restent disponibles sur cette page.

Aperçu

ModèleWhisper Large-v3 Turbo
RôleGeneral multilingual speech-to-text
BackendCoreML fp16 on CPU and Neural Engine
SortieText transcript
LanguesWhisper multilingual set, about 100 languages
LicenceMIT weights from OpenAI
ÉtatReady through speech transcribe --engine whisper and the WhisperASR Swift product
Sourceopenai/whisper-large-v3-turbo
Produit SwiftWhisperASR
CLI / runtimespeech transcribe --engine whisper

Utilisation

L'extrait ci-dessous suit l'API ou la commande actuellement exposée par speech-swift.

# 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

Liens du modèle

Notes d'implémentation