ggml-org/whisper.cpp

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

Aberta

#1.242 aberto em 2 de set. de 2023

 (5 comentários) (3 reações) (0 responsável)C++ (6.078 forks)batch import
enhancementgood first issue

Métricas do repositório

Stars
 (53.008 estrelas)
Métricas de merge de PR
 (Mesclagem média 5d 20h) (36 fundiu PRs em 30d)

Description

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.

Guia do colaborador