Cohere Transcribe 2B

此 Soniqo 页面记录本地 speech-swift / speech-core 实现中的 Cohere Transcribe 2B。Hugging Face 包链接放在集成说明之后。

先进入站内页面

首页卡片和文档菜单先指向这里;源模型和权重包链接仍在本页提供。

概览

模型Cohere Transcribe 2B
用途High-accuracy multilingual offline speech-to-text
后端Native MLX on Apple Silicon
输出Plain-text transcription
语言14 languages
许可证Apache-2.0
状态Published FP16, INT5, and INT8 bundles; INT5 is the default
来源Cohere Transcribe
Swift 产品CohereTranscribeASR
CLI / 运行时speech transcribe --engine cohere

使用

下面的片段对应当前 speech-swift 仓库暴露的 API 或命令。

# 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

模型链接

实现说明