ggml-org/whisper.cpp
Add ability to limit auto-detection to a subset of languages
开放
#1,242 创建于 2023年9月2日
enhancementgood first issue
仓库指标
- 星标
- (52,942 个星标)
- PR 合并指标
- (平均合并 5天 20小时) (30 天内合并 36 个 PR)
描述
From what I can tell, auto-detection simply picks the language with the highest probability score. Sometimes, I know the language could only be 1 out of 5 possible languages. In such cases, it would be useful to be able to specify the possible languages, to improve the likelyhood of the auto-detection picking the correct language.