ggml-org/whisper.cpp

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

Offen

#1.242 geöffnet am 02.09.2023

 (5 Kommentare) (3 Reaktionen) (0 zugewiesene Personen)C++ (6.074 Forks)batch import
enhancementgood first issue

Repository-Metriken

Stars
 (52.968 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 5T 20h) (36 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide