ggml-org/whisper.cpp

Add ability to limit auto-detection to a subset of languages

Open

#1,242 建立於 2023年9月2日

在 GitHub 查看
 (5 留言) (2 反應) (0 負責人)C++ (49,693 star) (5,535 fork)batch import
enhancementgood first issue

描述

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.

貢獻者指南