Cohere Transcribe 2B

توثق هذه الصفحة من Soniqo نموذج Cohere Transcribe 2B كما هو منفذ في speech-swift / speech-core. روابط Hugging Face موجودة أدناه بعد ملاحظات الدمج.

الصفحة الداخلية أولا

بطاقات الصفحة الرئيسية وقوائم الوثائق تشير إلى هذه الصفحة أولا؛ وتبقى روابط النموذج والحزم داخلها.

لمحة سريعة

النموذجCohere Transcribe 2B
الدورHigh-accuracy multilingual offline speech-to-text
BackendNative MLX on Apple Silicon
الإخراجPlain-text transcription
اللغات14 languages
الرخصةApache-2.0
الحالةPublished FP16, INT5, and INT8 bundles; INT5 is the default
المصدرCohere Transcribe
منتج SwiftCohereTranscribeASR
CLI / runtimespeech transcribe --engine cohere

الاستخدام

المقتطف أدناه يطابق API أو الأمر الحالي في 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

روابط النموذج

ملاحظات التنفيذ