Cohere Transcribe 2B

Cette page Soniqo documente Cohere Transcribe 2B 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èleCohere Transcribe 2B
RôleHigh-accuracy multilingual offline speech-to-text
BackendNative MLX on Apple Silicon
SortiePlain-text transcription
Langues14 languages
LicenceApache-2.0
ÉtatPublished FP16, INT5, and INT8 bundles; INT5 is the default
SourceCohere Transcribe
Produit SwiftCohereTranscribeASR
CLI / runtimespeech transcribe --engine cohere

Utilisation

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

# INT5 is the default.
speech transcribe recording.wav --engine cohere

# Select another published precision and pass a language hint.
speech transcribe recording.wav --engine cohere --model int8 --language de

Liens du modèle

Notes d'implémentation