Cohere Transcribe 2B

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

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

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

सारांश

मॉडलCohere Transcribe 2B
भूमिकाHigh-accuracy multilingual offline speech-to-text
BackendNative MLX on Apple Silicon
OutputPlain-text transcription
भाषाएँ14 languages
लाइसेंसApache-2.0
स्थितिPublished FP16, INT5, and INT8 bundles; INT5 is the default
SourceCohere Transcribe
Swift productCohereTranscribeASR
CLI / runtimespeech transcribe --engine cohere

उपयोग

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

# 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

मॉडल लिंक

implementation notes