ggml-org/whisper.cpp
Add ability to limit auto-detection to a subset of languages
オープン
#1,242 opened on 2023/09/02
enhancementgood first issue
Repository metrics
- Stars
- (52,942 個のスター)
- PR merge metrics
- (平均マージ 5d 20h) (30d で 36 merged PRs)
説明
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.