SummFlow 2026-07-11 Hugging Face

cohere-transcribe-arabic (CohereLabs)

阿拉伯语自动语音识别 (ASR) 模型

入选理由
Cohere推出的阿拉伯语语音识别模型,支持HF Inference API即刻试用,适合阿拉伯语转录场景,开发者可直接使用。
对位
对位 Whisper large-v3 阿拉伯语
适合
阿拉伯语音频转文字 / 会议/播客字幕生成
不适合
非阿拉伯语识别
规模
2.1B · 未知 · Q4 ~1.4GB / FP16 ~5GB
授权
unknown · 需自查
框架
transformers
可信度
HuggingFace 5.9k 下载,78 点赞

仅 safetensors · 无 pickle 加载风险

快速上手

python -c "from transformers import pipeline; pipe = pipeline('automatic-speech-recognition', 'CohereLabs/cohere-transcribe-arabic-07-2026'); print(pipe('audio.wav'))"