Whisper Large-v3 Turbo

Esta página de Soniqo documenta Whisper Large-v3 Turbo tal como está implementado en speech-swift / speech-core. Los enlaces a Hugging Face aparecen debajo de las notas de integración.

Primero página interna

Las tarjetas y menús apuntan primero aquí; los enlaces al modelo fuente y a los bundles siguen disponibles en esta página.

Resumen

ModeloWhisper Large-v3 Turbo
RolGeneral multilingual speech-to-text
BackendCoreML fp16 on CPU and Neural Engine
SalidaText transcript
IdiomasWhisper multilingual set, about 100 languages
LicenciaMIT weights from OpenAI
EstadoReady through speech transcribe --engine whisper and the WhisperASR Swift product
Fuenteopenai/whisper-large-v3-turbo
Producto SwiftWhisperASR
CLI / runtimespeech transcribe --engine whisper

Uso

El fragmento siguiente refleja la API o el comando actual expuesto por 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

Enlaces del modelo

Notas de implementación